Home
last modified time | relevance | path

Searched defs:isNoGC (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp1121 … 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
Dbytecode_info_collector.h641 bool isNoGC = false; in ModifyMethodOffsetToCanFastCall() local
Dcircuit_builder.cpp1048 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()
Dllvm_ir_builder.cpp818 bool isNoGC = false; in VisitCall() local