/art/runtime/interpreter/mterp/mips64/ |
D | header.S | 183 .macro GET_VREG reg, vreg 189 .macro GET_VREG_U reg, vreg 195 .macro GET_VREG_FLOAT reg, vreg 201 .macro SET_VREG reg, vreg 209 .macro SET_VREG_OBJECT reg, vreg 217 .macro SET_VREG_FLOAT reg, vreg 232 .macro GET_VREG_WIDE reg, vreg 240 .macro GET_VREG_DOUBLE reg, vreg 248 .macro SET_VREG_WIDE reg, vreg 259 .macro SET_VREG_DOUBLE reg, vreg
|
/art/runtime/interpreter/mterp/arm64/ |
D | header.S | 247 .macro GET_VREG reg, vreg 250 .macro SET_VREG reg, vreg 263 .macro GET_VREG_WIDE reg, vreg 267 .macro SET_VREG_WIDE reg, vreg 278 .macro GET_VREG_S reg, vreg 285 .macro VREG_INDEX_TO_ADDR reg, vreg
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 130 const uint32_t* vreg = &vregs_[i]; in GetVReg() local 160 const uint32_t* vreg = &vregs_[i]; in GetVRegFloat() local 166 const uint32_t* vreg = &vregs_[i]; in GetVRegLong() local 173 const uint32_t* vreg = &vregs_[i]; in GetVRegDouble() local 207 uint32_t* vreg = &vregs_[i]; in SetVReg() local 218 uint32_t* vreg = &vregs_[i]; in SetVRegFloat() local 229 uint32_t* vreg = &vregs_[i]; in SetVRegLong() local 242 uint32_t* vreg = &vregs_[i]; in SetVRegDouble() local 262 uint32_t* vreg = &vregs_[i]; in SetVRegReference() local
|
D | interpreter_common.cc | 215 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue() 665 size_t vreg = 0; in InvokeBootstrapMethod() local
|
/art/runtime/interpreter/mterp/arm/ |
D | header.S | 251 .macro GET_VREG reg, vreg 254 .macro SET_VREG reg, vreg 263 .macro SET_VREG_SHADOW reg, vreg 280 .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 | 177 bool StackVisitor::GetVRegFromDebuggerShadowFrame(uint16_t vreg, in GetVRegFromDebuggerShadowFrame() 200 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const { in GetVReg() 222 bool StackVisitor::GetVRegFromOptimizedCode(ArtMethod* m, uint16_t vreg, VRegKind kind, in GetVRegFromOptimizedCode() 321 bool StackVisitor::GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, in GetVRegPairFromDebuggerShadowFrame() 335 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPair() 361 bool StackVisitor::GetVRegPairFromOptimizedCode(ArtMethod* m, uint16_t vreg, in GetVRegPairFromOptimizedCode() 394 uint16_t vreg, in SetVReg() 422 uint16_t vreg, in SetVRegPair()
|
D | quick_exception_handler.cc | 246 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in SetCatchEnvironmentForOptimizedHandler() local 422 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in HandleOptimizingDeoptimization() local
|
D | method_handles.cc | 863 uint32_t vreg) in GetValueFromShadowFrame()
|
D | debugger.cc | 2618 static JDWP::JdwpError FailGetLocalValue(const StackVisitor& visitor, uint16_t vreg, in FailGetLocalValue() 2630 uint16_t vreg = DemangleSlot(slot, m, &error); in GetLocalValue() local 2780 static JDWP::JdwpError FailSetLocalValue(const StackVisitor& visitor, uint16_t vreg, in FailSetLocalValue() 2793 uint16_t vreg = DemangleSlot(slot, m, &error); in SetLocalValue() local
|
D | thread.cc | 3430 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() 179 uint16_t vreg, in WriteDebugLocEntry()
|
D | elf_debug_info_writer.h | 204 const uint32_t vreg = dex_code->registers_size_ - dex_code->ins_size_ + arg_reg; in Write() local 224 const uint32_t vreg = dex_code->registers_size_ - dex_code->ins_size_ + arg_reg; in Write() local
|
/art/compiler/utils/mips64/ |
D | managed_register_mips64_test.cc | 111 Mips64ManagedRegister vreg = Mips64ManagedRegister::FromVectorRegister(W0); in TEST() local
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips64.S | 190 .macro GET_VREG reg, vreg 196 .macro GET_VREG_U reg, vreg 202 .macro GET_VREG_FLOAT reg, vreg 208 .macro SET_VREG reg, vreg 216 .macro SET_VREG_OBJECT reg, vreg 224 .macro SET_VREG_FLOAT reg, vreg 239 .macro GET_VREG_WIDE reg, vreg 247 .macro GET_VREG_DOUBLE reg, vreg 255 .macro SET_VREG_WIDE reg, vreg 266 .macro SET_VREG_DOUBLE reg, vreg
|
D | mterp_arm64.S | 254 .macro GET_VREG reg, vreg 257 .macro SET_VREG reg, vreg 270 .macro GET_VREG_WIDE reg, vreg 274 .macro SET_VREG_WIDE reg, vreg 285 .macro GET_VREG_S reg, vreg 292 .macro VREG_INDEX_TO_ADDR reg, vreg
|
D | mterp_arm.S | 258 .macro GET_VREG reg, vreg 261 .macro SET_VREG reg, vreg 270 .macro SET_VREG_SHADOW reg, vreg 287 .macro VREG_INDEX_TO_ADDR reg, vreg
|
/art/runtime/jit/ |
D | jit.cc | 524 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in MaybeDoOnStackReplacement() local
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 177 for (size_t vreg = 0, e = current_locals_->size(); vreg < e; ++vreg) { in PropagateLocalsToCatchBlocks() local 244 size_t vreg = phi->GetRegNumber(); in SetLoopHeaderPhiInputs() local 1241 for (size_t vreg = 0, e = current_locals_->size(); vreg < e; ++vreg) { in HandleStringInit() local
|
D | code_generator.cc | 945 for (size_t vreg = 0; vreg < num_vregs; ++vreg) { in RecordCatchBlockInfo() local
|
D | induction_var_analysis_test.cc | 156 HPhi* InsertLoopPhi(int vreg, int d) { in InsertLoopPhi()
|