HomeSort by relevance Sort by last modified time
    Searched defs:CheckJniAbortCatcher (Results 1 - 2 of 2) sorted by null

  /art/runtime/
common_runtime_test.h 125 class CheckJniAbortCatcher {
127 CheckJniAbortCatcher();
129 ~CheckJniAbortCatcher();
139 DISALLOW_COPY_AND_ASSIGN(CheckJniAbortCatcher);
common_runtime_test.cc 364 CheckJniAbortCatcher::CheckJniAbortCatcher() : vm_(Runtime::Current()->GetJavaVM()) {
369 CheckJniAbortCatcher::~CheckJniAbortCatcher() {
375 void CheckJniAbortCatcher::Check(const char* expected_text) {
382 void CheckJniAbortCatcher::Hook(void* data, const std::string& reason) {

Completed in 100 milliseconds