HomeSort by relevance Sort by last modified time
    Searched refs:DexFile (Results 101 - 125 of 365) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdItem.java 52 public void addContents(DexFile file) {
58 public void writeTo(DexFile file, AnnotatedOutput out) {
DebugInfoItem.java 64 public void addContents(DexFile file) {
98 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) {
114 protected void writeTo0(DexFile file, AnnotatedOutput out) {
140 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint,
171 private byte[] encode0(DexFile file, String prefix, PrintWriter debugPrint,
  /art/runtime/mirror/
dex_cache.h 29 class DexFile;
48 void Init(const DexFile* dex_file,
149 const DexFile* GetDexFile() ALWAYS_INLINE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
150 return GetFieldPtr<const DexFile*>(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_));
153 void SetDexFile(const DexFile* dex_file) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoItem.java 66 public void addContents(DexFile file) {
100 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) {
116 protected void writeTo0(DexFile file, AnnotatedOutput out) {
142 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint,
173 private byte[] encode0(DexFile file, String prefix, PrintWriter debugPrint,
EncodedArrayItem.java 95 public void addContents(DexFile file) {
114 protected void writeTo0(DexFile file, AnnotatedOutput out) {
FieldAnnotationStruct.java 76 public void addContents(DexFile file) {
85 public void writeTo(DexFile file, AnnotatedOutput out) {
MethodAnnotationStruct.java 76 public void addContents(DexFile file) {
85 public void writeTo(DexFile file, AnnotatedOutput out) {
TypeListItem.java 66 public void addContents(DexFile file) {
92 protected void writeTo0(DexFile file, AnnotatedOutput out) {
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 63 public void addContents(DexFile file) {
97 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) {
113 protected void writeTo0(DexFile file, AnnotatedOutput out) {
139 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint,
170 private byte[] encode0(DexFile file, String prefix, PrintWriter debugPrint,
AnnotationSetItem.java 48 * @param dexFile {@code non-null;} dex output
50 public AnnotationSetItem(Annotations annotations, DexFile dexFile) {
58 items[at] = new AnnotationItem(a, dexFile);
116 public void addContents(DexFile file) {
134 protected void writeTo0(DexFile file, AnnotatedOutput out) {
ParameterAnnotationStruct.java 47 * @param dexFile {@code non-null;} dex output
50 AnnotationsList annotationsList, DexFile dexFile) {
73 AnnotationSetItem item = new AnnotationSetItem(annotations, dexFile);
101 public void addContents(DexFile file) {
110 public void writeTo(DexFile file, AnnotatedOutput out) {
FieldAnnotationStruct.java 76 public void addContents(DexFile file) {
85 public void writeTo(DexFile file, AnnotatedOutput out) {
  /art/compiler/dex/
mir_field_info.h 50 const DexFile* DeclaringDexFile() const {
97 const DexFile* declaring_dex_file_;
160 storage_index_(DexFile::kDexNoIndex) {
  /art/compiler/optimizing/
builder.h 36 const DexFile* dex_file = nullptr,
51 HGraph* BuildGraph(const DexFile::CodeItem& code);
127 const DexFile* const dex_file_;
  /art/compiler/dex/quick/
dex_file_to_method_inliner_map.cc 40 DexFileMethodInliner* DexFileToMethodInlinerMap::GetMethodInliner(const DexFile* dex_file) {
  /art/compiler/jni/portable/
jni_compiler.h 28 class DexFile;
  /art/compiler/sea_ir/types/
type_inference.h 84 const art::DexFile* dex_file_;
  /art/runtime/entrypoints/portable/
portable_fillarray_entrypoints.cc 29 const DexFile::CodeItem* code_item = method->GetCodeItem();
  /art/runtime/native/
java_lang_DexCache.cc 30 const DexFile* dex_file = dex_cache->GetDexFile();
  /art/runtime/verifier/
method_verifier-inl.h 29 inline const DexFile::CodeItem* MethodVerifier::CodeItem() const {
  /art/test/117-nopatchoat/
nopatchoat.cc 30 const DexFile& dex_file = klass->GetDexFile();
  /art/runtime/
common_runtime_test.cc 177 const DexFile* CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) {
178 std::vector<const DexFile*> dex_files;
180 if (!DexFile::Open(location, location, &error_msg, &dex_files)) {
319 std::vector<const DexFile*> CommonRuntimeTest::OpenTestDexFiles(const char* name) {
332 std::vector<const DexFile*> dex_files;
333 bool success = DexFile::Open(filename.c_str(), filename.c_str(), &error_msg, &dex_files);
335 for (const DexFile* dex_file : dex_files) {
343 const DexFile* CommonRuntimeTest::OpenTestDexFile(const char* name) {
344 std::vector<const DexFile*> vector = OpenTestDexFiles(name);
350 std::vector<const DexFile*> dex_files = OpenTestDexFiles(dex_name)
    [all...]
  /dalvik/libdex/
DexFile.cpp 21 #include "DexFile.h"
105 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx,
177 static void classLookupAdd(DexFile* pDexFile, DexClassLookup* pLookup,
211 DexClassLookup* dexCreateClassLookup(DexFile* pDexFile)
266 * Set up the basic raw data pointers of a DexFile. This function isn't
269 void dexFileSetupBasicPointers(DexFile* pDexFile, const u1* data) {
287 * On success, return a newly-allocated DexFile.
289 DexFile* dexFileParse(const u1* data, size_t length, int flags)
291 DexFile* pDexFile = NULL;
301 pDexFile = (DexFile*) malloc(sizeof(DexFile))
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFileImpl.java 24 import dex.structure.DexFile;
30 /* package */final class DexFileImpl implements DexFile {
57 * @see dex.reader.DexFile#getDefinedClasses()
87 return "DexFile";
TypeFormatter.java 22 import dex.structure.DexFile;
105 public String formatDexFile(DexFile file) {

Completed in 2148 milliseconds

1 2 3 45 6 7 8 91011>>