HomeSort by relevance Sort by last modified time
    Searched refs:kNotComputed (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 19 is_stack_allocated_(kNotComputed),
20 is_non_newable_(kNotComputed),
21 is_only_placement_newable_(kNotComputed),
22 does_need_finalization_(kNotComputed),
23 has_gc_mixin_methods_(kNotComputed),
24 is_declaring_local_trace_(kNotComputed),
25 is_eagerly_finalized_(kNotComputed),
174 if (is_eagerly_finalized_ != kNotComputed)
208 if (is_stack_allocated_ == kNotComputed) {
233 if (is_non_newable_ == kNotComputed) {
    [all...]
RecordInfo.h 141 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 };

Completed in 167 milliseconds