Searched defs:mdo (Results 26 - 29 of 29) sorted by relevance

12

/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp1812 const Register mdo = Z_tos; local
/openjdk10/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1928 MethodData* mdo = methods()->at(m)->method_data(); local
H A DmethodData.hpp513 virtual void post_initialize(BytecodeStream* stream, MethodData* mdo) {} argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1895 LIR_OpProfileCall(ciMethod* profiled_method, int profiled_bci, ciMethod* profiled_callee, LIR_Opr mdo, LIR_Opr recv, LIR_Opr t1, ciKlass* known_holder) argument
1908 LIR_Opr mdo() const { return _mdo; } function in class:LIR_OpProfileCall
2249 void profile_call(ciMethod* method, int bci, ciMethod* callee, LIR_Opr mdo, LIR_Opr recv, LIR_Opr t1, ciKlass* cha_klass) { argument

Completed in 120 milliseconds

12