Home
last modified time | relevance | path

Searched refs:on_heap_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DEdge.h248 on_heap_(on_heap), in Collection()
258 bool on_heap() { return on_heap_; } in on_heap()
270 if (on_heap_) in NeedsTracing()
284 bool on_heap_; variable
292 : info_(info), on_heap_(on_heap), is_unsafe_(is_unsafe) {} in Iterator()
299 if (on_heap_) in NeedsTracing()
310 bool on_heap_; variable