HomeSort by relevance Sort by last modified time
    Searched refs:kNotComputed (Results 1 - 5 of 5) 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),
202 if (is_eagerly_finalized_ != kNotComputed)
236 if (is_stack_allocated_ == kNotComputed) {
261 if (is_non_newable_ == kNotComputed) {
    [all...]
RecordInfo.h 144 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 };
  /external/v8/src/objects/
debug-objects.h 129 kNotComputed = 0,
debug-objects.cc 204 if (side_effect_state() == kNotComputed) {
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 110 milliseconds