Searched refs:kZapValue (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | v8globals.h | 74 const Address kZapValue = variable 83 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef); variable
|
D | arguments.h | 91 values_[i] = reinterpret_cast<Object*>(kZapValue); in CustomArguments()
|
D | handles.h | 76 reinterpret_cast<Address>(*location_) != kZapValue); in location()
|
D | execution.cc | 80 MaybeObject* value = reinterpret_cast<Object*>(kZapValue); in Invoke()
|
D | mark-compact.cc | 1640 Memory::Address_at(free_start + offset) = kZapValue; in EncodeFreeRegion()
|
D | spaces.cc | 584 Memory::Address_at(start + s) = kZapValue; in ZapBlock()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 247 movq(object, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWrite() 248 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWrite() 249 movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWrite() 276 movq(object, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWrite() 277 movq(address, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWrite() 278 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWrite() 334 movq(object, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWriteNonSmi() 335 movq(scratch, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWriteNonSmi() 336 movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE); in RecordWriteNonSmi()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 120 mov(object, Immediate(BitCast<int32_t>(kZapValue))); in RecordWrite() 121 mov(value, Immediate(BitCast<int32_t>(kZapValue))); in RecordWrite() 122 mov(scratch, Immediate(BitCast<int32_t>(kZapValue))); in RecordWrite() 148 mov(object, Immediate(BitCast<int32_t>(kZapValue))); in RecordWrite() 149 mov(address, Immediate(BitCast<int32_t>(kZapValue))); in RecordWrite() 150 mov(value, Immediate(BitCast<int32_t>(kZapValue))); in RecordWrite()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 502 mov(object, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 503 mov(scratch0, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 504 mov(scratch1, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 534 mov(object, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 535 mov(address, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 536 mov(scratch, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 234 li(object, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 235 li(scratch0, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 236 li(scratch1, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 266 li(object, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 267 li(address, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite() 268 li(scratch, Operand(BitCast<int32_t>(kZapValue))); in RecordWrite()
|