Home
last modified time | relevance | path

Searched refs:must_be_present (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.h1041 ShadowFrame* PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present = true);
Dthread.cc424 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { in PopStackedShadowFrame() argument
426 if (must_be_present) { in PopStackedShadowFrame()