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

  /art/runtime/
parsed_options.h 91 void (*hook_abort_)(); member in class:art::ParsedOptions
parsed_options_test.cc 70 EXPECT_TRUE(test_abort == parsed->hook_abort_);
parsed_options.cc 252 hook_abort_ = NULL; // We don't call abort(3) by default; see Runtime::Abort.
544 hook_abort_ = reinterpret_cast<void(*)()>(const_cast<void*>(hook));
714 hook_abort_();
    [all...]
runtime.cc 699 abort_ = options->hook_abort_;
    [all...]

Completed in 72 milliseconds