Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp2086 …while (fromMIRType != nullptr && toMIRType != nullptr && BothPointerOrJarray(*fromMIRType, *toMIRT… in Verify()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h377 bool BothPointerOrJarray(const MIRType &from, const MIRType &to) const in BothPointerOrJarray() function