Searched defs:num_vregs (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/ |
| D | stack.h | 118 static size_t ComputeSize(uint32_t num_vregs) { in ComputeSize() 124 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame() 139 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument 398 static ShadowFrame* CreateShadowFrameImpl(uint32_t num_vregs, in CreateShadowFrameImpl() 415 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame()
|
| D | thread.cc | 290 size_t num_vregs) { in Create() 360 uint32_t num_vregs, in FindOrCreateDebuggerShadowFrame()
|
| /art/compiler/optimizing/ |
| D | code_generator.cc | 841 uint32_t num_vregs = graph_->GetNumberOfVRegs(); in RecordCatchBlockInfo() local
|