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

  /external/chromium_org/v8/src/
globals.h 257 const Address kZapValue =
269 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef);
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 734 __ mov(receiver(), Immediate(bit_cast<int32_t>(kZapValue)));
735 __ mov(holder_reg, Immediate(bit_cast<int32_t>(kZapValue)));
736 __ mov(this->name(), Immediate(bit_cast<int32_t>(kZapValue)));
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 736 __ mov(receiver(), Immediate(bit_cast<int32_t>(kZapValue)));
737 __ mov(holder_reg, Immediate(bit_cast<int32_t>(kZapValue)));
738 __ mov(this->name(), Immediate(bit_cast<int32_t>(kZapValue)));
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 395 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
396 mov(index, Immediate(bit_cast<int32_t>(kZapValue)));
440 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
441 mov(dst, Immediate(bit_cast<int32_t>(kZapValue)));
501 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
502 mov(scratch1, Immediate(bit_cast<int32_t>(kZapValue)));
503 mov(scratch2, Immediate(bit_cast<int32_t>(kZapValue)));
571 mov(address, Immediate(bit_cast<int32_t>(kZapValue)));
572 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.cc 326 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
327 mov(index, Immediate(bit_cast<int32_t>(kZapValue)));
366 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
367 mov(dst, Immediate(bit_cast<int32_t>(kZapValue)));
424 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
425 mov(scratch1, Immediate(bit_cast<int32_t>(kZapValue)));
426 mov(scratch2, Immediate(bit_cast<int32_t>(kZapValue)));
490 mov(address, Immediate(bit_cast<int32_t>(kZapValue)));
491 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 151 Move(kScratchRegister, kZapValue, Assembler::RelocInfoNone());
330 Move(value, kZapValue, Assembler::RelocInfoNone());
331 Move(dst, kZapValue, Assembler::RelocInfoNone());
366 Move(value, kZapValue, Assembler::RelocInfoNone());
367 Move(index, kZapValue, Assembler::RelocInfoNone());
437 Move(dst, kZapValue, Assembler::RelocInfoNone());
438 Move(map, kZapValue, Assembler::RelocInfoNone());
507 Move(address, kZapValue, Assembler::RelocInfoNone());
508 Move(value, kZapValue, Assembler::RelocInfoNone());
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 503 mov(value, Operand(bit_cast<int32_t>(kZapValue + 4)));
504 mov(dst, Operand(bit_cast<int32_t>(kZapValue + 8)));
573 mov(dst, Operand(bit_cast<int32_t>(kZapValue + 12)));
574 mov(map, Operand(bit_cast<int32_t>(kZapValue + 16)));
645 mov(address, Operand(bit_cast<int32_t>(kZapValue + 12)));
646 mov(value, Operand(bit_cast<int32_t>(kZapValue + 16)));
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 212 li(value, Operand(bit_cast<int32_t>(kZapValue + 4)));
213 li(dst, Operand(bit_cast<int32_t>(kZapValue + 8)));
287 li(dst, Operand(bit_cast<int32_t>(kZapValue + 12)));
288 li(map, Operand(bit_cast<int32_t>(kZapValue + 16)));
362 li(address, Operand(bit_cast<int32_t>(kZapValue + 12)));
363 li(value, Operand(bit_cast<int32_t>(kZapValue + 16)));
    [all...]
code-stubs-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.cc 215 li(value, Operand(bit_cast<int64_t>(kZapValue + 4)));
216 li(dst, Operand(bit_cast<int64_t>(kZapValue + 8)));
290 li(dst, Operand(bit_cast<int64_t>(kZapValue + 12)));
291 li(map, Operand(bit_cast<int64_t>(kZapValue + 16)));
365 li(address, Operand(bit_cast<int64_t>(kZapValue + 12)));
366 li(value, Operand(bit_cast<int64_t>(kZapValue + 16)));
    [all...]
code-stubs-mips64.cc     [all...]
  /external/chromium_org/v8/src/heap/
spaces.cc 745 Memory::Address_at(start + s) = kZapValue;
    [all...]

Completed in 902 milliseconds