Searched refs:PopShadowFrame (Results 1 - 8 of 8) sorted by relevance

/art/compiler/llvm/
H A Druntime_support_llvm_func_list.h26 V(PopShadowFrame, art_portable_pop_shadow_frame_from_code) \
H A Dintrinsic_func_list.def1559 _EVAL_DEF_INTRINSICS_FUNC(PopShadowFrame,
H A Dgbc_expander.cc3660 case IntrinsicHelper::PopShadowFrame: {
/art/runtime/
H A Dexception_test.cc223 thread->PopShadowFrame();
224 thread->PopShadowFrame();
H A Dthread.h499 ShadowFrame* PopShadowFrame() { function
500 return managed_stack_.PopShadowFrame();
H A Dstack.h360 ShadowFrame* PopShadowFrame() { function
/art/runtime/interpreter/
H A Dinterpreter.cc3167 self->PopShadowFrame();
3207 self->PopShadowFrame();
3269 self->PopShadowFrame();
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc228 art::llvm::IntrinsicHelper::PopShadowFrame);

Completed in 143 milliseconds