Home
last modified time | relevance | path

Searched refs:useLabel (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.h40 bool useLabel = false);
H A Dhcr_circuit_builder.cpp268 bool useLabel) in CallNGCRuntime()
271 if (useLabel) { in CallNGCRuntime()
282 void CircuitBuilder::StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel) in StartCallTimer() argument
287 (void)useLabel; in StartCallTimer()
289 CallNGCRuntime(glue, gate, RTSTUB_ID(StartCallTimer), args, useLabel); in StartCallTimer()
293 void CircuitBuilder::EndCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel) in EndCallTimer() argument
298 (void)useLabel; in EndCallTimer()
300 CallNGCRuntime(glue, gate, RTSTUB_ID(EndCallTimer), args, useLabel); in EndCallTimer()
267 CallNGCRuntime(GateRef glue, GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel) CallNGCRuntime() argument
H A Dntype_hcr_lowering.h61 bool useLabel = false);
H A Dslowpath_lowering.h307 GateRef LowerCallRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel = false);
308 GateRef LowerCallNGCRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel = false);
H A Dbuiltins_lowering.cpp163 bool useLabel) in LowerCallRuntime()
166 if (useLabel) { in LowerCallRuntime()
162 LowerCallRuntime(GateRef glue, GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel) LowerCallRuntime() argument
H A Dntype_hcr_lowering.cpp275 bool useLabel) in LowerCallRuntime()
278 if (useLabel) { in LowerCallRuntime()
274 LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vector<GateRef> &args, bool useLabel) LowerCallRuntime() argument
H A Dtyped_hcr_lowering.h235 bool useLabel = false);
H A Dcircuit_builder.h437 GateRef CallNGCRuntime(GateRef glue, GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel);
453 void StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
454 void EndCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
H A Dslowpath_lowering.cpp821 GateRef SlowPathLowering::LowerCallRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel) in LowerCallRuntime() argument
824 if (useLabel) { in LowerCallRuntime()
835 GateRef SlowPathLowering::LowerCallNGCRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel) in LowerCallNGCRuntime() argument
838 if (useLabel) { in LowerCallNGCRuntime()
H A Dtyped_hcr_lowering.cpp719 bool useLabel) in LowerCallRuntime()
722 if (useLabel) { in LowerCallRuntime()
718 LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vector<GateRef> &args, bool useLabel) LowerCallRuntime() argument

Completed in 22 milliseconds