Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUserStackRecord.java84 UserStackRecord(int pid, byte[] rawBytes) in UserStackRecord() argument
86 stackRecord = new KernelStackRecord(rawBytes); in UserStackRecord()
113 UserStackRecord(int pid, StackFrame[] frames, byte[] rawBytes) in UserStackRecord() argument
115 stackRecord = new KernelStackRecord(frames, rawBytes); in UserStackRecord()
280 byte[] rawBytes = (byte[])s.readObject(); in readObject()
282 stackRecord = new KernelStackRecord(frames, rawBytes); in readObject()
H A DKernelStackRecord.java129 KernelStackRecord(byte[] rawBytes) in KernelStackRecord() argument
133 rawStackData = rawBytes; in KernelStackRecord()
159 KernelStackRecord(StackFrame[] frames, byte[] rawBytes) in KernelStackRecord() argument
164 if (rawBytes != null) { in KernelStackRecord()
165 rawStackData = rawBytes.clone(); in KernelStackRecord()
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java729 byte[] rawBytes = getString(buf, dis); in parseServiceURLIn()
747 putInteger(rawBytes.length, abaos); in parseServiceURLIn()
750 message[1] = rawBytes; in parseServiceURLIn()
885 byte[] rawBytes = in parseAuthenticatedAttributeVectorIn()
889 putInteger(rawBytes.length, abaos); in parseAuthenticatedAttributeVectorIn()
892 message[1] = rawBytes; in parseAuthenticatedAttributeVectorIn()
911 byte[] rawBytes = getString(buf, dis); in parseAttributeVectorIn()
928 return rawBytes; in parseAttributeVectorIn()