Home
last modified time | relevance | path

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

/art/openjdkjvmti/
DOpenjdkJvmTi.cc1382 static jvmtiError GetJLocationFormat(jvmtiEnv* env, jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat() argument
1385 if (format_ptr == nullptr) { in GetJLocationFormat()
1388 *format_ptr = jvmtiJlocationFormat::JVMTI_JLOCATION_JVMBCI; in GetJLocationFormat()
/art/openjdkjvmti/include/
Djvmti.h1663 jvmtiJlocationFormat* format_ptr);
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()
2522 return functions->GetJLocationFormat(this, format_ptr); in GetJLocationFormat()