Home
last modified time | relevance | path

Searched refs:ClearShadowFrameUnderConstruction (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread.h729 void ClearShadowFrameUnderConstruction();
Dthread.cc130 void Thread::ClearShadowFrameUnderConstruction() { in ClearShadowFrameUnderConstruction() function in art::Thread
/art/runtime/interpreter/
Dinterpreter_common.cc619 self->ClearShadowFrameUnderConstruction(); in DoCall()