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

  /external/v8/src/
globals.h 347 const Address kZapValue =
359 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef);
    [all...]
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 621 __ mov(receiver(), Immediate(bit_cast<int32_t>(kZapValue)));
622 __ mov(holder_reg, Immediate(bit_cast<int32_t>(kZapValue)));
623 __ mov(this->name(), Immediate(bit_cast<int32_t>(kZapValue)));
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 621 __ mov(receiver(), Immediate(bit_cast<int32_t>(kZapValue)));
622 __ mov(holder_reg, Immediate(bit_cast<int32_t>(kZapValue)));
623 __ mov(this->name(), Immediate(bit_cast<int32_t>(kZapValue)));
  /external/v8/src/ia32/
macro-assembler-ia32.cc 426 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
427 mov(index, Immediate(bit_cast<int32_t>(kZapValue)));
471 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
472 mov(dst, Immediate(bit_cast<int32_t>(kZapValue)));
532 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
533 mov(scratch1, Immediate(bit_cast<int32_t>(kZapValue)));
534 mov(scratch2, Immediate(bit_cast<int32_t>(kZapValue)));
602 mov(address, Immediate(bit_cast<int32_t>(kZapValue)));
603 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
    [all...]
code-stubs-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 353 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
354 mov(index, Immediate(bit_cast<int32_t>(kZapValue)));
393 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
394 mov(dst, Immediate(bit_cast<int32_t>(kZapValue)));
451 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
452 mov(scratch1, Immediate(bit_cast<int32_t>(kZapValue)));
453 mov(scratch2, Immediate(bit_cast<int32_t>(kZapValue)));
517 mov(address, Immediate(bit_cast<int32_t>(kZapValue)));
518 mov(value, Immediate(bit_cast<int32_t>(kZapValue)));
    [all...]
code-stubs-x87.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 148 Move(kScratchRegister, kZapValue, Assembler::RelocInfoNone());
301 Move(value, kZapValue, Assembler::RelocInfoNone());
302 Move(dst, kZapValue, Assembler::RelocInfoNone());
337 Move(value, kZapValue, Assembler::RelocInfoNone());
338 Move(index, kZapValue, Assembler::RelocInfoNone());
408 Move(dst, kZapValue, Assembler::RelocInfoNone());
409 Move(map, kZapValue, Assembler::RelocInfoNone());
478 Move(address, kZapValue, Assembler::RelocInfoNone());
479 Move(value, kZapValue, Assembler::RelocInfoNone());
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 497 mov(value, Operand(bit_cast<int32_t>(kZapValue + 4)));
498 mov(dst, Operand(bit_cast<int32_t>(kZapValue + 8)));
567 mov(dst, Operand(bit_cast<int32_t>(kZapValue + 12)));
568 mov(map, Operand(bit_cast<int32_t>(kZapValue + 16)));
639 mov(address, Operand(bit_cast<int32_t>(kZapValue + 12)));
640 mov(value, Operand(bit_cast<int32_t>(kZapValue + 16)));
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 338 mov(value, Operand(bit_cast<intptr_t>(kZapValue + 4)));
339 mov(dst, Operand(bit_cast<intptr_t>(kZapValue + 8)));
407 mov(dst, Operand(bit_cast<intptr_t>(kZapValue + 12)));
408 mov(map, Operand(bit_cast<intptr_t>(kZapValue + 16)));
473 mov(address, Operand(bit_cast<intptr_t>(kZapValue + 12)));
474 mov(value, Operand(bit_cast<intptr_t>(kZapValue + 16)));
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 307 mov(value, Operand(bit_cast<intptr_t>(kZapValue + 4)));
308 mov(dst, Operand(bit_cast<intptr_t>(kZapValue + 8)));
372 mov(dst, Operand(bit_cast<intptr_t>(kZapValue + 12)));
373 mov(map, Operand(bit_cast<intptr_t>(kZapValue + 16)));
433 mov(address, Operand(bit_cast<intptr_t>(kZapValue + 12)));
434 mov(value, Operand(bit_cast<intptr_t>(kZapValue + 16)));
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 256 li(value, Operand(bit_cast<int32_t>(kZapValue + 4)));
257 li(dst, Operand(bit_cast<int32_t>(kZapValue + 8)));
330 li(dst, Operand(bit_cast<int32_t>(kZapValue + 12)));
331 li(map, Operand(bit_cast<int32_t>(kZapValue + 16)));
405 li(address, Operand(bit_cast<int32_t>(kZapValue + 12)));
406 li(value, Operand(bit_cast<int32_t>(kZapValue + 16)));
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 259 li(value, Operand(bit_cast<int64_t>(kZapValue + 4)));
260 li(dst, Operand(bit_cast<int64_t>(kZapValue + 8)));
333 li(dst, Operand(bit_cast<int64_t>(kZapValue + 12)));
334 li(map, Operand(bit_cast<int64_t>(kZapValue + 16)));
408 li(address, Operand(bit_cast<int64_t>(kZapValue + 12)));
409 li(value, Operand(bit_cast<int64_t>(kZapValue + 16)));
    [all...]
code-stubs-mips64.cc     [all...]
  /external/v8/src/heap/
spaces.cc 908 Memory::Address_at(start + s) = kZapValue;
    [all...]

Completed in 330 milliseconds