Searched defs:isNoGC (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_info_collector.h | 264 bool isNoGC = false; in ModifyMethodOffsetToCanFastCall() local
|
| H A D | hcr_circuit_builder.cpp | 148 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local 151 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call() local
|
| H A D | typed_bytecode_lowering.cpp | 1725 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 D | mcr_circuit_builder.cpp | 1015 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 D | llvm_ir_builder.cpp | 963 bool isNoGC = false; in VisitCall() local
|
Completed in 19 milliseconds