Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h64 static size_t ComputeSize(uint32_t num_vregs) { in ComputeSize()
70 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame()
85 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument
333 static ShadowFrame* CreateShadowFrameImpl(uint32_t num_vregs, in CreateShadowFrameImpl()
389 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame()
/art/runtime/
Dvar_handles.cc41 const size_t num_vregs = accessor_type->NumberOfVRegs(); in VarHandleInvokeAccessorWithConversions() local
/art/runtime/mirror/
Dmethod_type.cc104 size_t num_vregs = static_cast<size_t>(p_types_length); in NumberOfVRegs() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2800 const size_t num_vregs = is_range ? inst.VRegA_4rcc() : inst.VRegA_45cc(); in artInvokePolymorphic() local
2894 const size_t num_vregs = ArtMethod::NumArgRegisters(shorty); in artInvokeCustom() local
/art/compiler/optimizing/
Dcode_generator.cc1179 uint32_t num_vregs = graph_->GetNumberOfVRegs(); in RecordCatchBlockInfo() local