HomeSort by relevance Sort by last modified time
    Searched refs:hook_abort_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
runtime_test.cc 71 EXPECT_TRUE(test_abort == parsed->hook_abort_);
runtime.h 124 void (*hook_abort_)(); member in class:art::Runtime::ParsedOptions
runtime.cc 363 parsed->hook_abort_ = NULL; // We don't call abort(3) by default; see Runtime::Abort.
584 parsed->hook_abort_ = reinterpret_cast<void(*)()>(const_cast<void*>(options[i].second));
863 abort_ = options->hook_abort_;
    [all...]

Completed in 747 milliseconds