Home
last modified time | relevance | path

Searched defs:inList (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.cpp180 ChunkSet<GateRef> inList(chunk_); in LoopExitElimination() local
Dloop_peeling.cpp123 std::vector<GateRef> inList(acc_.GetNumIns(gate), Circuit::NullGate()); in SetCopy() local
Dgraph_editor.cpp123 std::set<GateRef> inList; in EliminatePhi() local
Dbytecode_circuit_builder.cpp703 std::vector<GateRef> inList(numValues, Circuit::NullGate()); in CreateGateInList() local
889 std::vector<GateRef> inList = CreateGateInList(bytecodeInfo, meta); in NewJSGate() local
1101 auto inList = std::vector<GateRef>(1 + bb.numOfLoopBacks, Circuit::NullGate()); in NewLoopBackPhi() local
1161 auto inList = std::vector<GateRef>(1 + mergeCount, Circuit::NullGate()); in NewLoopForwardPhi() local
1186 auto inList = std::vector<GateRef>(1 + bb.numOfStatePreds, Circuit::NullGate()); in NewPhi() local
Dcircuit.cpp106 const GateRef inList[], GateType type, const char* comment) in NewGate()
133 GateRef Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* … in NewGate()
Dllvm_ir_builder.cpp556 void LLVMIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall()
625 void LLVMIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv()
711 LLVMValueRef LLVMIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue()
756const std::vector<GateRef> &inList, CallExceptionKind kind) in ComputeArgCountAndPCOffset()
787 LLVMValueRef LLVMIRBuilder::GetCallee(const std::vector<GateRef> &inList, const CallSignature *sign… in GetCallee()
808 void LLVMIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall()
925 void LLVMIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
Dgate.cpp474 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate() function in panda::ecmascript::kungfu::Gate
Dframe_states.cpp44 std::vector<GateRef> inList(frameStateInputs, Circuit::NullGate()); in BuildFrameValues() local
Dcircuit_builder.cpp28 GateRef CircuitBuilder::Merge(const std::vector<GateRef> &inList) in Merge()
36 std::vector<GateRef> inList; in Selector() local
702 const std::vector<GateRef>& inList) in TypeConvert()
711 const std::vector<GateRef>& inList) in TypedConditionJump()