Home
last modified time | relevance | path

Searched refs:PrimitiveSlot (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DLiveStackFrameInfo.java80 static PrimitiveSlot asPrimitive(int value) { in asPrimitive()
84 static PrimitiveSlot asPrimitive(long value) { in asPrimitive()
88 private static class PrimitiveSlot32 extends PrimitiveSlot {
110 private static class PrimitiveSlot64 extends PrimitiveSlot {
DLiveStackFrame.java117 public abstract class PrimitiveSlot { class
121 PrimitiveSlot() {} in PrimitiveSlot() method in LiveStackFrame.PrimitiveSlot