Home
last modified time | relevance | path

Searched refs:kZapValue (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dv8globals.h74 const Address kZapValue = variable
83 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef); variable
Darguments.h91 values_[i] = reinterpret_cast<Object*>(kZapValue); in CustomArguments()
Dhandles.h76 reinterpret_cast<Address>(*location_) != kZapValue); in location()
Dexecution.cc80 MaybeObject* value = reinterpret_cast<Object*>(kZapValue); in Invoke()
Dmark-compact.cc1640 Memory::Address_at(free_start + offset) = kZapValue; in EncodeFreeRegion()
Dspaces.cc584 Memory::Address_at(start + s) = kZapValue; in ZapBlock()
/external/v8/src/x64/
Dmacro-assembler-x64.cc247 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/
Dmacro-assembler-ia32.cc120 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/
Dmacro-assembler-arm.cc502 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/
Dmacro-assembler-mips.cc234 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()