Home
last modified time | relevance | path

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

/dalvik/vm/native/
Djava_lang_Runtime.cpp114 RETURN_LONG(dvmGetHeapDebugInfo(kVirtualHeapMaximumSize)); in Dalvik_java_lang_Runtime_maxMemory()
125 RETURN_LONG(dvmGetHeapDebugInfo(kVirtualHeapSize)); in Dalvik_java_lang_Runtime_totalMemory()
142 RETURN_LONG(result); in Dalvik_java_lang_Runtime_freeMemory()
Ddalvik_system_VMDebug.cpp369 RETURN_LONG(dvmDbgLastDebuggerActivity()); in Dalvik_dalvik_system_VMDebug_lastDebuggerActivity()
487 RETURN_LONG(result); in Dalvik_dalvik_system_VMDebug_threadCpuTimeNanos()
737 RETURN_LONG(0); in Dalvik_dalvik_system_VMDebug_countInstancesOfClass()
741 RETURN_LONG((long long)count); in Dalvik_dalvik_system_VMDebug_countInstancesOfClass()
744 RETURN_LONG((long long)count); in Dalvik_dalvik_system_VMDebug_countInstancesOfClass()
Dsun_misc_Unsafe.cpp34 RETURN_LONG(result); in Dalvik_sun_misc_Unsafe_objectFieldOffset0()
163 RETURN_LONG(dvmQuasiAtomicRead64(address)); in Dalvik_sun_misc_Unsafe_getLongVolatile()
270 RETURN_LONG(*address); in Dalvik_sun_misc_Unsafe_getLong()
DInternalNativePriv.h34 #define RETURN_LONG(_val) do { pResult->j = (_val); return; } while(0) macro
Djava_lang_System.cpp378 RETURN_LONG(when); in Dalvik_java_lang_System_currentTimeMillis()
393 RETURN_LONG(when); in Dalvik_java_lang_System_nanoTime()
Ddalvik_system_VMRuntime.cpp136 RETURN_LONG(result); in Dalvik_dalvik_system_VMRuntime_addressOf()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DRopToDop.java204 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java376 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java608 public static final Rop RETURN_LONG = field in Rops
1766 case Type.BT_LONG: return RETURN_LONG; in opReturn()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRops.java608 public static final Rop RETURN_LONG = field in Rops
1762 case Type.BT_LONG: return RETURN_LONG; in opReturn()