Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h264 bool isNoGC = false; in ModifyMethodOffsetToCanFastCall() local
Dtyped_bytecode_lowering.cpp1660 const std::vector<GateRef> &argsFastCall, bool isNoGC) in LowerFastCall()
1669 const std::vector<GateRef> &args, bool isNoGC) in LowerCall()
1715 bool isNoGC = tacc.IsNoGC(); in CheckThisCallTargetAndLowerCall() local
1727 const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) in CheckCallTargetFromDefineFuncAndLowerCall()
1765 bool isNoGC = tacc.IsNoGC(); in CheckCallTargetAndLowerCall() local
Dhcr_circuit_builder.cpp148 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local
151 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local
Dmcr_circuit_builder.cpp1008 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall()
1027 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp963 bool isNoGC = false; in VisitCall() local