OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessMethod
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
profiler.h
181
bool
ProcessMethod
(mirror::ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
profiler.cc
406
bool BackgroundMethodSamplingProfiler::
ProcessMethod
(mirror::ArtMethod* method) {
443
if (
ProcessMethod
(method)) {
455
if (
ProcessMethod
(method)) {
Completed in 127 milliseconds