HomeSort by relevance Sort by last modified time
    Searched refs:GetVReg (Results 1 - 19 of 19) sorted by null

  /art/test/457-regs/
regs_jni.cc 42 CHECK(GetVReg(m, 0, kIntVReg, &value));
45 CHECK(GetVReg(m, 1, kIntVReg, &value));
48 CHECK(GetVReg(m, 2, kIntVReg, &value));
51 CHECK(GetVReg(m, 3, kIntVReg, &value));
54 CHECK(GetVReg(m, 4, kIntVReg, &value));
60 CHECK(GetVReg(m, 0, kIntVReg, &value));
63 CHECK(GetVReg(m, 1, kIntVReg, &value));
66 bool success = GetVReg(m, 2, kIntVReg, &value);
71 CHECK(GetVReg(m, 3, kIntVReg, &value));
74 CHECK(GetVReg(m, 4, kFloatVReg, &value))
    [all...]
  /art/test/454-get-vreg/
get_vreg_jni.cc 45 CHECK(GetVReg(m, 0, kIntVReg, &value));
48 bool success = GetVReg(m, 1, kIntVReg, &value);
53 success = GetVReg(m, 2, kIntVReg, &value);
58 CHECK(GetVReg(m, 3, kReferenceVReg, &value));
61 CHECK(GetVReg(m, 4, kIntVReg, &value));
64 CHECK(GetVReg(m, 5, kFloatVReg, &value));
68 CHECK(GetVReg(m, 6, kIntVReg, &value));
71 CHECK(GetVReg(m, 7, kIntVReg, &value));
74 CHECK(GetVReg(m, 8, kIntVReg, &value));
77 CHECK(GetVReg(m, 9, kIntVReg, &value))
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 43 GetVReg(node)));
49 GetVReg(node)));
54 reg.code(), GetVReg(node)));
60 reg.code(), GetVReg(node)));
65 int virtual_register = GetVReg(node);
72 return Define(node, ToUnallocatedOperand(location, rep, GetVReg(node)));
80 primary_location, secondary_location, GetVReg(node)));
86 GetVReg(node)));
92 GetVReg(node)));
98 GetVReg(node)))
    [all...]
  /art/test/461-get-reference-vreg/
get_reference_vreg_jni.cc 43 CHECK(GetVReg(m, 1, kReferenceVReg, &value));
49 CHECK(GetVReg(m, 1, kReferenceVReg, &value));
53 CHECK(GetVReg(m, 1, kReferenceVReg, &value));
57 CHECK(GetVReg(m, 0, kReferenceVReg, &value));
  /art/test/466-get-live-vreg/
get_live_vreg_jni.cc 41 CHECK(GetVReg(m, 0, kIntVReg, &value));
51 CHECK_EQ(GetVReg(m, dex_register_of_first_parameter, kIntVReg, &value), false);
53 CHECK(GetVReg(m, dex_register_of_first_parameter, kIntVReg, &value));
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 209 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
215 shadow_frame.GetVReg(inst->VRegB_22x()));
221 shadow_frame.GetVReg(inst->VRegB_32x()));
315 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
574 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data));
793 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
812 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) !=
813 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
832 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data))
    [all...]
interpreter_switch_impl.cc 135 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
141 shadow_frame.GetVReg(inst->VRegB_22x()));
147 shadow_frame.GetVReg(inst->VRegB_32x()));
247 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
518 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data));
729 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) ==
730 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
746 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) !=
747 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
763 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data))
    [all...]
interpreter_common.cc 205 field_value.SetZ(static_cast<uint8_t>(shadow_frame.GetVReg(vreg)));
208 field_value.SetB(static_cast<int8_t>(shadow_frame.GetVReg(vreg)));
211 field_value.SetC(static_cast<uint16_t>(shadow_frame.GetVReg(vreg)));
214 field_value.SetS(static_cast<int16_t>(shadow_frame.GetVReg(vreg)));
217 field_value.SetI(shadow_frame.GetVReg(vreg));
269 f->SetBoolean<transaction_active>(obj, shadow_frame.GetVReg(vregA));
272 f->SetByte<transaction_active>(obj, shadow_frame.GetVReg(vregA));
275 f->SetChar<transaction_active>(obj, shadow_frame.GetVReg(vregA));
278 f->SetShort<transaction_active>(obj, shadow_frame.GetVReg(vregA));
281 f->SetInt<transaction_active>(obj, shadow_frame.GetVReg(vregA))
    [all...]
interpreter_common.h 307 uint32_t vc_value_lo = shadow_frame.GetVReg(vreg);
308 uint32_t vc_value_hi = shadow_frame.GetVReg(vreg + 1);
416 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg);
421 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg);
426 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg);
431 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg);
436 uint32_t primitive_narrow_value = shadow_frame.GetVReg(source_vreg);
    [all...]
unstarted_runtime.cc 83 uint32_t int_value = static_cast<uint32_t>(shadow_frame->GetVReg(arg_offset));
193 bool initialize_class = shadow_frame->GetVReg(arg_offset + 1) != 0;
210 bool initialize_class = shadow_frame->GetVReg(arg_offset + 1) != 0;
361 const int32_t default_value = shadow_frame->GetVReg(arg_offset + 1);
579 jint src_pos = shadow_frame->GetVReg(arg_offset + 1);
580 jint dst_pos = shadow_frame->GetVReg(arg_offset + 3);
581 jint length = shadow_frame->GetVReg(arg_offset + 4);
    [all...]
  /art/test/543-env-long-ref/
env_long_ref.cc 44 CHECK(GetVReg(m, 1, kReferenceVReg, &value));
  /art/runtime/
stack.cc 203 bool success = GetVReg(m, reg, kReferenceVReg, &value);
230 *val = shadow_frame->GetVReg(vreg);
239 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const {
255 *val = cur_shadow_frame_->GetVReg(vreg);
    [all...]
stack.h 49 // The kind of vreg being accessed in calls to Set/GetVReg.
193 int32_t GetVReg(size_t i) const {
238 // on non-moving collectors. Check that the raw reg with GetVReg is equal to this if not certain.
636 bool GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const
reflection.cc 177 Append(shadow_frame->GetVReg(cur_arg));
189 Append(shadow_frame->GetVReg(cur_arg));
    [all...]
quick_exception_handler.cc 257 bool get_vreg_success = stack_visitor->GetVReg(stack_visitor->GetMethod(),
debugger.cc     [all...]
monitor.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 376 int32_t index = shadow_frame->GetVReg(inst->VRegC_23x());
406 int32_t length = shadow_frame->GetVReg(inst->VRegB_22c(inst_data));
  /art/runtime/jit/
jit.cc 492 int32_t vreg_value = shadow_frame->GetVReg(vreg);

Completed in 489 milliseconds