Home
last modified time | relevance | path

Searched refs:sf (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dstack.h84 static void DeleteDeoptimizedFrame(ShadowFrame* sf) { in DeleteDeoptimizedFrame() argument
85 uint8_t* memory = reinterpret_cast<uint8_t*>(sf); in DeleteDeoptimizedFrame()
92 ShadowFrame* sf = new (memory) ShadowFrame(num_vregs, link, method, dex_pc, true); in Create() local
93 return sf; in Create()
Dthread.h816 void PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type);
1316 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type) in ScopedStackedShadowFramePusher() argument
1318 self_->PushStackedShadowFrame(sf, type); in ScopedStackedShadowFramePusher()
Dthread.cc212 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame() argument
214 sf, type, tlsPtr_.stacked_shadow_frame_record); in PushStackedShadowFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc553 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) : in BuildQuickShadowFrameVisitor() argument
554 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {} in BuildQuickShadowFrameVisitor()