/art/runtime/interpreter/mterp/arm64/ |
D | main.S | 251 .macro GET_VREG reg, vreg 254 .macro SET_VREG reg, vreg 262 .macro SET_VREG_FLOAT reg, vreg 270 .macro GET_VREG_WIDE reg, vreg 274 .macro SET_VREG_WIDE reg, vreg 280 .macro GET_VREG_DOUBLE reg, vreg 284 .macro SET_VREG_DOUBLE reg, vreg 295 .macro GET_VREG_S reg, vreg 302 .macro VREG_INDEX_TO_ADDR reg, vreg
|
/art/runtime/interpreter/mterp/mips64/ |
D | main.S | 220 .macro GET_VREG reg, vreg 226 .macro GET_VREG_U reg, vreg 232 .macro GET_VREG_FLOAT reg, vreg 238 .macro SET_VREG reg, vreg 246 .macro SET_VREG_OBJECT reg, vreg 254 .macro SET_VREG_FLOAT reg, vreg 269 .macro GET_VREG_WIDE reg, vreg 277 .macro GET_VREG_DOUBLE reg, vreg 285 .macro SET_VREG_WIDE reg, vreg 296 .macro SET_VREG_DOUBLE reg, vreg
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 141 const uint32_t* vreg = &vregs_[i]; in GetVReg() local 167 const uint32_t* vreg = &vregs_[i]; in GetVRegFloat() local 173 const uint32_t* vreg = &vregs_[i]; in GetVRegLong() local 180 const uint32_t* vreg = &vregs_[i]; in GetVRegDouble() local 208 uint32_t* vreg = &vregs_[i]; in SetVReg() local 219 uint32_t* vreg = &vregs_[i]; in SetVRegFloat() local 230 uint32_t* vreg = &vregs_[i]; in SetVRegLong() local 243 uint32_t* vreg = &vregs_[i]; in SetVRegDouble() local
|
D | shadow_frame-inl.h | 34 uint32_t* vreg = &vregs_[i]; in SetVRegReference() local
|
D | interpreter_common.cc | 274 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
|
/art/runtime/interpreter/mterp/arm/ |
D | main.S | 254 .macro GET_VREG reg, vreg 257 .macro SET_VREG reg, vreg 262 .macro SET_VREG_WIDE regLo, regHi, vreg 274 .macro SET_VREG_SHADOW reg, vreg 297 .macro VREG_INDEX_TO_ADDR reg, vreg
|
/art/runtime/ |
D | java_frame_root_info.h | 32 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
|
D | stack.cc | 155 bool StackVisitor::GetVRegFromDebuggerShadowFrame(uint16_t vreg, in GetVRegFromDebuggerShadowFrame() 178 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const { in GetVReg() 200 bool StackVisitor::GetVRegFromOptimizedCode(ArtMethod* m, uint16_t vreg, VRegKind kind, in GetVRegFromOptimizedCode() 303 bool StackVisitor::GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, in GetVRegPairFromDebuggerShadowFrame() 317 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPair() 343 bool StackVisitor::GetVRegPairFromOptimizedCode(ArtMethod* m, uint16_t vreg, in GetVRegPairFromOptimizedCode() 376 uint16_t vreg, in SetVReg() 404 uint16_t vreg, in SetVRegPair()
|
D | quick_exception_handler.cc | 317 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in SetCatchEnvironmentForOptimizedHandler() local 486 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in HandleOptimizingDeoptimization() local
|
D | method_handles.cc | 849 uint32_t vreg) in GetValueFromShadowFrame()
|
D | debugger.cc | 2624 static JDWP::JdwpError FailGetLocalValue(const StackVisitor& visitor, uint16_t vreg, in FailGetLocalValue() 2636 uint16_t vreg = DemangleSlot(slot, m, &error); in GetLocalValue() local 2784 static JDWP::JdwpError FailSetLocalValue(const StackVisitor& visitor, uint16_t vreg, in FailSetLocalValue() 2797 uint16_t vreg = DemangleSlot(slot, m, &error); in SetLocalValue() local
|
D | thread.cc | 3948 void operator()(mirror::Object** obj, size_t vreg, const StackVisitor* stack_visitor) const in operator ()()
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 91 uint16_t vreg, in GetVariableLocations() 177 uint16_t vreg, in WriteDebugLocEntry()
|
D | elf_debug_info_writer.h | 212 const uint32_t vreg = accessor.RegistersSize() - accessor.InsSize() + arg_reg; in Write() local 232 const uint32_t vreg = accessor.RegistersSize() - accessor.InsSize() + arg_reg; in Write() local
|
/art/compiler/utils/mips64/ |
D | managed_register_mips64_test.cc | 112 Mips64ManagedRegister vreg = Mips64ManagedRegister::FromVectorRegister(W0); in TEST() local
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 220 for (size_t vreg = 0, e = current_locals_->size(); vreg < e; ++vreg) { in PropagateLocalsToCatchBlocks() local 287 size_t vreg = phi->GetRegNumber(); in SetLoopHeaderPhiInputs() local 1509 for (size_t vreg = 0, e = current_locals_->size(); vreg < e; ++vreg) { in HandleStringInit() local
|
D | induction_var_analysis_test.cc | 154 HPhi* InsertLoopPhi(int vreg, int d) { in InsertLoopPhi()
|
D | code_generator.cc | 1189 for (size_t vreg = 0; vreg < num_vregs; ++vreg) { in RecordCatchBlockInfo() local
|
/art/runtime/jit/ |
D | jit.cc | 495 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in MaybeDoOnStackReplacement() local
|