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

  /external/v8/src/builtins/
builtins-constructor.cc 260 GotoIf(IsSetWord32<Map::ConstructionCounter>(bit_field3), &slack_tracking);
274 STATIC_ASSERT(Map::ConstructionCounter::kNext == 32);
277 bit_field3, Int32Constant(1 << Map::ConstructionCounter::kShift));
281 GotoIf(IsClearWord32<Map::ConstructionCounter>(new_bit_field3), &finalize);
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/
objects-inl.h     [all...]
objects.h     [all...]

Completed in 405 milliseconds