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

/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc1464 static jvmtiError GetJLocationFormat(jvmtiEnv* env, jvmtiJlocationFormat* format_ptr) { argument
1467 if (format_ptr == nullptr) {
1470 *format_ptr = jvmtiJlocationFormat::JVMTI_JLOCATION_JVMBCI;
/art/openjdkjvmti/include/
H A Djvmti.h1663 jvmtiJlocationFormat* format_ptr);
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { argument
2522 return functions->GetJLocationFormat(this, format_ptr);

Completed in 1051 milliseconds