OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProfilerBoundedStack
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
profiler_options.h
27
kProfilerBoundedStack
, // Methods with Dex PC on top of the stack
profiler.cc
110
case
kProfilerBoundedStack
: {
611
} else if (type ==
kProfilerBoundedStack
) {
677
} else if (type ==
kProfilerBoundedStack
) {
778
if (type ==
kProfilerBoundedStack
&& info.size() == 4) {
/art/cmdline/
cmdline_parser_test.cc
535
opt.profile_type_ =
kProfilerBoundedStack
;
cmdline_types.h
833
existing.profile_type_ =
kProfilerBoundedStack
;
Completed in 179 milliseconds