Home
last modified time | relevance | path

Searched refs:CompatibleWith (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h2236 bool CompatibleWith(const MIRType &type) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp1673 if (func->GetMIRFuncType()->CompatibleWith(*funcType)) { in GetMatchedCGNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1851 bool MIRFuncType::CompatibleWith(const MIRType &type) const in CompatibleWith() function in maple::MIRFuncType