Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DCheckFieldsVisitor.cpp12 : options_(options), current_(0), stack_allocated_host_(false) {} in CheckFieldsVisitor()
19 stack_allocated_host_ = info->IsStackAllocated(); in ContainsInvalidFields()
20 managed_host_ = stack_allocated_host_ || in ContainsInvalidFields()
68 if (!stack_allocated_host_ && edge->value()->IsStackAllocated()) { in AtValue()
90 if (stack_allocated_host_ && Parent() && Parent()->IsMember() && in AtValue()
103 (stack_allocated_host_ && Parent()->IsRawPtr())) { in AtValue()
DCheckFieldsVisitor.h55 bool stack_allocated_host_; variable