Home
last modified time | relevance | path

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

12345678910>>...43

/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/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/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/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/webkit/V8Binding/v8/src/
Dframes-inl.h53 const int offset = StackHandlerConstants::kNextOffset; in next() local
77 const int offset = StackHandlerConstants::kStateOffset; in state() local
83 const int offset = StackHandlerConstants::kPCOffset; in pc() local
89 const int offset = StackHandlerConstants::kPCOffset; in set_pc() local
110 const int offset = StandardFrameConstants::kContextOffset; in context() local
145 const int offset = JavaScriptFrameConstants::kReceiverOffset; in receiver() local
151 const int offset = JavaScriptFrameConstants::kReceiverOffset; in set_receiver() local
/external/webkit/JavaScriptCore/assembler/
DCodeLocation.h140 inline CodeLocationInstruction CodeLocationCommon::instructionAtOffset(int offset) in instructionAtOffset()
146 inline CodeLocationLabel CodeLocationCommon::labelAtOffset(int offset) in labelAtOffset()
152 inline CodeLocationJump CodeLocationCommon::jumpAtOffset(int offset) in jumpAtOffset()
158 inline CodeLocationCall CodeLocationCommon::callAtOffset(int offset) in callAtOffset()
164 inline CodeLocationNearCall CodeLocationCommon::nearCallAtOffset(int offset) in nearCallAtOffset()
170 inline CodeLocationDataLabelPtr CodeLocationCommon::dataLabelPtrAtOffset(int offset) in dataLabelPtrAtOffset()
176 inline CodeLocationDataLabel32 CodeLocationCommon::dataLabel32AtOffset(int offset) in dataLabel32AtOffset()
DX86Assembler.h236 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/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Ddec_alg_codebook.cpp118 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_1p_N1()
145 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_2p_2N1()
192 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_3p_3N1()
229 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N1()
265 void dec_4p_4N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N()
316 void dec_5p_5N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_5p_5N()
350 void dec_6p_6N_2(int32 index, int16 N, int16 offset, int16 pos[]) in dec_6p_6N_2()
/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/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/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java473 …nyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction ins… in visitAnyInstruction()
479 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
485 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
491 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
497 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
506 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
512 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInst… in visitTableSwitchInstruction()
518 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchIns… in visitLookUpSwitchInstruction()
529 …StackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame s… in visitAnyStackMapFrame()
535 …SameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame s… in visitSameZeroFrame()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/
DIMethodCollection.java37 Method_info get (int offset); in get()
88 Method_info set (int offset, Method_info method); in set()
101 Method_info remove (int offset); in remove()
/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpvmp3_getbits.cpp114 uint32 offset; in getNbits() local
162 uint32 offset; in getUpTo9bits() local
198 uint32 offset; in getUpTo17bits() local
236 uint32 offset; in get1bit() local
/external/skia/src/gl/
DSkGLTextCache.cpp43 SkGLTextCache::Strike::findGlyph(const SkGlyph& glyph, int* offset) { in findGlyph()
65 size_t offset = index * elemSize; in make_a_whole() local
73 const uint8_t image[], int* offset) { in addGlyphAndBind()
153 int* offset) { in findGlyph()
171 const uint8_t image[], int* offset) { in addGlyphAndBind()
/external/opencore/codecs_v2/audio/aac/dec/src/
Dgetbits.h103 UInt offset; in getbits() local
175 UInt offset; in get1bits() local
210 UInt offset; in get9_n_lessbits() local
274 UInt offset; in get17_n_lessbits() local

12345678910>>...43