Home
last modified time | relevance | path

Searched defs:ecmaOpcode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp40 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in TryInline() local
124 auto ecmaOpcode = info_->GetByteCodes()->GetOpcode(pc); in FilterInlinedMethod() local
Dasync_function_lowering.cpp58 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable() local
Dts_type_lowering.cpp82 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsTrustedType() local
106 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower() local
1088 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local
Dbytecodes.h554 bool IsBc(EcmaOpcode ecmaOpcode) const in IsBc()
Dslowpath_lowering.cpp266 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower() local
3456 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local
3468 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1821 auto ecmaOpcode = GetArg(argv, argc, 0).GetInt(); in DEF_RUNTIME_STUBS() local
1830 EcmaOpcode ecmaOpcode = static_cast<EcmaOpcode>(GetArg(argv, argc, 0).GetInt()); in DEF_RUNTIME_STUBS() local