Home
last modified time | relevance | path

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

/art/test/136-daemon-jni-shutdown/
Ddaemon_jni_shutdown.cc59 self->SetTopOfStack(nullptr); in Java_Main_destroyJavaVMAndExit()
/art/compiler/
Dexception_test.cc214 thread->SetTopOfStack(reinterpret_cast<ArtMethod**>(&fake_stack[0])); in TEST_F()
239 thread->SetTopOfStack(nullptr); // Disarm the assertion that no code is running when we detach. in TEST_F()
/art/runtime/
Dfault_handler.cc398 self->SetTopOfStack(reinterpret_cast<ArtMethod**>(sp)); in Action()
Dthread.h514 void SetTopOfStack(ArtMethod** top_method) { in SetTopOfStack() function