Searched refs:hints (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/arch/mips/
H A DHintsO32.cpp38 * are the same for all targets, while the lower 28 are used for hints to
45 * S - if set, ignore the hints and do things the hard way (scan signature)
47 * H - target-specific hints (see below for details)
49 * This function produces mips-specific hints - specifically a description
60 * If there are too many arguments to construct valid hints, this function will
69 int stackOffset, padMask, hints; local
/dalvik/vm/oo/
H A DClass.cpp1564 * done and leave some hints for the GC.
2274 * H - target-specific hints
2277 * cases, the target-specific hints allow dvmPlatformInvoke to avoid
2287 u4 hints; local
2320 hints = dvmPlatformInvokeHints(proto);
2322 if (hints & DALVIK_JNI_NO_ARG_INFO) {
2325 assert((hints & DALVIK_JNI_RETURN_MASK) == 0);
2326 jniArgInfo |= hints;

Completed in 433 milliseconds