Searched defs:isNoGC (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hcr_lowering.cpp | 1121 … funcType, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) in CheckCallTargetFromDefineFuncAndLowerCall() 1134 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall() 1143 const std::vector<GateRef> &args, bool isNoGC) in LowerCall() 1157 bool isNoGC = tsManager_->IsNoGC(funcGt); in CheckCallTargetAndLowerCall() local 1303 GateType funcType, bool isNoGC) in CheckFastCallThisCallTarget() 1319 GateType funcType, bool isNoGC) in CheckCallThisCallTarget() 1340 bool isNoGC = tsManager_->IsNoGC(funcGt); in CheckThisCallTargetAndLowerCall() local
|
D | bytecode_info_collector.h | 641 bool isNoGC = false; in ModifyMethodOffsetToCanFastCall() local
|
D | circuit_builder.cpp | 1048 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local 1051 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local 1245 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall() 1263 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall()
|
D | llvm_ir_builder.cpp | 818 bool isNoGC = false; in VisitCall() local
|