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

  /art/runtime/
instrumentation.h 136 bool AreExitStubsInstalled() const {
stack.cc 283 bool exit_stubs_installed = Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled();
thread.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 278 if (Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()) {

Completed in 65 milliseconds