Home
last modified time | relevance | path

Searched refs:ecmaOpcodeGate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp252 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling() local
253 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling()
272 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling() local
273 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling()
Dts_hcr_lowering.cpp1470 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling() local
1471 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling()
1490 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling() local
1491 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling()
Dslowpath_lowering.cpp2800 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling() local
2801 GateRef constOpcode = builder_.ToTaggedInt(builder_.ZExtInt32ToInt64(ecmaOpcodeGate)); in AddProfiling()
2814 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling() local
2815 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling()