Home
last modified time | relevance | path

Searched refs:JVMTI_ERROR_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance

/art/test/901-hello-ti-agent/
Dexpected.txt37 41 = JVMTI_ERROR_NOT_FOUND
/art/test/ti-agent/
Djvmti_helper.cc107 case JVMTI_ERROR_NOT_FOUND: in operator <<()
/art/test/913-heaps/
Dheaps.cc873 CHECK(extensions[i].errors[0] == JVMTI_ERROR_NOT_FOUND); in Java_art_Test913_checkForExtensionApis()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1188 { JVMTI_ERROR_NOT_FOUND }); in GetExtensionFunctions()
/art/runtime/openjdkjvmti/include/
Djvmti.h356 JVMTI_ERROR_NOT_FOUND = 41, enumerator