Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.h42 bool useLabel = false);
Dntype_mcr_lowering.h58 bool useLabel = false);
Dntype_mcr_lowering.cpp177 bool useLabel) in LowerCallRuntime() argument
179 if (useLabel) { in LowerCallRuntime()
Dslowpath_lowering.h287 …LowerCallRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel = false);
288 …erCallNGCRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel = false);
Dbuiltins_lowering.cpp183 bool useLabel) in LowerCallRuntime() argument
186 if (useLabel) { in LowerCallRuntime()
Dtype_mcr_lowering.h183 bool useLabel = false);
Dcircuit_builder.cpp907 bool useLabel) in CallNGCRuntime() argument
910 if (useLabel) { in CallNGCRuntime()
921 …uilder::StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel) in StartCallTimer() argument
926 (void)useLabel; in StartCallTimer()
928 CallNGCRuntime(glue, gate, RTSTUB_ID(StartCallTimer), args, useLabel); in StartCallTimer()
932 …tBuilder::EndCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel) in EndCallTimer() argument
937 (void)useLabel; in EndCallTimer()
939 CallNGCRuntime(glue, gate, RTSTUB_ID(EndCallTimer), args, useLabel); in EndCallTimer()
Dcircuit_builder.h387 …NGCRuntime(GateRef glue, GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel);
404 … void StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
405 void EndCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
Dtype_mcr_lowering.cpp460 bool useLabel) in LowerCallRuntime() argument
462 if (useLabel) { in LowerCallRuntime()
Dslowpath_lowering.cpp717 …owering::LowerCallRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel) in LowerCallRuntime() argument
720 if (useLabel) { in LowerCallRuntime()
731 …ring::LowerCallNGCRuntime(GateRef gate, int index, const std::vector<GateRef> &args, bool useLabel) in LowerCallNGCRuntime() argument
734 if (useLabel) { in LowerCallNGCRuntime()