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

  /external/v8/src/ia32/
builtins-ia32.cc 209 STATIC_ASSERT(Map::ConstructionCounter::kNext == 32);
212 __ shr(esi, Map::ConstructionCounter::kShift);
217 Immediate(1 << Map::ConstructionCounter::kShift));
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 195 STATIC_ASSERT(Map::ConstructionCounter::kNext == 32);
198 __ shrl(rsi, Immediate(Map::ConstructionCounter::kShift));
203 Immediate(1 << Map::ConstructionCounter::kShift));
    [all...]
  /external/v8/src/x87/
builtins-x87.cc 209 STATIC_ASSERT(Map::ConstructionCounter::kNext == 32);
212 __ shr(esi, Map::ConstructionCounter::kShift);
217 Immediate(1 << Map::ConstructionCounter::kShift));
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 515 __ DecodeField<Map::ConstructionCounter>(ip, r0);
521 __ sub(r0, r0, Operand(1 << Map::ConstructionCounter::kShift));
    [all...]
  /external/v8/src/arm64/
builtins-arm64.cc 523 __ DecodeField<Map::ConstructionCounter>(constructon_count, x11);
527 __ Subs(x11, x11, Operand(1 << Map::ConstructionCounter::kShift));
    [all...]
  /external/v8/src/ppc/
builtins-ppc.cc 518 __ DecodeField<Map::ConstructionCounter>(r11, r3);
523 __ Add(r3, r3, -(1 << Map::ConstructionCounter::kShift), r0);
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 520 __ DecodeField<Map::ConstructionCounter>(t2, t0);
525 __ Subu(t0, t0, Operand(1 << Map::ConstructionCounter::kShift));
    [all...]
  /external/v8/src/mips64/
builtins-mips64.cc 515 __ DecodeField<Map::ConstructionCounter>(a6, t2);
520 __ Dsubu(t2, t2, Operand(1 << Map::ConstructionCounter::kShift));
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 1552 milliseconds