OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAllocTrackingEnabled
(Results
1 - 7
of
7
) sorted by null
/art/runtime/gc/
allocation_record.cc
220
if (heap->
IsAllocTrackingEnabled
()) {
251
if (!heap->
IsAllocTrackingEnabled
()) {
279
if (!heap->
IsAllocTrackingEnabled
()) {
295
if (!heap->
IsAllocTrackingEnabled
()) {
heap-inl.h
178
if (
IsAllocTrackingEnabled
()) {
185
DCHECK(!
IsAllocTrackingEnabled
());
heap.cc
[
all
...]
heap.h
745
bool
IsAllocTrackingEnabled
() const {
[
all
...]
/art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc
41
return Runtime::Current()->GetHeap()->
IsAllocTrackingEnabled
();
/art/runtime/hprof/
hprof.cc
431
if (Runtime::Current()->GetHeap()->
IsAllocTrackingEnabled
()) {
[
all
...]
/art/runtime/
debugger.cc
[
all
...]
Completed in 538 milliseconds