Home
last modified time | relevance | path

Searched refs:IsInterfaceOrClass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp2026 if (IsInterfaceOrClass(to)) { in CheckFromJarray()
2054 if (IsInterfaceOrClass(from) && IsInterfaceOrClass(to)) { in IsJavaAssignable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h372 bool IsInterfaceOrClass(const MIRType &mirType) const in IsInterfaceOrClass() function