Home
last modified time | relevance | path

Searched refs:GetFuncGT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp352 if (acc_.GetFuncGT(lhs) != acc_.GetFuncGT(rhs)) { in CheckReplacement()
Dts_inline_lowering.h91 GlobalTSTypeRef GetFuncGT() const in GetFuncGT() function
Dts_inline_lowering.cpp87 GlobalTSTypeRef gt = info.GetFuncGT(); in TryInline()
480 GlobalTSTypeRef funcGt = info.GetFuncGT(); in InlineFuncCheck()
Dgate_accessor.h394 GlobalTSTypeRef GetFuncGT(GateRef gate) const;
Dgate_accessor.cpp212 GlobalTSTypeRef GateAccessor::GetFuncGT(GateRef gate) const in GetFuncGT() function in panda::ecmascript::kungfu::GateAccessor