Home
last modified time | relevance | path

Searched refs:get_last_error (Results 1 – 2 of 2) sorted by relevance

/art/test/1957-error-ext/
Dlasterror.cc88 GetLastError get_last_error = reinterpret_cast<GetLastError>( in Java_art_Test1957_getLastError() local
90 if (get_last_error == nullptr) { in Java_art_Test1957_getLastError()
94 if (JvmtiErrorToException(env, jvmti_env, get_last_error(jvmti_env, &msg))) { in Java_art_Test1957_getLastError()
/art/test/ti-agent/
Dredefinition_helper.cc50 GetLastError get_last_error = in throwCommonRedefinitionError() local
53 if (get_last_error != nullptr) { in throwCommonRedefinitionError()
54 get_last_error(jvmti_env, &error_msg); in throwCommonRedefinitionError()