Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1319 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall()
1328 const std::vector<GateRef> &args, bool isNoGC) in LowerCall()
1383 bool isNoGC = tacc.IsNoGC(); in CheckThisCallTargetAndLowerCall() local
1395 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) in CheckCallTargetFromDefineFuncAndLowerCall()
1418 bool isNoGC = tacc.IsNoGC(); in CheckCallTargetAndLowerCall() local
Dhcr_circuit_builder.cpp146 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local
149 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local
Dbytecode_info_collector.h603 bool isNoGC = false; in ModifyMethodOffsetToCanFastCall() local
Dmcr_circuit_builder.cpp832 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall()
851 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall()
Dllvm_ir_builder.cpp865 bool isNoGC = false; in VisitCall() local