Home
last modified time | relevance | path

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

/art/test/1901-get-bytecodes/
Dinfo.txt3 Tests that the GetBytecodes function works as expected.
Dbytecodes.cc48 jvmti_env->GetBytecodes(method, &bytecodes_size, &bytecodes))) { in Java_art_Test1901_getBytecodes()
/art/test/1922-owned-monitors-info/
Dinfo.txt3 Tests that the GetBytecodes function works as expected.
/art/openjdkjvmti/
Dti_method.h48 static jvmtiError GetBytecodes(jvmtiEnv* env,
DOpenjdkJvmTi.cc910 static jvmtiError GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::JvmtiFunctions
916 return MethodUtil::GetBytecodes(env, method, bytecode_count_ptr, bytecodes_ptr); in GetBytecodes()
1579 JvmtiFunctions::GetBytecodes,
Dti_method.cc131 jvmtiError MethodUtil::GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::MethodUtil
/art/tools/jvmti-agents/titrace/
Dtitrace.cc181 error = jvmti_env->GetBytecodes(method, &bytecode_count_ptr, &bytecodes_ptr); in LookupBytecode()
/art/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()