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

  /art/runtime/
stack.h 223 return current_inlining_depth_ != 0;
227 return current_inlining_depth_;
315 size_t current_inlining_depth_; member in class:art::StackVisitor
stack.cc 69 current_inlining_depth_(0),
93 size_t depth_in_stack_map = current_inlining_depth_ - 1;
117 size_t depth_in_stack_map = current_inlining_depth_ - 1;
237 size_t depth_in_stack_map = current_inlining_depth_ - 1;
792 DCHECK_EQ(current_inlining_depth_, 0u);
793 for (current_inlining_depth_ = inline_info.GetDepth(encoding.inline_info.encoding);
794 current_inlining_depth_ != 0;
795 --current_inlining_depth_) {
    [all...]

Completed in 51 milliseconds