Searched refs:cur_quick_frame_ (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | stack.cc | 93 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(0), cur_depth_(0), in StackVisitor() 100 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(num_frames), cur_depth_(0), in StackVisitor() 108 } else if (cur_quick_frame_ != NULL) { in GetDexPc() 123 if (cur_quick_frame_ != NULL) { in GetThisObject() 125 reinterpret_cast<char*>(cur_quick_frame_) + m->GetHandleScopeOffsetInBytes().SizeValue()); in GetThisObject() 131 if (cur_quick_frame_ != nullptr) { in GetThisObject() 132 return artQuickGetProxyThisObject(cur_quick_frame_); in GetThisObject() 156 if (cur_quick_frame_ != nullptr) { in GetVReg() 191 *val = *GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in GetVReg() 210 if (cur_quick_frame_ != nullptr) { in GetVRegPair() [all …]
|
D | stack.h | 524 } else if (cur_quick_frame_ != nullptr) { in GetMethod() 525 return cur_quick_frame_->AsMirrorPtr(); in GetMethod() 546 reinterpret_cast<byte*>(cur_quick_frame_) + frame_size - ((num + 1) * kPointerSize); in CalleeSaveAddress() 716 return cur_quick_frame_; in GetCurrentQuickFrame() 749 StackReference<mirror::ArtMethod>* cur_quick_frame_; variable
|