OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recent_allocation_records_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
debugger.h
393
static inline bool IsAllocTrackingEnabled() { return
recent_allocation_records_
!= NULL; }
426
static AllocRecord*
recent_allocation_records_
;
member in class:art::Dbg
debugger.cc
188
AllocRecord* Dbg::
recent_allocation_records_
PT_GUARDED_BY(gAllocTrackerLock) = NULL; // TODO: CircularBuffer<AllocRecord>
[
all
...]
Completed in 25 milliseconds