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

  /art/runtime/entrypoints/quick/
callee_save_frame.h 44 self->SetTopOfStack(sp, 0);
quick_instrumentation_entrypoints.cc 66 self->SetTopOfStack(sp, 0);
quick_field_entrypoints.cc 263 self->SetTopOfStack(sp, 0);
quick_trampoline_entrypoints.cc 619 self->SetTopOfStack(sp, 0);
    [all...]
  /art/runtime/
exception_test.cc 196 thread->SetTopOfStack(
241 thread->SetTopOfStack(NULL, 0); // Disarm the assertion that no code is running when we detach.
fault_handler.cc 375 self->SetTopOfStack(frame, 0); // Since we don't necessarily have a dex pc, pass in 0.
thread.h 358 void SetTopOfStack(StackReference<mirror::ArtMethod>* top_method, uintptr_t pc) {
    [all...]
  /art/runtime/mirror/
art_method.cc 327 self->SetTopOfStack(nullptr, 0);

Completed in 83 milliseconds