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.h231 on_heap_(on_heap), in Collection()
241 bool on_heap() { return on_heap_; } in on_heap()
253 if (on_heap_) in NeedsTracing()
267 bool on_heap_; variable
275 : info_(info), on_heap_(on_heap), is_unsafe_(is_unsafe) {} in Iterator()
282 if (on_heap_) in NeedsTracing()
293 bool on_heap_; variable