Searched refs:appendValue (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/ |
D | Jni.cpp | 852 static void appendValue(char type, const JValue value, char* buf, size_t n, bool appendComma) in appendValue() function 930 appendValue(argType, value, argsString, sizeof(argsString), in logNativeMethodEntry() 952 appendValue(returnType, returnValue, returnValueString, sizeof(returnValueString), false); in logNativeMethodExit()
|