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

1234567

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp30 #include "oops/methodOop.hpp"
1194 // Back pointer to the methodOop
1195 methodOop _method;
1385 static int mileage_of(methodOop m);
1424 methodOop method() { return _method; }
H A DgenerateOopMap.hpp31 #include "oops/methodOop.hpp"
474 methodOop method() const { return _method(); }
H A Dklass.cpp123 methodOop Klass::uncached_lookup_method(Symbol* name, Symbol* signature) const {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2213 methodOop method = cache->f2_as_vfinal_method();
2245 methodOop method = cache->f2_as_vfinal_method();
2283 methodOop callee;
2294 callee = (methodOop) rcvrKlass->start_of_vtable()[ cache->f2_as_index()];
2308 methodOop callee;
2362 methodOop callee;
2370 // methodOop callee = rcvr->klass()->klass_part()->vtable()->method_at(cache->f2_as_index());
2393 callee = (methodOop) rcvrKlass->start_of_vtable()[ cache->f2_as_index()];
H A DlinkResolver.cpp189 methodOop result_oop = klass->uncached_lookup_method(name, signature);
202 methodOop result_oop = klass->uncached_lookup_method(name, signature);
393 methodOop result_oop = constantPoolOopDesc::method_at_if_loaded(pool, index);
886 // Virtual methods cannot be resolved before its klass has been linked, for otherwise the methodOop's
890 // Virtual methods cannot be resolved before its klass has been linked, for otherwise the methodOop's
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp801 // adapter to store the callee methodOop. This value is NEVER live
808 methodOop _callee_target;
1229 methodOop callee_target() const { return _callee_target; }
1230 void set_callee_target (methodOop x) { _callee_target = x; }
H A DsharedRuntime.cpp611 // fetched the methodOop from the constant pool.
1252 // Now that we are ready to patch if the methodOop was redefined then
1293 // Return methodOop through TLS
1326 methodOop callee = thread->callee_target();
1667 methodOop moop(method);
1678 // "to interpreter" stub in order to load up the methodOop. Don't
1951 methodOop m = nm->method();
2846 methodOop moop = fr.interpreter_frame_method();
H A Dreflection.cpp1083 methodOop m = klass->method_with_idnum(slot);
1100 methodOop m = klass->method_with_idnum(slot);
H A DvmStructs.cpp89 #include "oops/methodOop.hpp"
291 nonstatic_field(compiledICHolderOopDesc, _holder_method, methodOop) \
360 nonstatic_field(methodDataOopDesc, _method, methodOop) \
857 nonstatic_field(nmethod, _method, methodOop) \
1266 nonstatic_field(vframeArrayElement, _method, methodOop) \
1442 declare_oop_type(methodOop) \
/openjdk7/hotspot/src/share/vm/ci/
H A DciInstanceKlass.cpp515 methodOop m = k->find_method(name_sym, sig_sym);
H A DciMethod.cpp54 #include "oops/methodOop.hpp"
58 #include "oops/methodOop.hpp"
63 // This class represents a methodOop in the HotSpot virtual
183 methodOop me = get_methodOop();
295 methodOop method = get_methodOop();
H A DciObjectFactory.cpp340 methodHandle h_m(THREAD, (methodOop)o);
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp364 void ErrorContext::details(outputStream* ss, methodOop method) const {
437 void ErrorContext::location_details(outputStream* ss, methodOop method) const {
472 void ErrorContext::bytecode_details(outputStream* ss, methodOop method) const {
481 void ErrorContext::handler_details(outputStream* ss, methodOop method) const {
496 void ErrorContext::stackmap_details(outputStream* ss, methodOop method) const {
557 methodOop m = (methodOop)methods->obj_at(index);
1943 methodOop m = target_instance->uncached_lookup_method(field_name, field_sig);
2275 methodOop m = instanceKlass::cast(ref_klass)->uncached_lookup_method(
H A DsystemDictionary.hpp323 static void methods_do(void f(methodOop));
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_64.cpp30 #include "oops/methodOop.hpp"
486 methodHandle m(thread, (methodOop)method);
H A DcppInterpreter_x86.cpp34 #include "oops/methodOop.hpp"
641 // rbx,: methodOop
648 // rbx: methodOop
741 // rbx - methodOop
796 // rbx: methodOop
973 // rbx: methodOop
991 // rbx: methodOop
1620 // rbx: methodOop
1643 // rbx: methodOop
1697 // rbx: methodOop
[all...]
H A DtemplateInterpreter_x86_32.cpp34 #include "oops/methodOop.hpp"
348 // Note: In tiered we increment either counters in methodOop or in MDO depending if we're profiling or not.
365 // Increment counter in methodOop (we don't need to load it, it's in rcx).
436 __ movptr(rbx, Address(rbp, method_offset)); // restore methodOop
453 // rbx,: methodOop
545 // rbx, - methodOop
597 __ push(rbx); // save methodOop
636 // rbx,: methodOop
792 // rbx,: methodOop
866 // rbx,: methodOop
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp33 #include "oops/methodOop.hpp"
352 methodOop wrapper_method = Klass::cast(kh())->lookup_method(wrapper_symbol,
H A DjvmtiImpl.cpp247 JvmtiBreakpoint::JvmtiBreakpoint(methodOop m_method, jlocation location) {
645 methodOop method_oop = jvf->method();
H A Djni.cpp45 #include "oops/methodOop.hpp"
539 methodOop m = instanceKlass::cast(k1())->method_with_idnum(slot);
1355 methodOop selected_method;
1357 methodOop m = JNIHandles::resolve_jmethod_id(method_id);
1614 methodOop m;
3948 static methodOop find_prefixed_native(KlassHandle k,
3951 methodOop method;
3985 methodOop method = Klass::cast(k())->lookup_method(name, signature);
4084 methodOop m = methodOop(instanceKlas
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp639 static void dump_stack_frame(DumpWriter* writer, int frame_serial_num, int class_serial_num, methodOop m, int bci);
1114 // create a HPROF_FRAME record of the given methodOop and bci
1118 methodOop m,
1337 methodOop _oome_constructor;
1832 methodOop m = frame->method();
/openjdk7/hotspot/src/os/solaris/vm/
H A DdtraceJSDT_solaris.cpp380 methodOop m = JNIHandles::resolve_jmethod_id(probe->method);
418 methodOop m = JNIHandles::resolve_jmethod_id(probe->method);
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp35 #include "oops/methodOop.hpp"
323 methodHandle method (thread, (methodOop)info.cached_oop()());
414 // virtual call (no inline cache), and need a methodOop to make a call
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp34 #include "oops/methodOop.hpp"
1439 // ebx: methodOop
1523 // G5_method: methodOop
1704 // get the methodOop
2081 int AbstractInterpreter::size_top_interpreter_activation(methodOop method) {
2098 methodOop method,
2178 int AbstractInterpreter::layout_activation(methodOop method,
H A DtemplateInterpreter_sparc.cpp34 #include "oops/methodOop.hpp"
294 // Note: In tiered we increment either counters in methodOop or in MDO depending if we're profiling or not.
313 // Increment counter in methodOop
352 // ebx - methodOop
1432 // G5_method: holds the methodOop of the method to call
1558 int AbstractInterpreter::size_top_interpreter_activation(methodOop method) {
1572 int AbstractInterpreter::layout_activation(methodOop method,

Completed in 271 milliseconds

1234567