Home
last modified time | relevance | path

Searched refs:constOpcode (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_hcr_opt_pass.cpp40 GateRef constOpcode = builder_.Int32ToTaggedInt(opcodeGate); in AddProfiling() local
42 acc_.GetDep(gate), { constOpcode }, gate); in AddProfiling()
H A Dntype_bytecode_lowering.cpp296 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling() local
299 { constOpcode, typedPath }, gate); in AddProfiling()
322 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling() local
326 { func, bcIndex, constOpcode, mode }, gate); in AddProfiling()
H A Dtyped_bytecode_lowering.cpp2154 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling() local
2157 { constOpcode, typedPath }, gate); in AddProfiling()
2180 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling() local
2184 { func, bcIndex, constOpcode, mode }, gate); in AddProfiling()
H A Dslowpath_lowering.cpp3132 GateRef constOpcode = builder_.ToTaggedInt(builder_.ZExtInt32ToInt64(ecmaOpcodeGate)); in AddProfiling() local
3135 { constOpcode, slowPath }, gate); in AddProfiling()
3152 GateRef constOpcode = builder_.Int32ToTaggedInt(ecmaOpcodeGate); in AddProfiling() local
3156 { func, bcIndex, constOpcode, mode }, gate); in AddProfiling()

Completed in 13 milliseconds