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

  /art/runtime/interpreter/
interpreter.cc 134 jint srcPos = shadow_frame->GetVReg(arg_offset + 1);
135 jint dstPos = shadow_frame->GetVReg(arg_offset + 3);
136 jint length = shadow_frame->GetVReg(arg_offset + 4);
503 uint64_t wide_value = (static_cast<uint64_t>(shadow_frame.GetVReg(arg_pos + 1)) << 32) |
504 static_cast<uint32_t>(shadow_frame.GetVReg(arg_pos));
511 new_shadow_frame->SetVReg(cur_reg, shadow_frame.GetVReg(arg_pos));
596 uint64_t wide_value = (static_cast<uint64_t>(shadow_frame.GetVReg(arg_pos + 1)) << 32) |
597 static_cast<uint32_t>(shadow_frame.GetVReg(arg_pos));
604 new_shadow_frame->SetVReg(cur_reg, shadow_frame.GetVReg(arg_pos));
    [all...]
  /art/runtime/
invoke_arg_array_builder.h 172 Append(shadow_frame->GetVReg(cur_arg));
184 Append(shadow_frame->GetVReg(cur_arg));
stack.cc 125 return reinterpret_cast<mirror::Object*>(GetVReg(m, reg, kReferenceVReg));
135 uint32_t StackVisitor::GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind) const {
151 return GetVReg(cur_quick_frame_, code_item, m->GetCoreSpillMask(), m->GetFpSpillMask(),
155 return cur_shadow_frame_->GetVReg(vreg);
stack.h 41 // The kind of vreg being accessed in calls to Set/GetVReg.
125 int32_t GetVReg(size_t i) const {
453 uint32_t GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind) const
462 uint32_t GetVReg(mirror::ArtMethod** cur_quick_frame, const DexFile::CodeItem* code_item,
debugger.cc     [all...]
thread.cc     [all...]
monitor.cc     [all...]
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 49 new_frame->SetVReg(reg, cur_frame->GetVReg(reg));

Completed in 407 milliseconds