Searched refs:cur_oat_quick_method_header_ (Results 1 – 2 of 2) sorted by relevance
72 cur_oat_quick_method_header_(nullptr), in StackVisitor()125 } else if (cur_oat_quick_method_header_ == nullptr) { in GetDexPc()128 return cur_oat_quick_method_header_->ToDexPc( in GetDexPc()130 } else if (cur_oat_quick_method_header_->IsOptimized()) { in GetDexPc()135 DCHECK(cur_oat_quick_method_header_->IsNterpMethodHeader()); in GetDexPc()225 if (cur_oat_quick_method_header_->IsNterpMethodHeader()) { in GetVReg()231 DCHECK(cur_oat_quick_method_header_->IsOptimized()); in GetVReg()419 if (cur_oat_quick_method_header_->IsNterpMethodHeader()) { in GetVRegPair()428 DCHECK(cur_oat_quick_method_header_->IsOptimized()); in GetVRegPair()753 if (cur_oat_quick_method_header_ != nullptr) { in GetCurrentQuickFrameInfo()[all …]
293 return cur_oat_quick_method_header_; in GetCurrentOatQuickMethodHeader()356 const OatQuickMethodHeader* cur_oat_quick_method_header_; variable