Searched defs:on_heap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp539 bool on_heap = is_root || info->IsHeapAllocatedCollection(); local
543 Collection* edge = new Collection(info, on_heap, is_root);
H A DEdge.h203 Collection(RecordInfo* info, bool on_heap, bool is_root) argument
205 on_heap_(on_heap),
215 bool on_heap() { return on_heap_; } function in class:Collection

Completed in 209 milliseconds