Home
last modified time | relevance | path

Searched defs:vreg (Results 1 – 19 of 19) sorted by relevance

/art/runtime/interpreter/mterp/arm64/
Dmain.S251 .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/
Dmain.S220 .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/
Dshadow_frame.h141 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
Dshadow_frame-inl.h34 uint32_t* vreg = &vregs_[i]; in SetVRegReference() local
Dinterpreter_common.cc274 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
/art/runtime/interpreter/mterp/arm/
Dmain.S254 .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/
Djava_frame_root_info.h32 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Dstack.cc155 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()
Dquick_exception_handler.cc317 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
Dmethod_handles.cc849 uint32_t vreg) in GetValueFromShadowFrame()
Ddebugger.cc2624 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
Dthread.cc3948 void operator()(mirror::Object** obj, size_t vreg, const StackVisitor* stack_visitor) const in operator ()()
/art/compiler/debug/
Delf_debug_loc_writer.h91 uint16_t vreg, in GetVariableLocations()
177 uint16_t vreg, in WriteDebugLocEntry()
Delf_debug_info_writer.h212 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/
Dmanaged_register_mips64_test.cc112 Mips64ManagedRegister vreg = Mips64ManagedRegister::FromVectorRegister(W0); in TEST() local
/art/compiler/optimizing/
Dinstruction_builder.cc220 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
Dinduction_var_analysis_test.cc154 HPhi* InsertLoopPhi(int vreg, int d) { in InsertLoopPhi()
Dcode_generator.cc1189 for (size_t vreg = 0; vreg < num_vregs; ++vreg) { in RecordCatchBlockInfo() local
/art/runtime/jit/
Djit.cc495 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in MaybeDoOnStackReplacement() local