Searched refs:current_inlining_depth_ (Results 1 – 2 of 2) sorted by relevance
222 return current_inlining_depth_ != 0; in IsInInlinedFrame()226 return current_inlining_depth_; in GetCurrentInliningDepth()314 size_t current_inlining_depth_; variable
70 current_inlining_depth_(0), in StackVisitor()94 size_t depth_in_stack_map = current_inlining_depth_ - 1; in GetMethod()118 size_t depth_in_stack_map = current_inlining_depth_ - 1; in GetDexPc()238 size_t depth_in_stack_map = current_inlining_depth_ - 1; in GetVRegFromOptimizedCode()840 DCHECK_EQ(current_inlining_depth_, 0u); in WalkStack()841 for (current_inlining_depth_ = inline_info.GetDepth(encoding.inline_info.encoding); in WalkStack()842 current_inlining_depth_ != 0; in WalkStack()843 --current_inlining_depth_) { in WalkStack()