Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 2109) sorted by relevance

12345678910>>...85

/external/proguard/src/proguard/classfile/instruction/
DInstruction.java684 public final void write(CodeAttribute codeAttribute, int offset) in write()
693 public void write(byte[] code, int offset) in write()
722 protected abstract void readInfo(byte[] code, int offset); in readInfo()
728 protected abstract void writeInfo(byte[] code, int offset); in writeInfo()
734 public abstract int length(int offset); in length()
740 …public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, I… in accept()
746 public String toString(int offset) in toString()
793 protected static int readByte(byte[] code, int offset) in readByte()
798 protected static int readShort(byte[] code, int offset) in readShort()
804 protected static int readInt(byte[] code, int offset) in readInt()
[all …]
DBranchInstruction.java115 protected void readInfo(byte[] code, int offset) in readInfo()
121 protected void writeInfo(byte[] code, int offset) in writeInfo()
132 public int length(int offset) in length()
138 …public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instructio… in accept()
144 public String toString(int offset) in toString()
DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) in readInfo()
104 protected void writeInfo(byte[] code, int offset) in writeInfo()
125 public int length(int offset) in length()
131 …public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instructio… in accept()
DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) in readInfo()
107 protected void writeInfo(byte[] code, int offset) in writeInfo()
129 public int length(int offset) in length()
135 …public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instructio… in accept()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java29 public void adup(char[] buff, int offset, int length) throws SAXException; in adup()
35 public void aname(char[] buff, int offset, int length) throws SAXException; in aname()
41 public void aval(char[] buff, int offset, int length) throws SAXException; in aval()
46 public void cdsect(char[] buff, int offset, int length) throws SAXException; in cdsect()
52 public void decl(char[] buff, int offset, int length) throws SAXException; in decl()
58 public void entity(char[] buff, int offset, int length) throws SAXException; in entity()
64 public void eof(char[] buff, int offset, int length) throws SAXException; in eof()
70 public void etag(char[] buff, int offset, int length) throws SAXException; in etag()
76 public void gi(char[] buff, int offset, int length) throws SAXException; in gi()
82 public void pcdata(char[] buff, int offset, int length) throws SAXException; in pcdata()
[all …]
DPYXWriter.java37 public void adup(char[] buff, int offset, int length) throws SAXException { in adup()
42 public void aname(char[] buff, int offset, int length) throws SAXException { in aname()
49 public void aval(char[] buff, int offset, int length) throws SAXException { in aval()
55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt()
61 public void entity(char[] buff, int offset, int length) throws SAXException { } in entity()
65 public void eof(char[] buff, int offset, int length) throws SAXException { in eof()
69 public void etag(char[] buff, int offset, int length) throws SAXException { in etag()
75 public void decl(char[] buff, int offset, int length) throws SAXException { in decl()
78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi()
84 public void cdsect(char[] buff, int offset, int length) throws SAXException { in cdsect()
[all …]
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java85 public boolean isInstruction(int offset) in isInstruction()
95 public boolean isTarget(int offset) in isTarget()
109 public boolean isBranchOrigin(int offset) in isBranchOrigin()
119 public boolean isBranchTarget(int offset) in isBranchTarget()
130 public boolean isAfterBranch(int offset) in isAfterBranch()
140 public boolean isExceptionStart(int offset) in isExceptionStart()
150 public boolean isExceptionEnd(int offset) in isExceptionEnd()
160 public boolean isExceptionHandler(int offset) in isExceptionHandler()
170 public boolean isSubroutineInvocation(int offset) in isSubroutineInvocation()
180 public boolean isSubroutineStart(int offset) in isSubroutineStart()
[all …]
DReachableCodeMarker.java52 public boolean isReachable(int offset) in isReachable()
116 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
132 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
137 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
146 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
163 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
203 …BranchTargets(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int[] jumpOffse… in markBranchTargets()
215 … private void markBranchTarget(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markBranchTarget()
228 private void markCode(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markCode()
DInstructionSequenceReplacer.java113 …nyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction ins… in visitAnyInstruction()
223 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
231 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
240 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
249 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
257 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInst… in visitTableSwitchInstruction()
269 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchIns… in visitLookUpSwitchInstruction()
/external/qemu-pc-bios/bochs/bios/
Dbiossums.c94 long offset, tmp_offset; in main() local
251 long chksum_bios_get_offset( byte* data, long offset ) { in chksum_bios_get_offset()
257 byte chksum_bios_calc_value( byte* data, long offset ) { in chksum_bios_calc_value()
271 byte chksum_bios_get_value( byte* data, long offset ) { in chksum_bios_get_value()
277 void chksum_bios_set_value( byte* data, long offset, byte value ) { in chksum_bios_set_value()
283 byte chksum__32__calc_value( byte* data, long offset ) { in chksum__32__calc_value()
303 long chksum__32__get_offset( byte* data, long offset ) { in chksum__32__get_offset()
323 byte chksum__32__get_value( byte* data, long offset ) { in chksum__32__get_value()
330 void chksum__32__set_value( byte* data, long offset, byte value ) { in chksum__32__set_value()
337 byte chksum__mp__calc_value( byte* data, long offset ) { in chksum__mp__calc_value()
[all …]
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java36 …ype( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType … in visitIntegerType()
37 …e( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType … in visitFloatType()
38 …( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType … in visitLongType()
39 …pe( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType … in visitDoubleType()
40 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType … in visitTopType()
41 …pe( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType … in visitObjectType()
42 …( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType … in visitNullType()
43 …lizedType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedTy… in visitUninitializedType()
44 …lizedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedTh… in visitUninitializedThisType()
46 …ype( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, Inte… in visitStackIntegerType()
[all …]
DStackMapFrameVisitor.java35 …SameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame s… in visitSameZeroFrame()
36 …SameOneFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame s… in visitSameOneFrame()
37 …LessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame l… in visitLessZeroFrame()
38 …MoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame m… in visitMoreZeroFrame()
39 …FullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame f… in visitFullFrame()
/external/qemu-pc-bios/vgabios/
Dbiossums.c53 long offset, tmp_offset, pcir_offset; in main() local
184 long chksum_bios_get_offset( byte* data, long offset ) { in chksum_bios_get_offset()
190 byte chksum_bios_calc_value( byte* data, long offset ) { in chksum_bios_calc_value()
204 byte chksum_bios_get_value( byte* data, long offset ) { in chksum_bios_get_value()
210 void chksum_bios_set_value( byte* data, long offset, byte value ) { in chksum_bios_set_value()
216 byte chksum_pmid_calc_value( byte* data, long offset ) { in chksum_pmid_calc_value()
235 long chksum_pmid_get_offset( byte* data, long offset ) { in chksum_pmid_get_offset()
253 byte chksum_pmid_get_value( byte* data, long offset ) { in chksum_pmid_get_value()
260 void chksum_pmid_set_value( byte* data, long offset, byte value ) { in chksum_pmid_set_value()
267 long chksum_pcir_get_offset( byte* data, long offset ) { in chksum_pcir_get_offset()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java159 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
240 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
301 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
333 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
354 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
374 int offset, in replaceAnyPushInstruction()
407 int offset, in replaceIntegerPushInstruction()
422 int offset, in replaceIntegerPushInstruction()
473 int offset, in replaceLongPushInstruction()
488 int offset, in replaceLongPushInstruction()
[all …]
/external/valgrind/main/none/tests/mips32/
DMoveIns.c25 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument
44 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument
63 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument
82 #define TESTINSNMOVEtd(instruction, offset, FS, RT) \ argument
101 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument
120 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument
161 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument
183 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
209 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
230 #define TESTINSNMOVEN1d(instruction, offset, RTval, FD, FS, RT) \ argument
Dvfp.c47 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument
68 #define TESTINSN5LOADw(instruction, RTval, offset, RT) \ argument
124 #define TESTINST1(offset) \ argument
142 #define TESTINST1a(offset) \ argument
164 #define TESTINST2(offset) \ argument
182 #define TESTINST2a(offset) \ argument
/external/proguard/src/proguard/classfile/instruction/visitor/
DInstructionVisitor.java36 …ruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
37 …struction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
38 …struction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
39 …ruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
40 …hInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInst… in visitTableSwitchInstruction()
41 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchIns… in visitLookUpSwitchInstruction()
DMultiInstructionVisitor.java84 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
92 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
100 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
108 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
116 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInst… in visitTableSwitchInstruction()
124 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchIns… in visitLookUpSwitchInstruction()
/external/chromium/net/disk_cache/
Dmem_entry_impl.cc27 inline int ToChildIndex(int64 offset) { in ToChildIndex()
32 inline int ToChildOffset(int64 offset) { in ToChildOffset()
169 int MemEntryImpl::ReadData(int index, int offset, net::IOBuffer* buf, in ReadData()
188 int MemEntryImpl::WriteData(int index, int offset, net::IOBuffer* buf, in WriteData()
207 int MemEntryImpl::ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len, in ReadSparseData()
221 int MemEntryImpl::WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len, in WriteSparseData()
234 int MemEntryImpl::GetAvailableRange(int64 offset, int len, int64* start, in GetAvailableRange()
271 int MemEntryImpl::InternalReadData(int index, int offset, net::IOBuffer* buf, in InternalReadData()
294 int MemEntryImpl::InternalWriteData(int index, int offset, net::IOBuffer* buf, in InternalWriteData()
336 int MemEntryImpl::InternalReadSparseData(int64 offset, net::IOBuffer* buf, in InternalReadSparseData()
[all …]
/external/skia/src/core/
DSkPictureStateTree.cpp34 SkPictureStateTree::Draw* SkPictureStateTree::appendDraw(uint32_t offset) { in appendDraw()
46 void SkPictureStateTree::appendSaveLayer(uint32_t offset) { in appendSaveLayer()
63 void SkPictureStateTree::appendClip(uint32_t offset) { in appendClip()
72 void SkPictureStateTree::appendNode(uint32_t offset) { in appendNode()
157 uint32_t offset = fNodes.top()->fOffset; in draw() local
/external/webkit/Source/JavaScriptCore/assembler/
DCodeLocation.h138 inline CodeLocationInstruction CodeLocationCommon::instructionAtOffset(int offset) in instructionAtOffset()
144 inline CodeLocationLabel CodeLocationCommon::labelAtOffset(int offset) in labelAtOffset()
150 inline CodeLocationJump CodeLocationCommon::jumpAtOffset(int offset) in jumpAtOffset()
156 inline CodeLocationCall CodeLocationCommon::callAtOffset(int offset) in callAtOffset()
162 inline CodeLocationNearCall CodeLocationCommon::nearCallAtOffset(int offset) in nearCallAtOffset()
168 inline CodeLocationDataLabelPtr CodeLocationCommon::dataLabelPtrAtOffset(int offset) in dataLabelPtrAtOffset()
174 inline CodeLocationDataLabel32 CodeLocationCommon::dataLabel32AtOffset(int offset) in dataLabel32AtOffset()
DX86Assembler.h235 JmpSrc(int offset) in JmpSrc()
257 JmpDst(int offset) in JmpDst()
292 void push_m(int offset, RegisterID base) in push_m()
297 void pop_m(int offset, RegisterID base) in pop_m()
322 void addl_mr(int offset, RegisterID base, RegisterID dst) in addl_mr()
327 void addl_rm(RegisterID src, int offset, RegisterID base) in addl_rm()
343 void addl_im(int imm, int offset, RegisterID base) in addl_im()
371 void addq_im(int imm, int offset, RegisterID base) in addq_im()
399 void andl_mr(int offset, RegisterID base, RegisterID dst) in andl_mr()
404 void andl_rm(RegisterID src, int offset, RegisterID base) in andl_rm()
[all …]
/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java50 …rowExceptions(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction ins… in mayThrowExceptions()
62 …nyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction ins… in visitAnyInstruction()
65 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
103 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
/external/webkit/Source/WebCore/css/
DCSSReflectValue.h41 PassRefPtr<CSSPrimitiveValue> offset, PassRefPtr<CSSValue> mask) in create()
47 CSSPrimitiveValue* offset() const { return m_offset.get(); } in offset() function
56 PassRefPtr<CSSPrimitiveValue> offset, PassRefPtr<CSSValue> mask) in CSSReflectValue()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp28 uint32_t offset = 0; in TEST() local
76 uint32_t offset = 0; in TEST() local
93 uint32_t offset = 0; in TEST() local
103 uint32_t offset = 0; in TEST() local

12345678910>>...85