Home
last modified time | relevance | path

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

/art/test/922-properties/
Dexpected.txt3 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
5 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
6 "java.vm.info": OK !!!JVMTI_ERROR_NOT_AVAILABLE
7 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
9 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
11 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
13 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
17 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
19 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
21 Setting value to "abc": !!!JVMTI_ERROR_NOT_AVAILABLE
[all …]
/art/test/901-hello-ti-agent/
Dexpected.txt58 98 = JVMTI_ERROR_NOT_AVAILABLE
/art/test/ti-agent/
Djvmti_helper.cc202 case JVMTI_ERROR_NOT_AVAILABLE: in operator <<()
Dredefinition_helper.cc130 return JVMTI_ERROR_NOT_AVAILABLE; in CallRedefineEntrypoint()
/art/openjdkjvmti/
Dart_jvmti.h125 static constexpr jvmtiError ERR(NOT_IMPLEMENTED) = JVMTI_ERROR_NOT_AVAILABLE;
/art/openjdkjvmti/include/
Djvmti.h373 JVMTI_ERROR_NOT_AVAILABLE = 98, enumerator