Searched refs:kNotComputed (Results 1 – 5 of 5) sorted by relevance
/external/v8/tools/clang/blink_gc_plugin/ |
D | RecordInfo.cpp | 19 is_stack_allocated_(kNotComputed), in RecordInfo() 20 is_non_newable_(kNotComputed), in RecordInfo() 21 is_only_placement_newable_(kNotComputed), in RecordInfo() 22 does_need_finalization_(kNotComputed), in RecordInfo() 23 has_gc_mixin_methods_(kNotComputed), in RecordInfo() 24 is_declaring_local_trace_(kNotComputed), in RecordInfo() 25 is_eagerly_finalized_(kNotComputed), in RecordInfo() 202 if (is_eagerly_finalized_ != kNotComputed) in IsEagerlyFinalized() 236 if (is_stack_allocated_ == kNotComputed) { in IsStackAllocated() 261 if (is_non_newable_ == kNotComputed) { in IsNonNewable() [all …]
|
D | RecordInfo.h | 144 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 }; enumerator
|
/external/v8/src/objects/ |
D | debug-objects.h | 129 kNotComputed = 0, enumerator
|
D | debug-objects.cc | 204 if (side_effect_state() == kNotComputed) { in GetSideEffectState()
|
/external/v8/src/debug/ |
D | debug.cc | 2173 case DebugInfo::kNotComputed: in PerformSideEffectCheck()
|