OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOperandCount
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/interpreter/
bytecode-traits.h
40
DCHECK(0 <= i && i <
kOperandCount
);
47
DCHECK(0 <= i && i <
kOperandCount
);
57
DCHECK(0 <= i && i <
kOperandCount
);
66
static const int
kOperandCount
= 4;
82
DCHECK(0 <= i && i <
kOperandCount
);
91
DCHECK(0 <= i && i <
kOperandCount
);
99
static const int
kOperandCount
= 3;
108
DCHECK(0 <= i && i <
kOperandCount
);
114
DCHECK(0 <= i && i <
kOperandCount
);
122
DCHECK(0 <= i && i <
kOperandCount
);
[
all
...]
bytecodes.cc
93
return BytecodeTraits<__VA_ARGS__, OPERAND_TERM>::
kOperandCount
;
Completed in 115 milliseconds