HomeSort by relevance Sort by last modified time
    Searched full:constructioncounter (Results 1 - 5 of 5) sorted by null

  /system/chre/util/tests/
unique_ptr_test.cc 13 constructionCounter++;
17 constructionCounter--;
26 static int constructionCounter;
29 int Value::constructionCounter = 0;
66 Value::constructionCounter = 0;
71 EXPECT_EQ(Value::constructionCounter, 1);
75 EXPECT_EQ(Value::constructionCounter, 2);
82 EXPECT_EQ(Value::constructionCounter, 0);
86 Value::constructionCounter = 0;
92 EXPECT_EQ(Value::constructionCounter, 1)
    [all...]
  /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 250 milliseconds