Searched defs:locals (Results 1 – 2 of 2) sorted by relevance
172 Object[] locals = invokeGetLocals(f); in checkFrameLocals() local355 Object[] locals = (Object[]) getLocals.invoke(frames[0]); in usedLong() local379 final Object[] locals = (Object[]) getLocals.invoke(frames[0]); in unusedLong() local402 Object[] locals = (Object[]) getLocals.invoke(frames[0]); in usedDouble() local436 Object[] locals = (Object[]) getLocals.invoke(frame); in printLocals() local
40 private Object[] locals = EMPTY_ARRAY; field in LiveStackFrameInfo