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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp740 methodOop found_method(int n) { function in class:ClassHierarchyWalker
1359 methodOop fm = wf.found_method(0); // Will be NULL if num_parts == 0.
1414 methodOop fm = wf.found_method(i);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9361 Label search, found_method; local
9368 jccb(Assembler::equal, found_method);
9371 // (invert the test to fall through to found_method...)
9386 bind(found_method);

Completed in 1000 milliseconds