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

  /art/runtime/
profiler_options.h 27 kProfilerBoundedStack, // Methods with Dex PC on top of the stack
profiler.cc 108 case kProfilerBoundedStack: {
605 } else if (type == kProfilerBoundedStack) {
671 } else if (type == kProfilerBoundedStack) {
772 if (type == kProfilerBoundedStack && info.size() == 4) {
parsed_options.cc 595 profiler_options_.profile_type_ = kProfilerBoundedStack;
    [all...]

Completed in 34 milliseconds