OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDebugZapValue
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
v8globals.h
80
const uint64_t
kDebugZapValue
= V8_UINT64_C(0xbadbaddbbadbaddb);
87
const uint32_t
kDebugZapValue
= 0xbadbaddb;
/external/v8/src/arm/
debug-arm.cc
178
__ mov(reg, Operand(
kDebugZapValue
));
/external/v8/src/ia32/
debug-ia32.cc
142
__ Set(reg, Immediate(
kDebugZapValue
));
/external/v8/src/x64/
debug-x64.cc
143
__ Set(reg,
kDebugZapValue
);
Completed in 556 milliseconds