Home
last modified time | relevance | path

Searched refs:GetVRegLong (Results 1 – 7 of 7) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc199 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl()
205 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteGotoImpl()
211 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteGotoImpl()
301 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteGotoImpl()
742 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl()
743 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteGotoImpl()
1196 int64_t val = shadow_frame.GetVRegLong(inst->VRegA_23x(inst_data)); in ExecuteGotoImpl()
1626 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl()
1632 inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl()
1668 inst->VRegA_12x(inst_data), shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl()
[all …]
Dinterpreter_switch_impl.cc111 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()
117 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteSwitchImpl()
123 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteSwitchImpl()
207 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteSwitchImpl()
634 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteSwitchImpl()
635 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteSwitchImpl()
1042 int64_t val = shadow_frame.GetVRegLong(inst->VRegA_23x(inst_data)); in ExecuteSwitchImpl()
1459 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()
1465 inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()
1501 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()
[all …]
Dinterpreter_common.cc213 field_value.SetJ(shadow_frame.GetVRegLong(vreg)); in GetFieldValue()
276 f->SetLong<transaction_active>(obj, shadow_frame.GetVRegLong(vregA)); in DoFieldPut()
384 obj->SetField64<transaction_active>(field_offset, shadow_frame.GetVRegLong(vregA)); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
Dunstarted_runtime.cc541 int64_t address = shadow_frame->GetVRegLong(arg_offset); in UnstartedMemoryPeek()
605 int64_t address_long = shadow_frame->GetVRegLong(arg_offset); in UnstartedMemoryPeekArray()
/art/runtime/
Dstack.h135 int64_t GetVRegLong(size_t i) const { in GetVRegLong() function
Dreflection.cc195 AppendWide(shadow_frame->GetVRegLong(cur_arg)); in BuildArgArrayFromFrame()
Dstack.cc314 *val = cur_shadow_frame_->GetVRegLong(vreg); in GetVRegPair()