Searched refs:constOpcode (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ts_hcr_opt_pass.cpp | 40 GateRef constOpcode = builder_.Int32ToTaggedInt(opcodeGate); in AddProfiling() local 42 acc_.GetDep(gate), { constOpcode }, gate); in AddProfiling()
|
H A D | ntype_bytecode_lowering.cpp | 296 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 D | typed_bytecode_lowering.cpp | 2154 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 D | slowpath_lowering.cpp | 3132 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