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

  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 164 STATIC_ASSERT(Map::ConstructionCount::kShift +
165 Map::ConstructionCount::kSize == 32);
168 __ shr(esi, Map::ConstructionCount::kShift);
172 Immediate(1 << Map::ConstructionCount::kShift));
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 166 STATIC_ASSERT(Map::ConstructionCount::kShift +
167 Map::ConstructionCount::kSize == 32);
170 __ shrl(rsi, Immediate(Map::ConstructionCount::kShift));
174 Immediate(1 << Map::ConstructionCount::kShift));
    [all...]
  /external/chromium_org/v8/src/x87/
builtins-x87.cc 164 STATIC_ASSERT(Map::ConstructionCount::kShift +
165 Map::ConstructionCount::kSize == 32);
168 __ shr(esi, Map::ConstructionCount::kShift);
172 Immediate(1 << Map::ConstructionCount::kShift));
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 375 __ DecodeField<Map::ConstructionCount>(r3, r4);
379 __ sub(r4, r4, Operand(1 << Map::ConstructionCount::kShift));
434 __ DecodeField<Map::ConstructionCount>(ip);
    [all...]
  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 370 __ DecodeField<Map::ConstructionCount>(constructon_count, x4);
374 __ Subs(x4, x4, Operand(1 << Map::ConstructionCount::kShift));
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 387 __ DecodeField<Map::ConstructionCount>(t2, t0);
390 __ Subu(t0, t0, Operand(1 << Map::ConstructionCount::kShift));
    [all...]
  /external/chromium_org/v8/src/mips64/
builtins-mips64.cc 387 __ DecodeField<Map::ConstructionCount>(a6, a4);
393 __ Dsubu(a4, a4, Operand(1 << Map::ConstructionCount::kShift));
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 178 milliseconds