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

  /external/v8/src/
v8globals.h 82 const uint64_t kSlotsZapValue = V8_UINT64_C(0xbeefdeadbeefdeef);
88 const uint32_t kSlotsZapValue = 0xbeefdeef;
  /external/v8/src/arm/
lithium-codegen-arm.cc 164 __ mov(r2, Operand(kSlotsZapValue));
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 168 __ push(Immediate(kSlotsZapValue));
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 162 __ li(a2, Operand(kSlotsZapValue));
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 163 __ movq(kScratchRegister, kSlotsZapValue, RelocInfo::NONE);
    [all...]

Completed in 242 milliseconds