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

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 189 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data),
195 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data),
201 shadow_frame.SetVRegLong(inst->VRegA_32x(),
230 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
416 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s());
421 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i());
426 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l());
431 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data),
    [all...]
interpreter_common.h 250 shadow_frame.SetVRegLong(result_reg, kMinLong);
252 shadow_frame.SetVRegLong(result_reg, dividend / divisor);
268 shadow_frame.SetVRegLong(result_reg, 0);
270 shadow_frame.SetVRegLong(result_reg, dividend % divisor);
interpreter_switch_impl.cc 116 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data),
122 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data),
128 shadow_frame.SetVRegLong(inst->VRegA_32x(),
157 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
329 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s());
334 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i());
339 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l());
344 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data),
    [all...]
interpreter_common.cc 76 shadow_frame.SetVRegLong(vregA, f->GetLong(obj));
149 shadow_frame.SetVRegLong(vregA, static_cast<int64_t>(obj->GetField64(field_offset)));
608 new_shadow_frame->SetVRegLong(dest_reg, wide_value);
    [all...]
interpreter.cc 450 shadow_frame->SetVRegLong(cur_reg, wide_value);
  /art/runtime/
quick_exception_handler.cc 236 new_frame->SetVRegLong(reg, GetVRegPair(h_method.Get(), reg, kLongLoVReg, kLongHiVReg));
251 new_frame->SetVRegLong(reg, GetVRegPair(h_method.Get(), reg, kDoubleLoVReg, kDoubleHiVReg));
stack.h 260 void SetVRegLong(size_t i, int64_t val) {
stack.cc 369 cur_shadow_frame_->SetVRegLong(vreg, new_value);
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 158 sf_.SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 459 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam());
461 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
    [all...]

Completed in 213 milliseconds