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

1234567

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp41 bool MethodComparator::methods_EMCP(methodOop old_method, methodOop new_method) {
72 bool MethodComparator::methods_switchable(methodOop old_method, methodOop new_method,
433 int MethodComparator::check_stack_and_locals_size(methodOop old_method, methodOop new_method) {
H A DjvmtiEnvThreadState.hpp154 void compare_and_set_current_location(methodOop method, address location, jvmtiEvent event);
H A DjvmtiImpl.hpp169 methodOop _method;
175 JvmtiBreakpoint(methodOop m_method, jlocation location);
186 methodOop method() { return _method; }
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp178 static nmethod* find_and_remove_saved_code(methodOop m);
189 static int mark_for_deoptimization(methodOop dependee);
H A Dnmethod.hpp115 methodOop _method;
230 nmethod(methodOop method,
242 nmethod(methodOop method,
250 nmethod(methodOop method,
329 methodOop method() const { return _method; }
541 void set_method(methodOop method) { _method = method; }
675 bool is_dependent_on_method(methodOop dependee);
H A DvtableStubs.hpp126 static address create_stub(bool is_vtable_stub, int vtable_index, methodOop method); // return the entry point of a stub for this call
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp177 static address deopt_continue_after_entry(methodOop method,
184 static address deopt_reexecute_entry(methodOop method, address bcp);
H A DbytecodeInterpreter.hpp30 #include "oops/methodOop.hpp"
126 methodOop _method; // method being executed
149 methodOop method,
204 inline methodOop method() { return _method; }
211 inline methodOop callee() { return _result._to_call._callee; }
212 inline void set_callee(methodOop new_callee) { _result._to_call._callee = new_callee; }
H A Dbytecodes.hpp371 // NULL since in that case the bcp and methodOop are unrelated
376 assert(code != _breakpoint || method != NULL, "need methodOop to decode breakpoint");
386 static Code code_at(methodOop method, int bci);
411 static int special_length_at(methodOop method, address bcp, address end = NULL) { return special_length_at(code_at(method, bcp), bcp, end); }
414 static int length_at (methodOop method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp); }
415 static int java_length_at (methodOop method, address bcp) { return length_for_code_at(java_code_at(method, bcp), bcp); }
H A Drewriter.hpp88 void scan_method(methodOop m, bool reverse = false);
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.inline.hpp102 inline methodOop* frame::interpreter_frame_method_addr() const {
H A DcppInterpreter_zero.cpp35 #include "oops/methodOop.hpp"
68 int CppInterpreter::normal_entry(methodOop method, intptr_t UNUSED, TRAPS) {
93 methodOop method = istate->method();
117 methodOop callee = istate->callee();
199 int CppInterpreter::native_entry(methodOop method, intptr_t UNUSED, TRAPS) {
469 int CppInterpreter::accessor_entry(methodOop method, intptr_t UNUSED, TRAPS) {
597 int CppInterpreter::empty_entry(methodOop method, intptr_t UNUSED, TRAPS) {
663 InterpreterFrame *InterpreterFrame::build(const methodOop method, TRAPS) {
759 BasicType CppInterpreter::result_type_of(methodOop method) {
912 int AbstractInterpreter::layout_activation(methodOop metho
[all...]
/openjdk7/hotspot/src/share/vm/trace/
H A DtraceStream.hpp32 #include "oops/methodOop.hpp"
103 void print_val(const char* label, const methodOop& val) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp45 // This class represents a methodOop in the HotSpot virtual
93 methodOop get_methodOop() const {
94 methodOop m = (methodOop)get_oop();
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp273 BreakpointInfo* _breakpoints; // bpt lists, managed by methodOop
350 methodOop method_with_idnum(int idnum);
460 methodOop class_initializer();
492 methodOop find_method(Symbol* name, Symbol* signature) const;
493 static methodOop find_method(objArrayOop methods, Symbol* name, Symbol* signature);
496 methodOop uncached_lookup_method(Symbol* name, Symbol* signature) const;
500 methodOop lookup_method_in_all_interfaces(Symbol* name, Symbol* signature) const;
631 jmethodID jmethod_id_or_null(methodOop method);
701 nmethod* lookup_osr_nmethod(const methodOop m, int bci, int level, bool match_level) const;
703 // Breakpoint support (see methods on methodOop fo
[all...]
H A DarrayKlass.hpp87 methodOop uncached_lookup_method(Symbol* name, Symbol* signature) const;
H A DconstMethodOop.cpp27 #include "oops/methodOop.hpp"
61 methodOop constMethodOopDesc::method() const {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp141 inline methodOop* frame::interpreter_frame_method_addr() const {
216 inline methodOop* frame::interpreter_frame_method_addr() const {
217 return (methodOop*)sp_addr_at( Lmethod->sp_offset_in_saved_window());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp184 inline methodOop* frame::interpreter_frame_method_addr() const {
230 inline methodOop* frame::interpreter_frame_method_addr() const {
231 return (methodOop*)addr_at(interpreter_frame_method_offset);
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c104 uint64_t methodOop; member in struct:vframe
769 err = name_for_methodOop(J, vf->methodOop, name, 256);
775 err = read_pointer(J, vf->methodOop + OFFSET_methodOopDesc_constMethod, &constMethod);
800 fprintf(stderr, "\t\t line_number_from_bci: methodOop: %#llx, native: %d\n",
801 vf->methodOop, (access_flags & AccessFlags_NATIVE));
970 &vf->methodOop);
973 if (vf->methodOop) {
978 fprintf(stderr, "\t scopeDesc_chain: methodOop: %#8llx, line: %ld\n",
979 vf->methodOop, vf->line);
1001 uint64_t methodOop,
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1098 name_for_imethod(jvm_agent_t* J, uint64_t bcx, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1164 uint64_t methodOop; local
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c104 uint64_t methodOop; member in struct:vframe
769 err = name_for_methodOop(J, vf->methodOop, name, 256);
775 err = read_pointer(J, vf->methodOop + OFFSET_methodOopDesc_constMethod, &constMethod);
800 fprintf(stderr, "\t\t line_number_from_bci: methodOop: %#llx, native: %d\n",
801 vf->methodOop, (access_flags & AccessFlags_NATIVE));
970 &vf->methodOop);
973 if (vf->methodOop) {
978 fprintf(stderr, "\t scopeDesc_chain: methodOop: %#8llx, line: %ld\n",
979 vf->methodOop, vf->line);
1001 uint64_t methodOop,
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1098 name_for_imethod(jvm_agent_t* J, uint64_t bcx, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1164 uint64_t methodOop; local
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp31 #include "oops/methodOop.hpp"
227 void details(outputStream* ss, methodOop method) const;
240 void location_details(outputStream* ss, methodOop method) const;
243 void bytecode_details(outputStream* ss, methodOop method) const;
244 void handler_details(outputStream* ss, methodOop method) const;
245 void stackmap_details(outputStream* ss, methodOop method) const;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp155 void SimpleThresholdPolicy::handle_counter_overflow(methodOop method) {
280 bool SimpleThresholdPolicy::is_mature(methodOop method) {
294 CompLevel SimpleThresholdPolicy::common(Predicate p, methodOop method, CompLevel cur_level) {
334 CompLevel SimpleThresholdPolicy::call_event(methodOop method, CompLevel cur_level) {
356 CompLevel SimpleThresholdPolicy::loop_event(methodOop method, CompLevel cur_level) {
H A Dvframe_hp.cpp199 methodOop method = nm->method();
270 methodOop compiledVFrame::method() const {
321 jvmtiDeferredLocalVariableSet::jvmtiDeferredLocalVariableSet(methodOop method, int bci, intptr_t* id) {
/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp98 static methodOop new_method(int byte_code_size,

Completed in 175 milliseconds

1234567