Home
last modified time | relevance | path

Searched refs:GetBytecodes (Results 1 – 9 of 9) sorted by relevance

/art/test/1901-get-bytecodes/
Dinfo.txt3 Tests that the GetBytecodes function works as expected.
Dbytecodes.cc47 jvmti_env->GetBytecodes(method, &bytecodes_size, &bytecodes))) { in Java_art_Test1901_getBytecodes()
/art/runtime/openjdkjvmti/
Dti_method.h47 static jvmtiError GetBytecodes(jvmtiEnv* env,
Dti_method.cc94 jvmtiError MethodUtil::GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::MethodUtil
DOpenjdkJvmTi.cc915 static jvmtiError GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::JvmtiFunctions
921 return MethodUtil::GetBytecodes(env, method, bytecode_count_ptr, bytecodes_ptr); in GetBytecodes()
1820 JvmtiFunctions::GetBytecodes,
/art/runtime/openjdkjvmti/include/
Djvmti.h1401 jvmtiError (JNICALL *GetBytecodes) (jvmtiEnv* env,
2324 jvmtiError GetBytecodes(jmethodID method, in GetBytecodes() function
2327 return functions->GetBytecodes(this, method, bytecode_count_ptr, bytecodes_ptr); in GetBytecodes()
/art/runtime/
Ddebugger.h399 static JDWP::JdwpError GetBytecodes(JDWP::RefTypeId class_id, JDWP::MethodId method_id,
Ddebugger.cc1718 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc756 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, &bytecodes); in M_Bytecodes()