HomeSort by relevance Sort by last modified time
    Searched refs:DexFile (Results 201 - 225 of 446) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 145 public void addContents(DexFile file) {
189 protected void writeTo0(DexFile file, AnnotatedOutput out) {
EncodedMethod.java 116 public void addContents(DexFile file) {
159 public int encode(DexFile file, AnnotatedOutput out,
MapItem.java 198 public void addContents(DexFile file) {
210 protected void writeTo0(DexFile file, AnnotatedOutput out) {
ProtoIdItem.java 114 public void addContents(DexFile file) {
129 public void writeTo(DexFile file, AnnotatedOutput out) {
FieldIdsSection.java 42 public FieldIdsSection(DexFile file) {
MethodIdsSection.java 42 public MethodIdsSection(DexFile file) {
ProtoIdsSection.java 42 public ProtoIdsSection(DexFile file) {
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedMethod.java 115 public void addContents(DexFile file) {
158 public int encode(DexFile file, AnnotatedOutput out,
MapItem.java 197 public void addContents(DexFile file) {
209 protected void writeTo0(DexFile file, AnnotatedOutput out) {
ProtoIdItem.java 111 public void addContents(DexFile file) {
126 public void writeTo(DexFile file, AnnotatedOutput out) {
FieldIdsSection.java 42 public FieldIdsSection(DexFile file) {
MemberIdsSection.java 41 public MemberIdsSection(String name, DexFile file) {
MethodIdsSection.java 42 public MethodIdsSection(DexFile file) {
ProtoIdsSection.java 41 public ProtoIdsSection(DexFile file) {
ValueEncoder.java 98 private final DexFile file;
109 public ValueEncoder(DexFile file, AnnotatedOutput out) {
390 public static void addContents(DexFile file, Annotation annotation) {
406 * #addContents(DexFile,Annotation)} recursively should it
412 public static void addContents(DexFile file, Constant cst) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 143 public void addContents(DexFile file) {
187 protected void writeTo0(DexFile file, AnnotatedOutput out) {
EncodedMethod.java 116 public void addContents(DexFile file) {
159 public int encode(DexFile file, AnnotatedOutput out,
MapItem.java 198 public void addContents(DexFile file) {
210 protected void writeTo0(DexFile file, AnnotatedOutput out) {
ProtoIdItem.java 111 public void addContents(DexFile file) {
126 public void writeTo(DexFile file, AnnotatedOutput out) {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/
AccessorTest.java 37 import org.jf.dexlib2.iface.DexFile;
82 DexFile f = DexFileFactory.loadDexFile(url.getFile(), 15, false);
  /art/compiler/dex/
dex_to_dex_compiler.cc 65 const DexFile& GetDexFile() const {
114 const DexFile::CodeItem* code_item = unit_.GetCodeItem();
317 const DexFile::CodeItem* code_item,
323 const DexFile& dex_file,
  /art/compiler/optimizing/
instruction_builder.h 38 const DexFile* dex_file,
39 const DexFile::CodeItem& code_item,
272 const DexFile* const dex_file_;
273 const DexFile::CodeItem& code_item_;
  /art/runtime/jit/
profiling_info.cc 32 const DexFile::CodeItem& code_item = *method->GetCodeItem();
  /art/runtime/mirror/
dex_cache.cc 34 void DexCache::Init(const DexFile* dex_file,
  /dalvik/libdex/
DexClass.h 24 #include "DexFile.h"
109 DEX_INLINE const DexCode* dexGetCode(const DexFile* pDexFile,

Completed in 5302 milliseconds

1 2 3 4 5 6 7 891011>>