Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DEdge.h242 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection()
254 bool on_heap() { return on_heap_; } in on_heap() function
DRecordInfo.cpp648 bool on_heap = is_root || info->IsHeapAllocatedCollection(); in CreateEdge() local