OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:the_trace
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
trace.cc
233
Trace*
the_trace
= reinterpret_cast<Trace*>(arg);
local
234
the_trace
->CompareAndUpdateStackTrace(thread, stack_trace);
296
Trace*
the_trace
;
local
299
the_trace
= the_trace_;
300
if (
the_trace
== nullptr) {
307
runtime->GetThreadList()->ForEach(GetSample,
the_trace
);
395
Trace*
the_trace
= nullptr;
local
403
the_trace
= the_trace_;
421
if (
the_trace
!= nullptr) {
422
stop_alloc_counting = (
the_trace
->flags_ & Trace::kTraceCountAllocs) != 0
478
Trace*
the_trace
= nullptr;
local
534
Trace*
the_trace
;
local
[
all
...]
Completed in 60 milliseconds