Searched defs:num_vregs (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/ |
D | shadow_frame.h | 53 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/ |
D | method_type.cc | 53 size_t num_vregs = static_cast<size_t>(p_types_length); in NumberOfVRegs() local
|
/art/compiler/optimizing/ |
D | code_generator.cc | 928 uint32_t num_vregs = graph_->GetNumberOfVRegs(); in RecordCatchBlockInfo() local
|
/art/runtime/ |
D | thread.cc | 286 size_t num_vregs) { in Create() 356 uint32_t num_vregs, in FindOrCreateDebuggerShadowFrame()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2630 const size_t num_vregs = is_range ? inst->VRegA_4rcc() : inst->VRegA_45cc(); in artInvokePolymorphic() local
|