/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | gate.h | 140 static size_t GetGateSize(size_t numIns) in GetGateSize() 145 static size_t GetOutListSize(size_t numIns) in GetOutListSize()
|
D | loop_peeling.cpp | 27 GateRef numIns = 2; // 2: num ins in CopyLoopExit() local 65 size_t numIns = acc_.GetNumIns(gate); in CopyLoopBody() local
|
D | gate.cpp | 23 const auto numIns = GetNumIns(); in CheckNullInput() local 493 auto numIns = GetNumIns(); in Gate() local 550 auto numIns = GetNumIns(); in DeleteGate() local 847 size_t Gate::PrintInGate(size_t numIns, size_t idx, size_t size, bool inListPreview, size_t highlig… in PrintInGate()
|
D | graph_editor.cpp | 104 auto numIns = acc_.GetNumIns(gate); in PropagateMerge() local
|
D | circuit.cpp | 73 Gate *Circuit::AllocateGateSpace(size_t numIns) in AllocateGateSpace() 107 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, in NewGate() 360 auto numIns = LoadGatePtrConst(gate)->GetNumIns(); in DecreaseIn() local
|
D | combined_pass_visitor.cpp | 161 auto numIns = acc_.GetNumIns(gate); in VisitTopGate() local
|
D | range_guard.cpp | 129 auto numIns = acc_.GetInValueCount(gate); in TryApplyRangeGuardGate() local
|
D | verifier.cpp | 299 size_t numIns; in RunFlowCyclesFind() member 314 auto &numIns = curState.numIns; in RunFlowCyclesFind() local
|
D | circuit.h | 191 …const GateMetaData* TypedCallTargetCheckOp(uint32_t numIns, uint64_t value, TypedCallTargetCheckOp… in TypedCallTargetCheckOp()
|
D | gate_meta_data_builder.h | 154 …const GateMetaData* TypedCallTargetCheckOp(uint32_t numIns, uint64_t value, TypedCallTargetCheckOp… in TypedCallTargetCheckOp()
|
D | ts_inline_lowering.cpp | 260 size_t numIns = acc_.GetNumValueIn(gate); in CheckParameter() local 272 size_t numIns = acc_.GetNumValueIn(gate); in ReplaceCallInput() local
|
D | early_elimination.cpp | 140 auto numIns = acc_.GetNumValueIn(gate); in TryEliminateGate() local
|
D | slowpath_lowering.cpp | 985 size_t numIns = acc_.GetNumValueIn(gate); in LowerCallthisrangeImm8Imm8V8() local 1010 size_t numIns = acc_.GetNumValueIn(gate); in LowerWideCallthisrangePrefImm16V8() local 1682 size_t numIns = acc_.GetNumValueIn(gate); in LowerSuperCall() local 1696 size_t numIns = acc_.GetNumValueIn(gate); in LowerSuperCallArrow() local 2769 size_t numIns = acc_.GetNumValueIn(gate); in LowerWideCallrangePrefImm16V8() local
|
D | type_info_accessors.cpp | 310 size_t numIns = acc_.GetNumValueIn(gate); in CallThisRangeTypeInfoAccessor() local
|
D | graph_linearizer.cpp | 605 auto numIns = acc_.GetNumIns(curGate); in Prepare() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | initialization_analysis.cpp | 258 uint32_t numIns = acc_.GetNumValueIn(gate); in CheckThisAsValueIn() local
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file_item_container.cpp | 748 size_t numIns = 0; in GetStat() local
|
D | file_items.h | 1508 void SetNumInstructions(size_t numIns) in SetNumInstructions()
|
/arkcompiler/runtime_core/static_core/assembler/ |
D | assembly-emitter.cpp | 1486 size_t numIns = in EmitFunctions() local
|