Searched defs:POINTER_SIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java60 private static final int POINTER_SIZE = 4; field in class:WindbgCDebugInfoBuilder
104 BasicPointerType ptrType = new BasicPointerType(POINTER_SIZE, target);
330 BasicFunctionType func = new BasicFunctionType(null, POINTER_SIZE, retType);
347 POINTER_SIZE,
769 type = new BasicPointerType(POINTER_SIZE, targetType);

Completed in 38 milliseconds