OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSeq
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
spaces.h
245
if (
IsSeq
(cell)) {
267
static bool
IsSeq
(uint32_t cell) { return cell == 0 || cell == 0xFFFFFFFF; }
[
all
...]
/external/v8/src/
spaces.h
246
if (
IsSeq
(cell)) {
268
static bool
IsSeq
(uint32_t cell) { return cell == 0 || cell == 0xFFFFFFFF; }
[
all
...]
Completed in 29 milliseconds