Home
last modified time | relevance | path

Searched defs:EcmaOpcode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp22 using EcmaOpcode = kungfu::EcmaOpcode; typedef
33 [](std::pair<EcmaOpcode, Value> &x, std::pair<EcmaOpcode, Value> &y) -> bool { in PrintAndReset()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.h34 using EcmaOpcode = BytecodeInstruction::Opcode; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h32 using EcmaOpcode = BytecodeInstruction::Opcode; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp23 using EcmaOpcode = kungfu::EcmaOpcode; typedef