Home
last modified time | relevance | path

Searched refs:cur_quick_frame_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dstack.cc70 cur_quick_frame_(nullptr), in StackVisitor()
85 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentInlineInfo()
94 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentStackMap()
113 return *cur_quick_frame_; in GetMethod()
152 if (cur_quick_frame_ != nullptr) { in GetThisObject()
162 if (cur_quick_frame_ != nullptr) { in GetThisObject()
217 if (cur_quick_frame_ != nullptr) { in GetVReg()
414 if (cur_quick_frame_ == nullptr) { in GetVRegPair()
646 *cur_quick_frame_ = method; in SetMethod()
733 if (cur_quick_frame_ != nullptr) { in ValidateFrame()
[all …]
H A Dstack.h278 return cur_quick_frame_; in GetCurrentQuickFrame()
354 ArtMethod** cur_quick_frame_; variable