Home
last modified time | relevance | path

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

/art/test/928-jni-table/
Djni_table.cc82 if (setoverride3_result != JVMTI_ERROR_NULL_POINTER) { in Java_art_Test928_doJNITableTest()
/art/test/901-hello-ti-agent/
Dexpected.txt60 100 = JVMTI_ERROR_NULL_POINTER
/art/test/ti-agent/
Djvmti_helper.cc145 case JVMTI_ERROR_NULL_POINTER: in operator <<()
/art/test/913-heaps/
Dheaps.cc927 CHECK(extensions[i].errors[2] == JVMTI_ERROR_NULL_POINTER); in Java_art_Test913_checkForExtensionApis()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1226 JVMTI_ERROR_NULL_POINTER in GetExtensionFunctions()
/art/runtime/openjdkjvmti/include/
Djvmti.h375 JVMTI_ERROR_NULL_POINTER = 100, enumerator