Home
last modified time | relevance | path

Searched refs:GetByteCodeOpcode (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_type_lowering.cpp58 auto opcode = acc_.GetByteCodeOpcode(gate); in VerifyGuard()
82 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsTrustedType()
106 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
1088 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
Dasync_function_lowering.cpp58 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()
Dgate_accessor.cpp179 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor
183 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()
Dts_inline_lowering.cpp40 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in TryInline()
Dcircuit.cpp122 auto opcode = gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in PrintAllGatesWithBytecode()
Dgate_accessor.h318 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
Dgate_meta_data.h480 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
Dslowpath_lowering.cpp266 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()
3456 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
3468 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()