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

  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 59 self->SetTopOfStack(nullptr);
  /art/compiler/
exception_test.cc 219 thread->SetTopOfStack(reinterpret_cast<ArtMethod**>(&fake_stack[0]));
244 thread->SetTopOfStack(nullptr); // Disarm the assertion that no code is running when we detach.
  /art/runtime/
fault_handler.cc 361 self->SetTopOfStack(reinterpret_cast<ArtMethod**>(sp));
thread.h 442 void SetTopOfStack(ArtMethod** top_method) {
    [all...]
thread.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 120 milliseconds