HomeSort by relevance Sort by last modified time
    Searched defs:frameBuf (Results 1 - 5 of 5) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/
EmulatedStackFrame.java 299 protected ByteBuffer frameBuf;
321 frameBuf = null;
337 frameBuf = ByteBuffer.wrap(frame.stackFrame).order(ByteOrder.LITTLE_ENDIAN);
340 frameBuf.position(frameOffset);
375 frameBuf.position(frameBuf.capacity() - getSize(rtype));
413 frameBuf.putInt(value);
419 frameBuf.putInt(value);
425 frameBuf.putLong(value);
431 frameBuf.putInt((int) value)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 64 milliseconds