Home
last modified time | relevance | path

Searched refs:PrintAllGatesWithBytecode (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcheck_elimination.cpp35 circuit_->PrintAllGatesWithBytecode(); in Run()
Dcircuit.h48 void PrintAllGatesWithBytecode() const;
Dasync_function_lowering.cpp31 circuit_->PrintAllGatesWithBytecode(); in ProcessAll()
Dts_inline_lowering.cpp108 circuit_->PrintAllGatesWithBytecode(); in TryInline()
Dcircuit.cpp115 void Circuit::PrintAllGatesWithBytecode() const in PrintAllGatesWithBytecode() function in panda::ecmascript::kungfu::Circuit
Dearly_elimination.cpp339 circuit_->PrintAllGatesWithBytecode(); in Run()
Dts_type_lowering.cpp44 circuit_->PrintAllGatesWithBytecode(); in RunTSTypeLowering()
Dbytecode_circuit_builder.cpp1271 circuit_->PrintAllGatesWithBytecode(); in BuildCircuit()
Dtype_lowering.cpp38 circuit_->PrintAllGatesWithBytecode(); in RunTypeLowering()
Dslowpath_lowering.cpp67 circuit_->PrintAllGatesWithBytecode(); in CallRuntimeLowering()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp60 circuit_->PrintAllGatesWithBytecode(); in TraverseCircuit()