/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | builtins_lowering.h | 40 bool useLabel = false);
|
H A D | hcr_circuit_builder.cpp | 268 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 D | ntype_hcr_lowering.h | 61 bool useLabel = false);
|
H A D | slowpath_lowering.h | 307 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 D | builtins_lowering.cpp | 163 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 D | ntype_hcr_lowering.cpp | 275 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 D | typed_hcr_lowering.h | 235 bool useLabel = false);
|
H A D | circuit_builder.h | 437 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 D | slowpath_lowering.cpp | 821 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 D | typed_hcr_lowering.cpp | 719 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
|