Home
last modified time | relevance | path

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

/art/test/901-hello-ti-agent/
Dexpected-stdout.txt37 41 = JVMTI_ERROR_NOT_FOUND
/art/test/ti-agent/
Djvmti_helper.cc168 case JVMTI_ERROR_NOT_FOUND: in operator <<()
278 JvmtiErrorToException(env, jvmti, JVMTI_ERROR_NOT_FOUND); in GetExtensionFunctionVoid()
/art/tools/jvmti-agents/list-extensions/
DREADME.md25 …lvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:118] JVMTI_ERROR_NOT_FOUND
/art/openjdkjvmti/
Dti_extension.cc163 { JVMTI_ERROR_NOT_FOUND }); in GetExtensionFunctions()
/art/test/913-heaps/
Dheaps.cc924 CHECK(extensions[i].errors[0] == JVMTI_ERROR_NOT_FOUND); in Java_art_Test913_checkForExtensionApis()
/art/openjdkjvmti/include/
Djvmti.h356 JVMTI_ERROR_NOT_FOUND = 41, enumerator