Searched refs:on_heap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/
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
H A DRecordInfo.cpp539 bool on_heap = is_root || info->IsHeapAllocatedCollection(); local
543 Collection* edge = new Collection(info, on_heap, is_root);
H A DBlinkGCPlugin.cpp226 if (edge->on_heap()) {
720 if (edge->on_heap() && Parent() && Parent()->IsOwnPtr())

Completed in 560 milliseconds