Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc151 ShadowFrame& sf, size_t first_arg_reg) : in BuildPortableShadowFrameVisitor()
/art/runtime/
Dthread.cc110 void Thread::SetDeoptimizationShadowFrame(ShadowFrame* sf) { in SetDeoptimizationShadowFrame()
119 ShadowFrame* sf = tlsPtr_.deoptimization_shadow_frame; in GetAndClearDeoptimizationShadowFrame() local
125 void Thread::SetShadowFrameUnderConstruction(ShadowFrame* sf) { in SetShadowFrameUnderConstruction()
Dstack.h140 ShadowFrame* sf = new (memory) ShadowFrame(num_vregs, link, method, dex_pc, true); in Create() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc417 const char* shorty, uint32_t shorty_len, ShadowFrame* sf, in BuildQuickShadowFrameVisitor()