Home
last modified time | relevance | path

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

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