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 222 return current_inlining_depth_ != 0;
226 return current_inlining_depth_;
314 size_t current_inlining_depth_; member in class:art::StackVisitor
stack.cc 70 current_inlining_depth_(0),
94 size_t depth_in_stack_map = current_inlining_depth_ - 1;
118 size_t depth_in_stack_map = current_inlining_depth_ - 1;
238 size_t depth_in_stack_map = current_inlining_depth_ - 1;
    [all...]

Completed in 79 milliseconds