Home
last modified time | relevance | path

Searched refs:SetTopOfStack (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
Dcallee_save_frame.h35 self->SetTopOfStack(sp, 0); in FinishCalleeSaveFrameSetup()
Dquick_instrumentation_entrypoints.cc55 self->SetTopOfStack(sp, 0); in artInstrumentationMethodExitFromCode()
Dquick_field_entrypoints.cc246 self->SetTopOfStack(sp, 0); in artSet64InstanceFromCode()
Dquick_trampoline_entrypoints.cc379 self->SetTopOfStack(sp, 0); in artQuickProxyInvokeHandler()
/art/runtime/
Dexception_test.cc178 thread->SetTopOfStack(&fake_stack[0], method_g_->ToNativePc(dex_pc)); // return pc in TEST_F()
221 thread->SetTopOfStack(NULL, 0); // Disarm the assertion that no code is running when we detach. in TEST_F()
Dthread.h329 void SetTopOfStack(void* stack, uintptr_t pc) { in SetTopOfStack() function
/art/runtime/mirror/
Dart_method.cc281 self->SetTopOfStack(NULL, 0); in Invoke()