Home
last modified time | relevance | path

Searched refs:GetGateCount (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h67 size_t GetGateCount() const;
Dcircuit.cpp490 size_t Circuit::GetGateCount() const in GetGateCount() function in panda::ecmascript::kungfu::Circuit
Dts_inline_lowering.cpp122 lastCallId_ = circuit_->GetGateCount() - 1; in TryInline()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp30 inQueue_(circuit_->GetGateCount(), true), enableGlobalTypeInfer_(enableGlobalTypeInfer) in MethodTypeInfer()