Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java138 final int stackFrameLen; field in Main.Allocations
155 stackFrameLen = b.get() & 0xff; in Allocations()
156 if (stackFrameLen != 8) { in Allocations()
157 throw new IllegalArgumentException("Unexpected messageHeaderLen " + stackFrameLen); in Allocations()
169 " stack frame len: " + stackFrameLen + in toString()