Home
last modified time | relevance | path

Searched refs:GetVReg (Results 1 – 21 of 21) sorted by relevance

/art/test/457-regs/
Dregs_jni.cc42 CHECK(GetVReg(m, 0, kIntVReg, &value)); in VisitFrame()
45 CHECK(GetVReg(m, 1, kIntVReg, &value)); in VisitFrame()
48 CHECK(GetVReg(m, 2, kIntVReg, &value)); in VisitFrame()
51 CHECK(GetVReg(m, 3, kIntVReg, &value)); in VisitFrame()
54 CHECK(GetVReg(m, 4, kIntVReg, &value)); in VisitFrame()
60 CHECK(GetVReg(m, 0, kIntVReg, &value)); in VisitFrame()
63 CHECK(GetVReg(m, 1, kIntVReg, &value)); in VisitFrame()
66 bool success = GetVReg(m, 2, kIntVReg, &value); in VisitFrame()
71 CHECK(GetVReg(m, 3, kIntVReg, &value)); in VisitFrame()
74 CHECK(GetVReg(m, 4, kFloatVReg, &value)); in VisitFrame()
[all …]
/art/test/454-get-vreg/
Dget_vreg_jni.cc45 CHECK(GetVReg(m, 0, kIntVReg, &value)); in VisitFrame()
48 bool success = GetVReg(m, 1, kIntVReg, &value); in VisitFrame()
53 success = GetVReg(m, 2, kIntVReg, &value); in VisitFrame()
58 CHECK(GetVReg(m, 3, kReferenceVReg, &value)); in VisitFrame()
61 CHECK(GetVReg(m, 4, kIntVReg, &value)); in VisitFrame()
64 CHECK(GetVReg(m, 5, kFloatVReg, &value)); in VisitFrame()
68 CHECK(GetVReg(m, 6, kIntVReg, &value)); in VisitFrame()
71 CHECK(GetVReg(m, 7, kIntVReg, &value)); in VisitFrame()
74 CHECK(GetVReg(m, 8, kIntVReg, &value)); in VisitFrame()
77 CHECK(GetVReg(m, 9, kIntVReg, &value)); in VisitFrame()
[all …]
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc232 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in ExecuteSwitchImplCpp()
238 shadow_frame.GetVReg(inst->VRegB_22x())); in ExecuteSwitchImplCpp()
244 shadow_frame.GetVReg(inst->VRegB_32x())); in ExecuteSwitchImplCpp()
356 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data))); in ExecuteSwitchImplCpp()
691 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data)); in ExecuteSwitchImplCpp()
891 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == in ExecuteSwitchImplCpp()
892 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImplCpp()
905 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in ExecuteSwitchImplCpp()
906 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImplCpp()
919 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in ExecuteSwitchImplCpp()
[all …]
Dinterpreter_intrinsics.cc40 BINARY_INTRINSIC(name, op, GetVReg(arg[0]), GetVReg(arg[1]), set)
46 BINARY_INTRINSIC(name, op, GetVRegLong(arg[0]), GetVReg(arg[2]), set)
62 UNARY_INTRINSIC(MterpIntegerReverse, ReverseBits32, GetVReg, SetI);
65 UNARY_INTRINSIC(MterpIntegerReverseBytes, BSWAP, GetVReg, SetI);
68 UNARY_INTRINSIC(MterpIntegerBitCount, POPCOUNT, GetVReg, SetI);
74 UNARY_INTRINSIC(MterpIntegerHighestOneBit, HighestOneBitValue, GetVReg, SetI);
77 UNARY_INTRINSIC(MterpIntegerLowestOneBit, LowestOneBitValue, GetVReg, SetI);
80 UNARY_INTRINSIC(MterpIntegerNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVReg, SetI);
83 UNARY_INTRINSIC(MterpIntegerNumberOfTrailingZeros, JAVASTYLE_CTZ, GetVReg, SetI);
92 UNARY_INTRINSIC(MterpIntegerSignum, Signum, GetVReg, SetI);
[all …]
Dunstarted_runtime.cc94 uint32_t int_value = static_cast<uint32_t>(shadow_frame->GetVReg(arg_offset)); in CharacterLowerUpper()
206 initialize_class = shadow_frame->GetVReg(arg_offset + 1) != 0; in UnstartedClassForNameCommon()
486 const int32_t default_value = shadow_frame->GetVReg(arg_offset + 1); in UnstartedClassGetInnerClassFlags()
797 jint src_pos = shadow_frame->GetVReg(arg_offset + 1); in UnstartedSystemArraycopy()
798 jint dst_pos = shadow_frame->GetVReg(arg_offset + 3); in UnstartedSystemArraycopy()
799 jint length = shadow_frame->GetVReg(arg_offset + 4); in UnstartedSystemArraycopy()
1242 int offset = shadow_frame->GetVReg(arg_offset + 3); in UnstartedMemoryPeekArray()
1243 int count = shadow_frame->GetVReg(arg_offset + 4); in UnstartedMemoryPeekArray()
1288 jint start = shadow_frame->GetVReg(arg_offset + 1); in UnstartedStringGetCharsNoCheck()
1289 jint end = shadow_frame->GetVReg(arg_offset + 2); in UnstartedStringGetCharsNoCheck()
[all …]
Dshadow_frame.h128 int32_t GetVReg(size_t i) const { in GetVReg() function
136 return static_cast<int16_t>(GetVReg(i)); in GetVRegShort()
Dinterpreter_common.h440 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoPackedSwitch()
468 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoSparseSwitch()
525 uint32_t raw_value = shadow_frame.GetVReg(i); in TraceExecution()
551 uint32_t src_value = shadow_frame.GetVReg(src_reg); in AssignRegister()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc43 CHECK(GetVReg(m, 1, kReferenceVReg, &value)); in VisitFrame()
49 CHECK(GetVReg(m, 1, kReferenceVReg, &value)); in VisitFrame()
53 CHECK(GetVReg(m, 1, kReferenceVReg, &value)); in VisitFrame()
57 CHECK(GetVReg(m, 0, kReferenceVReg, &value)); in VisitFrame()
/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc42 CHECK(GetVReg(m, 0, kIntVReg, &value)); in VisitFrame()
53 CHECK_EQ(GetVReg(m, dex_register_of_first_parameter, kIntVReg, &value), false); in VisitFrame()
55 CHECK(GetVReg(m, dex_register_of_first_parameter, kIntVReg, &value)); in VisitFrame()
/art/runtime/
Djava_frame_root_info.h38 size_t GetVReg() const { in GetVReg() function
Dmethod_handles.h140 return shadow_frame_.GetVReg(Next()); in Get()
Dmethod_handles.cc319 uint32_t src_value = caller_frame.GetVReg(src_reg); in CopyArgumentsFromCallerFrame()
852 field_value.SetZ(static_cast<uint8_t>(shadow_frame.GetVReg(vreg))); in GetValueFromShadowFrame()
855 field_value.SetB(static_cast<int8_t>(shadow_frame.GetVReg(vreg))); in GetValueFromShadowFrame()
858 field_value.SetC(static_cast<uint16_t>(shadow_frame.GetVReg(vreg))); in GetValueFromShadowFrame()
861 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg))); in GetValueFromShadowFrame()
865 field_value.SetI(shadow_frame.GetVReg(vreg)); in GetValueFromShadowFrame()
Dstack.cc165 bool success = GetVReg(m, reg, kReferenceVReg, &value); in GetThisObject()
192 *val = shadow_frame->GetVReg(vreg); in GetVRegFromDebuggerShadowFrame()
201 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const { in GetVReg() function in art::StackVisitor
217 *val = cur_shadow_frame_->GetVReg(vreg); in GetVReg()
Dstack.h194 bool GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const
Dreflection.cc186 Append(shadow_frame->GetVReg(cur_arg)); in BuildArgArrayFromFrame()
198 Append(shadow_frame->GetVReg(cur_arg)); in BuildArgArrayFromFrame()
Dquick_exception_handler.cc262 bool get_vreg_success = stack_visitor->GetVReg(stack_visitor->GetMethod(), in SetCatchEnvironmentForOptimizedHandler()
Dmonitor.cc1414 success = stack_visitor->GetVReg(m, dex_reg, kReferenceVReg, &value); in VisitLocks()
/art/test/543-env-long-ref/
Denv_long_ref.cc44 CHECK(GetVReg(m, 1, kReferenceVReg, &value)); in VisitFrame()
/art/openjdkjvmti/
Dti_method.cc729 if (!visitor.GetVReg(method, in Execute()
741 if (!visitor.GetVReg(method, in Execute()
Dti_heap.cc948 ref_info->stack_local.slot = static_cast<jint>(java_info.GetVReg()); in GetReferenceKind()
/art/runtime/jit/
Djit.cc545 int32_t vreg_value = shadow_frame->GetVReg(vreg); in MaybeDoOnStackReplacement()