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

  /art/runtime/interpreter/
interpreter.cc 511 new_shadow_frame->SetVReg(cur_reg, shadow_frame.GetVReg(arg_pos));
604 new_shadow_frame->SetVReg(cur_reg, shadow_frame.GetVReg(arg_pos));
655 shadow_frame.SetVReg(vregA, f->GetBoolean(obj));
658 shadow_frame.SetVReg(vregA, f->GetByte(obj));
661 shadow_frame.SetVReg(vregA, f->GetChar(obj));
664 shadow_frame.SetVReg(vregA, f->GetShort(obj));
667 shadow_frame.SetVReg(vregA, f->GetInt(obj));
703 shadow_frame.SetVReg(vregA, static_cast<int32_t>(obj->GetField32(field_offset, is_volatile)));
    [all...]
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 49 new_frame->SetVReg(reg, cur_frame->GetVReg(reg));
portable_trampoline_entrypoints.cc 165 sf_.SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
  /art/runtime/
stack.cc 159 void StackVisitor::SetVReg(mirror::ArtMethod* m, uint16_t vreg, uint32_t new_value,
183 return cur_shadow_frame_->SetVReg(vreg, new_value);
stack.h 165 void SetVReg(size_t i, int32_t val) {
456 void SetVReg(mirror::ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind)
debugger.cc     [all...]
thread.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 253 sf_.SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
  /art/compiler/llvm/
intrinsic_func_list.def     [all...]
gbc_expander.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 55 art::llvm::IntrinsicHelper::IntrinsicId id = art::llvm::IntrinsicHelper::SetVReg;
    [all...]

Completed in 198 milliseconds