Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h264 bool isNoGC = false; in ModifyMethodOffsetToCanFastCall() local
H A Dhcr_circuit_builder.cpp148 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local
151 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local
H A Dtyped_bytecode_lowering.cpp1725 bool isNoGC = tacc.IsNoGC(); in CheckThisCallTargetAndLowerCall() local
1669 LowerFastCall(GateRef gate, GateRef func, const std::vector<GateRef> &argsFastCall, bool isNoGC) LowerFastCall() argument
1678 LowerCall(GateRef gate, GateRef func, const std::vector<GateRef> &args, bool isNoGC) LowerCall() argument
1736 CheckCallTargetFromDefineFuncAndLowerCall(const TypeAccessor &tacc, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, bool isNoGC) CheckCallTargetFromDefineFuncAndLowerCall() argument
1775 bool isNoGC = tacc.IsNoGC(); CheckCallTargetAndLowerCall() local
[all...]
H A Dmcr_circuit_builder.cpp1015 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall() argument
1034 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp963 bool isNoGC = false; in VisitCall() local

Completed in 19 milliseconds