Home
last modified time | relevance | path

Searched defs:DISPATCH (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
H A Dmacros.h27 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ macro
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/
H A Dmacros.h28 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ macro
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h85 #define DISPATCH(curOpcode) \ macro
621 #undef DISPATCH macro
H A Dinterpreter_assembly.cpp63 #define DISPATCH(opcode) DISPATCH_OFFSET(BytecodeInstruction::Size(BytecodeInstruction::Opcode::opcode)) macro
[all...]
H A Dinterpreter-inl.cpp72 #define DISPATCH(curOpcode) \ macro
8011 #undef DISPATCH global() macro
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h729 #define DISPATCH(acc) \ macro
846 #undef DISPATCH macro
H A Dinterpreter_stub.cpp124 #define DISPATCH(opcode) DISPATCH_BAK(OFFSET, INT_PTR(opcode)) macro
6036 #undef DISPATCH global() macro
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp137 #define DISPATCH(opcode) DISPATCH_BAK(OFFSET, INT_PTR(opcode)) macro

Completed in 33 milliseconds