Searched refs:hints (Results 1 – 2 of 2) sorted by relevance
69 int stackOffset, padMask, hints; in dvmPlatformInvokeHints() local
2284 u4 hints; in computeJniArgInfo() local2317 hints = dvmPlatformInvokeHints(proto); in computeJniArgInfo()2319 if (hints & DALVIK_JNI_NO_ARG_INFO) { in computeJniArgInfo()2322 assert((hints & DALVIK_JNI_RETURN_MASK) == 0); in computeJniArgInfo()2323 jniArgInfo |= hints; in computeJniArgInfo()