Searched refs:useLabel (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | builtins_lowering.h | 42 bool useLabel = false);
|
D | ntype_mcr_lowering.h | 58 bool useLabel = false);
|
D | ntype_mcr_lowering.cpp | 177 bool useLabel) in LowerCallRuntime() argument 179 if (useLabel) { in LowerCallRuntime()
|
D | slowpath_lowering.h | 287 …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);
|
D | builtins_lowering.cpp | 183 bool useLabel) in LowerCallRuntime() argument 186 if (useLabel) { in LowerCallRuntime()
|
D | type_mcr_lowering.h | 183 bool useLabel = false);
|
D | circuit_builder.cpp | 907 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()
|
D | circuit_builder.h | 387 …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);
|
D | type_mcr_lowering.cpp | 460 bool useLabel) in LowerCallRuntime() argument 462 if (useLabel) { in LowerCallRuntime()
|
D | slowpath_lowering.cpp | 717 …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()
|