Searched refs:RETURN_LONG (Results 1 – 8 of 8) sorted by relevance
148 RETURN_LONG(result); in Dalvik_java_lang_Runtime_maxMemory()160 RETURN_LONG(result); in Dalvik_java_lang_Runtime_totalMemory()176 RETURN_LONG(result); in Dalvik_java_lang_Runtime_freeMemory()
81 RETURN_LONG(size); in Dalvik_dalvik_system_VMRuntime_nativeMinimumHeapSize()178 RETURN_LONG((s8)dvmGetExternalBytesAllocated()); in Dalvik_dalvik_system_VMRuntime_getExternalBytesAllocated()
34 RETURN_LONG(result); in Dalvik_sun_misc_Unsafe_objectFieldOffset0()163 RETURN_LONG(dvmQuasiAtomicRead64(address)); in Dalvik_sun_misc_Unsafe_getLongVolatile()253 RETURN_LONG(*address); in Dalvik_sun_misc_Unsafe_getLong()
34 #define RETURN_LONG(_val) do { pResult->j = (_val); return; } while(0) macro
529 RETURN_LONG(dvmDbgLastDebuggerActivity()); in Dalvik_dalvik_system_VMDebug_lastDebuggerActivity()636 RETURN_LONG(result); in Dalvik_dalvik_system_VMDebug_threadCpuTimeNanos()894 RETURN_LONG(0); in Dalvik_dalvik_system_VMDebug_countInstancesOfClass()898 RETURN_LONG((long long)count); in Dalvik_dalvik_system_VMDebug_countInstancesOfClass()901 RETURN_LONG((long long)count); in Dalvik_dalvik_system_VMDebug_countInstancesOfClass()
257 RETURN_LONG(when); in Dalvik_java_lang_System_currentTimeMillis()272 RETURN_LONG(when); in Dalvik_java_lang_System_nanoTime()
204 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument
608 public static final Rop RETURN_LONG = field in Rops1762 case Type.BT_LONG: return RETURN_LONG; in opReturn()