Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h312 BaseNode *LowerIntrinJavaArrayLength(const BaseNode &parent, IntrinsicopNode &intrinNode);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3168 BaseNode *CGLowerer::LowerIntrinJavaArrayLength(const BaseNode &parent, IntrinsicopNode &intrinNode) in LowerIntrinJavaArrayLength() function in maplebe::CGLowerer
3241 resNode = LowerIntrinJavaArrayLength(parent, intrinNode); in LowerIntrinsicop()