Home
last modified time | relevance | path

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

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