Searched defs:caller_tree (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp39 const InlineTree *caller_tree, ciMethod* callee,
44 _caller_tree((InlineTree*) caller_tree),
55 _caller_jvms = new (C) JVMState(caller_jvms->method(), caller_tree->caller_jvms());
60 assert((caller_tree == NULL ? 0 : caller_tree->stack_depth() + 1) == stack_depth(), "correct (redundant) depth parameter");
64 InlineTree *caller = (InlineTree *)caller_tree;
65 for( ; caller != NULL; caller = ((InlineTree *)(caller->caller_tree())) ) {
251 if (caller_tree() != NULL &&
254 while (top->caller_tree() != NULL) top = top->caller_tree();
38 InlineTree(Compile* c, const InlineTree *caller_tree, ciMethod* callee, JVMState* caller_jvms, int caller_bci, float site_invoke_ratio, int max_inline_level) argument
[all...]
H A Dparse.hpp64 const InlineTree* caller_tree,
90 InlineTree* caller_tree() const { return _caller_tree; } function in class:InlineTree

Completed in 33 milliseconds