Searched defs:on_heap (Results 1 – 2 of 2) sorted by relevance
242 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection()254 bool on_heap() { return on_heap_; } in on_heap() function
648 bool on_heap = is_root || info->IsHeapAllocatedCollection(); in CreateEdge() local