Home
last modified time | relevance | path

Searched defs:vreg (Results 1 – 18 of 18) 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/
Dshadow_frame.h140 const uint32_t* vreg = &vregs_[i]; in GetVReg() local
165 const uint32_t* vreg = &vregs_[i]; in GetVRegFloat() local
171 const uint32_t* vreg = &vregs_[i]; in GetVRegLong() local
178 const uint32_t* vreg = &vregs_[i]; in GetVRegDouble() local
205 uint32_t* vreg = &vregs_[i]; in SetVReg() local
214 uint32_t* vreg = &vregs_[i]; in SetVRegFloat() local
223 uint32_t* vreg = &vregs_[i]; in SetVRegLong() local
234 uint32_t* vreg = &vregs_[i]; in SetVRegDouble() local
Dshadow_frame-inl.h34 uint32_t* vreg = &vregs_[i]; in SetVRegReference() local
Dinterpreter_common.h472 ALWAYS_INLINE 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/
Dstack.cc196 bool StackVisitor::GetVRegFromDebuggerShadowFrame(uint16_t vreg, in GetVRegFromDebuggerShadowFrame()
220 uint16_t vreg, in GetVReg()
271 bool StackVisitor::GetVRegFromOptimizedCode(ArtMethod* m, uint16_t vreg, VRegKind kind, in GetVRegFromOptimizedCode()
392 bool StackVisitor::GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, in GetVRegPairFromDebuggerShadowFrame()
406 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPair()
438 bool StackVisitor::GetVRegPairFromOptimizedCode(ArtMethod* m, uint16_t vreg, in GetVRegPairFromOptimizedCode()
470 ShadowFrame* StackVisitor::PrepareSetVReg(ArtMethod* m, uint16_t vreg, bool wide) { in PrepareSetVReg()
493 bool StackVisitor::SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind) { in SetVReg()
503 bool StackVisitor::SetVRegReference(ArtMethod* m, uint16_t vreg, ObjPtr<mirror::Object> new_value) { in SetVRegReference()
513 uint16_t vreg, in SetVRegPair()
Dnterp_helpers.cc146 uint32_t NterpGetVReg(ArtMethod** frame, uint16_t vreg) { in NterpGetVReg()
150 uint32_t NterpGetVRegReference(ArtMethod** frame, uint16_t vreg) { in NterpGetVRegReference()
Djava_frame_root_info.h47 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Dquick_exception_handler.cc268 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in SetCatchEnvironmentForOptimizedHandler() local
473 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in HandleOptimizingDeoptimization() local
Dmethod_handles.cc865 uint32_t vreg) in GetValueFromShadowFrame()
Dthread.cc3995 void operator()(mirror::Object** obj, size_t vreg, const StackVisitor* stack_visitor) const in operator ()()
/art/compiler/debug/
Delf_debug_loc_writer.h83 uint16_t vreg, in GetVariableLocations()
169 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/optimizing/
Dinstruction_builder.cc221 for (size_t vreg = 0, e = current_locals_->size(); vreg < e; ++vreg) { in PropagateLocalsToCatchBlocks() local
288 size_t vreg = phi->GetRegNumber(); in SetLoopHeaderPhiInputs() local
1531 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.cc1268 for (size_t vreg = 0; vreg < num_vregs; ++vreg) { in RecordCatchBlockInfo() local
/art/runtime/jit/
Djit.cc524 for (uint16_t vreg = 0; vreg < number_of_vregs; ++vreg) { in PrepareForOsr() local
/art/openjdkjvmti/
Dti_heap.cc1040 size_t vreg = java_info.GetVReg(); in GetReferenceKind() local