OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECLARE_CASE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/compiler/
js-generic-lowering.cc
62
#define
DECLARE_CASE
(x) \
66
DECLARE_CASE
(Branch)
67
JS_OP_LIST(
DECLARE_CASE
)
68
#undef
DECLARE_CASE
typer.cc
72
#define
DECLARE_CASE
(x) case IrOpcode::k##x: return Type##x(node);
73
DECLARE_CASE
(Start)
74
VALUE_OP_LIST(
DECLARE_CASE
)
75
#undef
DECLARE_CASE
77
#define
DECLARE_CASE
(x) case IrOpcode::k##x:
78
DECLARE_CASE
(End)
79
INNER_CONTROL_OP_LIST(
DECLARE_CASE
)
80
#undef
DECLARE_CASE
Completed in 38 milliseconds