Searched defs:DECLARE_GATE_OPCODE (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | share_opcodes.h | 143 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, macro 153 #undef DECLARE_GATE_OPCODE global() macro 154 #define DECLARE_GATE_OPCODE global() macro 156 #undef DECLARE_GATE_OPCODE global() macro [all...] |
H A D | gate_accessor.cpp | 1970 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \ in UseForTypeOpProfilerGate() macro 1981 #undef DECLARE_GATE_OPCODE in UseForTypeOpProfilerGate() macro
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
H A D | opt_code_profiler.h | 217 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \
in TypedOpProfiler() macro 227 #undef DECLARE_GATE_OPCODE
in TypedOpProfiler() macro 231 #define DECLARE_GATE_OPCODE(NAM in TypedOpProfiler() macro 241 #undef DECLARE_GATE_OPCODE TypedOpProfiler() macro [all...] |
Completed in 5 milliseconds