HomeSort by relevance Sort by last modified time
    Searched refs:GET_ARG_LONG (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/native/
sun_misc_Unsafe.cpp 67 s8 offset = GET_ARG_LONG(args, 2);
87 s8 offset = GET_ARG_LONG(args, 2);
88 s8 expectedValue = GET_ARG_LONG(args, 4);
89 s8 newValue = GET_ARG_LONG(args, 6);
108 s8 offset = GET_ARG_LONG(args, 2);
128 s8 offset = GET_ARG_LONG(args, 2);
143 s8 offset = GET_ARG_LONG(args, 2);
159 s8 offset = GET_ARG_LONG(args, 2);
174 s8 offset = GET_ARG_LONG(args, 2);
175 s8 value = GET_ARG_LONG(args, 4)
    [all...]
java_lang_Object.cpp 92 dvmObjectWait(self, thisPtr, GET_ARG_LONG(args,1), (s4)args[3], true);
java_lang_VMThread.cpp 34 s8 stackSize = GET_ARG_LONG(args, 1);
217 dvmThreadSleep(GET_ARG_LONG(args,0), args[2]);
  /dalvik/vm/
Native.h 86 #define GET_ARG_LONG(_args, _elem) dvmGetArgLong(_args, _elem)

Completed in 137 milliseconds