Searched refs:methodOop (Results 151 - 160 of 160) sorted by relevance

1234567

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_64.cpp34 #include "oops/methodOop.hpp"
304 // Note: In tiered we increment either counters in methodOop or in MDO depending if we're profiling or not.
321 // Increment counter in methodOop (we don't need to load it, it's in ecx).
388 __ movptr(rbx, Address(rbp, method_offset)); // restore methodOop
404 // rbx: methodOop
490 // rbx: methodOop
558 // rbx: methodOop
570 __ push(rbx); // save methodOop
607 // rbx: methodOop
774 // rbx: methodOop
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp28 #include "oops/methodOop.hpp"
92 Bytecodes::Code Bytecodes::code_at(methodOop method, int bci) {
H A DinterpreterRuntime.cpp797 methodOop method = fr.interpreter_frame_method();
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp674 static methodOop method_at_if_loaded (constantPoolHandle this_oop, int which);
H A DmethodDataOop.cpp814 int methodDataOopDesc::mileage_of(methodOop method) {
H A DconstantPoolOop.cpp269 methodOop constantPoolOopDesc::method_at_if_loaded(constantPoolHandle cpool,
/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp319 methodOop jniCheck::validate_jmethod_id(JavaThread* thr, jmethodID method_id) {
322 methodOop moop = JNIHandles::checked_resolve_jmethod_id(method_id);
H A DjvmtiEnvBase.cpp925 methodOop method = jvf->method();
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1346 methodHandle m (THREAD, methodOop(k->methods()->obj_at(n)));
H A DvmSymbols.hpp1145 static void verify_method(ID actual_id, methodOop m) PRODUCT_RETURN;

Completed in 134 milliseconds

1234567