Home
last modified time | relevance | path

Searched defs:num_vregs (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/
Dshadow_frame.h53 static size_t ComputeSize(uint32_t num_vregs) { in ComputeSize()
59 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame()
74 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument
344 static ShadowFrame* CreateShadowFrameImpl(uint32_t num_vregs, in CreateShadowFrameImpl()
365 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame()
/art/runtime/mirror/
Dmethod_type.cc53 size_t num_vregs = static_cast<size_t>(p_types_length); in NumberOfVRegs() local
/art/compiler/optimizing/
Dcode_generator.cc928 uint32_t num_vregs = graph_->GetNumberOfVRegs(); in RecordCatchBlockInfo() local
/art/runtime/
Dthread.cc286 size_t num_vregs) { in Create()
356 uint32_t num_vregs, in FindOrCreateDebuggerShadowFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2630 const size_t num_vregs = is_range ? inst->VRegA_4rcc() : inst->VRegA_45cc(); in artInvokePolymorphic() local