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

  /external/v8/src/
arguments.h 102 values_[i] = reinterpret_cast<Object*>(kZapValue);
v8globals.h 75 const Address kZapValue =
85 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef);
handles.h 77 reinterpret_cast<Address>(*location_) != kZapValue);
execution.cc 81 MaybeObject* value = reinterpret_cast<Object*>(kZapValue);
spaces.cc 642 Memory::Address_at(start + s) = kZapValue;
    [all...]
  /external/chromium_org/v8/src/
v8globals.h 70 const Address kZapValue =
82 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef);
execution.cc 82 MaybeObject* value = reinterpret_cast<Object*>(kZapValue);
spaces.cc 786 Memory::Address_at(start + s) = kZapValue;
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 268 mov(value, Immediate(BitCast<int32_t>(kZapValue)));
269 mov(index, Immediate(BitCast<int32_t>(kZapValue)));
312 mov(value, Immediate(BitCast<int32_t>(kZapValue)));
313 mov(dst, Immediate(BitCast<int32_t>(kZapValue)));
371 mov(value, Immediate(BitCast<int32_t>(kZapValue)));
372 mov(scratch1, Immediate(BitCast<int32_t>(kZapValue)));
373 mov(scratch2, Immediate(BitCast<int32_t>(kZapValue)));
432 mov(address, Immediate(BitCast<int32_t>(kZapValue)));
433 mov(value, Immediate(BitCast<int32_t>(kZapValue)));
    [all...]
stub-cache-ia32.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 190 mov(value, Immediate(BitCast<int32_t>(kZapValue)));
191 mov(index, Immediate(BitCast<int32_t>(kZapValue)));
234 mov(value, Immediate(BitCast<int32_t>(kZapValue)));
235 mov(dst, Immediate(BitCast<int32_t>(kZapValue)));
296 mov(address, Immediate(BitCast<int32_t>(kZapValue)));
297 mov(value, Immediate(BitCast<int32_t>(kZapValue)));
    [all...]
stub-cache-ia32.cc     [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 166 movq(kScratchRegister, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
346 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
347 movq(dst, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
380 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
381 movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
446 movq(address, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
447 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 323 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
324 movq(dst, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
357 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
358 movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
425 movq(address, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
426 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 465 mov(value, Operand(BitCast<int32_t>(kZapValue + 4)));
466 mov(dst, Operand(BitCast<int32_t>(kZapValue + 8)));
524 mov(address, Operand(BitCast<int32_t>(kZapValue + 12)));
525 mov(value, Operand(BitCast<int32_t>(kZapValue + 16)));
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 478 mov(value, Operand(BitCast<int32_t>(kZapValue + 4)));
479 mov(dst, Operand(BitCast<int32_t>(kZapValue + 8)));
539 mov(address, Operand(BitCast<int32_t>(kZapValue + 12)));
540 mov(value, Operand(BitCast<int32_t>(kZapValue + 16)));
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 233 li(value, Operand(BitCast<int32_t>(kZapValue + 4)));
234 li(dst, Operand(BitCast<int32_t>(kZapValue + 8)));
295 li(address, Operand(BitCast<int32_t>(kZapValue + 12)));
296 li(value, Operand(BitCast<int32_t>(kZapValue + 16)));
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 232 li(value, Operand(BitCast<int32_t>(kZapValue + 4)));
233 li(dst, Operand(BitCast<int32_t>(kZapValue + 8)));
294 li(address, Operand(BitCast<int32_t>(kZapValue + 12)));
295 li(value, Operand(BitCast<int32_t>(kZapValue + 16)));
    [all...]
code-stubs-mips.cc     [all...]

Completed in 334 milliseconds