Home
last modified time | relevance | path

Searched refs:GetJLocationFormat (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/include/
Djvmti.h1662 jvmtiError (JNICALL *GetJLocationFormat) (jvmtiEnv* env,
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat() function
2522 return functions->GetJLocationFormat(this, format_ptr); in GetJLocationFormat()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1382 static jvmtiError GetJLocationFormat(jvmtiEnv* env, jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat() function in openjdkjvmti::JvmtiFunctions
1633 JvmtiFunctions::GetJLocationFormat,