Searched defs:ERR (Results 1 - 1 of 1) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dart_jvmti.h73 #define ERR(e) JVMTI_ERROR_ ## e macro
77 static constexpr jvmtiError ERR(NOT_IMPLEMENTED) = JVMTI_ERROR_NOT_AVAILABLE;
102 CHECK(ret == ERR(NONE));
123 CHECK(ret == ERR(NONE));
150 if (*error != ERR(NONE)) {
163 if (*error != ERR(NONE)) {

Completed in 38 milliseconds