Home
last modified time | relevance | path

Searched refs:GetAllGates (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp152 GetAllGates(gateList); in PrintAllGates()
161 GetAllGates(gateList); in PrintAllGatesWithBytecode()
174 void Circuit::GetAllGates(std::vector<GateRef>& gateList) const in GetAllGates() function in panda::ecmascript::kungfu::Circuit
218 GetAllGates(gateList); in ResetAllGateTimeStamps()
Dgraph_editor.cpp121 acc_.GetAllGates(gateList); in EliminatePhi()
Dloop_analysis.cpp178 acc_.GetAllGates(gateList); in LoopExitElimination()
Dntype_mcr_lowering.cpp24 circuit_->GetAllGates(gateList); in RunNTypeMCRLowering()
Dcircuit.h57 void GetAllGates(std::vector<GateRef>& gates) const;
Drange_analysis.cpp292 acc_.GetAllGates(gateList); in PrintRangeInfo()
Dntype_hcr_lowering.cpp24 circuit_->GetAllGates(gateList); in RunNTypeHCRLowering()
Dgate_accessor.h375 void GetAllGates(std::vector<GateRef>& gates) const;
Dgate_accessor.cpp569 void GateAccessor::GetAllGates(std::vector<GateRef>& gates) const in GetAllGates() function in panda::ecmascript::kungfu::GateAccessor
571 circuit_->GetAllGates(gates); in GetAllGates()
Dnumber_speculative_lowering.cpp33 acc_.GetAllGates(gateList); in Run()
Dts_inline_lowering.cpp557 circuit_->GetAllGates(gateList); in UpdateWorkList()
Dgraph_linearizer.cpp774 linearizer_->circuit_->GetAllGates(gateList); in Verify()
Dlcr_lowering.cpp25 circuit_->GetAllGates(gateList); in Run()
Dtype_mcr_lowering.cpp29 circuit_->GetAllGates(gateList); in RunTypeMCRLowering()
Dts_hcr_lowering.cpp28 circuit_->GetAllGates(gateList); in RunTSHCRLowering()
Dslowpath_lowering.cpp43 circuit_->GetAllGates(gateList); in CallRuntimeLowering()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp28 circuit_->GetAllGates(gateList); in Run()
Dpgo_type_infer.cpp24 circuit_->GetAllGates(gateList); in Run()
Dmethod_type_infer.cpp40 circuit_->GetAllGates(gateList); in MethodTypeInfer()
1299 circuit_->GetAllGates(gateList); in PrintByteCodesWithTypes()
1371 circuit_->GetAllGates(gateList); in Verify()