Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DClass.cpp181 static int computeJniArgInfo(const DexProto* proto);
2209 meth->jniArgInfo = computeJniArgInfo(&meth->prototype); in loadMethodFromDex()
2280 static int computeJniArgInfo(const DexProto* proto) in computeJniArgInfo() function