Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.cc280 ShadowFrame* shadow_frame = self->GetAndClearDeoptimizationShadowFrame(result); in Invoke()
/art/runtime/
Dthread.h549 ShadowFrame* GetAndClearDeoptimizationShadowFrame(JValue* ret_val);
Dthread.cc119 ShadowFrame* Thread::GetAndClearDeoptimizationShadowFrame(JValue* ret_val) { in GetAndClearDeoptimizationShadowFrame() function in art::Thread