OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kZapValue
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/
arguments.h
91
values_[i] = reinterpret_cast<Object*>(
kZapValue
);
v8globals.h
74
const Address
kZapValue
=
83
const Address
kZapValue
= reinterpret_cast<Address>(0xdeadbeef);
handles.h
76
reinterpret_cast<Address>(*location_) !=
kZapValue
);
execution.cc
80
MaybeObject* value = reinterpret_cast<Object*>(
kZapValue
);
mark-compact.cc
[
all
...]
spaces.cc
584
Memory::Address_at(start + s) =
kZapValue
;
[
all
...]
/external/v8/src/x64/
macro-assembler-x64.cc
247
movq(object, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
248
movq(value, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
249
movq(index, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
276
movq(object, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
277
movq(address, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
278
movq(value, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
334
movq(object, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
335
movq(scratch, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
336
movq(index, BitCast<int64_t>(
kZapValue
), RelocInfo::NONE);
[
all
...]
/external/v8/src/ia32/
macro-assembler-ia32.cc
120
mov(object, Immediate(BitCast<int32_t>(
kZapValue
)));
121
mov(value, Immediate(BitCast<int32_t>(
kZapValue
)));
122
mov(scratch, Immediate(BitCast<int32_t>(
kZapValue
)));
148
mov(object, Immediate(BitCast<int32_t>(
kZapValue
)));
149
mov(address, Immediate(BitCast<int32_t>(
kZapValue
)));
150
mov(value, Immediate(BitCast<int32_t>(
kZapValue
)));
[
all
...]
/external/v8/src/arm/
macro-assembler-arm.cc
502
mov(object, Operand(BitCast<int32_t>(
kZapValue
)));
503
mov(scratch0, Operand(BitCast<int32_t>(
kZapValue
)));
504
mov(scratch1, Operand(BitCast<int32_t>(
kZapValue
)));
534
mov(object, Operand(BitCast<int32_t>(
kZapValue
)));
535
mov(address, Operand(BitCast<int32_t>(
kZapValue
)));
536
mov(scratch, Operand(BitCast<int32_t>(
kZapValue
)));
[
all
...]
/external/v8/src/mips/
macro-assembler-mips.cc
234
li(object, Operand(BitCast<int32_t>(
kZapValue
)));
235
li(scratch0, Operand(BitCast<int32_t>(
kZapValue
)));
236
li(scratch1, Operand(BitCast<int32_t>(
kZapValue
)));
266
li(object, Operand(BitCast<int32_t>(
kZapValue
)));
267
li(address, Operand(BitCast<int32_t>(
kZapValue
)));
268
li(scratch, Operand(BitCast<int32_t>(
kZapValue
)));
[
all
...]
Completed in 184 milliseconds