HomeSort by relevance Sort by last modified time
    Searched refs:dex (Results 276 - 300 of 731) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form22s.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
Form31c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
Form4rcc.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.MultiCstInsn;
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedMember.java 17 package com.android.dx.dex.file;
FieldIdItem.java 17 package com.android.dx.dex.file;
HeaderSection.java 17 package com.android.dx.dex.file;
25 * File header section of a {@code .dex} file.
MethodIdItem.java 17 package com.android.dx.dex.file;
StringDataItem.java 17 package com.android.dx.dex.file;
19 import com.android.dex.Leb128;
StringIdItem.java 17 package com.android.dx.dex.file;
19 import com.android.dex.SizeOf;
TypeIdItem.java 17 package com.android.dx.dex.file;
19 import com.android.dex.SizeOf;
  /dalvik/dx/tests/105-verify-load-store-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /art/build/
Android.common_test.mk 197 # Create a build rule to create the dex file for a test.
198 # $(1): module prefix, e.g. art-test-dex
206 # then a multi-dex file is created passing main.list as the --main-dex-list
208 define build-art-test-dex
221 LOCAL_DX_FLAGS := --multi-dex --main-dex-list=$(LOCAL_PATH)/$(2)/main.list --minimal-main-dex
222 LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.preprocessor.file=$(LOCAL_PATH)/$(2)/main.jpp
237 LOCAL_DX_FLAGS := --multi-dex --main-dex-list=$(LOCAL_PATH)/$(2)/main.list --minimal-main-de
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/compiler/utils/
test_dex_file_builder_test.cc 53 dex_file->GetStringData(dex_file->GetStringId(dex::StringIndex(i)))) << i;
67 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i;
  /art/test/119-noimage-patchoat/
run 37 echo "Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false -Xno-dex-file-fallback"
38 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin} --runtime-option -Xno-dex-file-fallback
  /build/make/tools/
dump-package-stats 40 filesize=642684 all=603288/919304 dex=119529/353815 name="out/App.apk"
48 dex: the sum of all "*.dex" entries in the package
128 if ($0 ~ /.dex$/) {
141 "dex=" dex_compressed "/" dex_uncompressed,
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 17 package com.android.dexgen.dex.file;
19 import com.android.dexgen.dex.code.CatchTable;
20 import com.android.dexgen.dex.code.CstInsn;
21 import com.android.dexgen.dex.code.DalvCode;
22 import com.android.dexgen.dex.code.DalvInsn;
23 import com.android.dexgen.dex.code.DalvInsnList;
24 import com.android.dexgen.dex.code.LocalList;
25 import com.android.dexgen.dex.code.PositionList;
42 * {@code dex} file.
DebugInfoItem.java 17 package com.android.dexgen.dex.file;
19 import com.android.dexgen.dex.code.DalvCode;
20 import com.android.dexgen.dex.code.DalvInsnList;
21 import com.android.dexgen.dex.code.LocalList;
22 import com.android.dexgen.dex.code.PositionList;
  /dalvik/dx/tests/127-merge-stress/com/android/dx/merge/
MergeTest.java 19 import com.android.dex.Dex;
20 import com.android.dex.DexIndexOverflowException;
28 * This test tries to merge given dex files at random, a first pass at 2 by 2, followed by
40 // but not more to avoid dex index overflow.
45 Dex[] dexesToMerge = new Dex[numDex];
49 dexesToMerge[j] = new Dex(new File(fileName));
  /frameworks/base/services/tests/notification/
Android.mk 31 LOCAL_JACK_FLAGS := --multi-dex native
55 # Code coverage puts us over the dex limit, so enable multi-dex for coverage-enabled builds
57 LOCAL_JACK_FLAGS := --multi-dex native
  /frameworks/base/services/tests/servicestests/
Android.mk 58 LOCAL_JACK_FLAGS := --multi-dex native
59 LOCAL_DX_FLAGS := --multi-dex
  /art/runtime/
dex_file.h 43 // First Dex format version supporting default methods.
45 // First Dex format version enforcing class definition ordering rules.
98 // Decode the dex magic version
157 dex::StringIndex descriptor_idx_; // index into string_ids
165 dex::TypeIndex class_idx_; // index into type_ids_ array for defining class
166 dex::TypeIndex type_idx_; // index into type_ids_ array for field type
167 dex::StringIndex name_idx_; // index into string_ids_ array for field name
175 dex::StringIndex shorty_idx_; // index into string_ids array for shorty descriptor
176 dex::TypeIndex return_type_idx_; // index into type_ids array for return type
186 dex::TypeIndex class_idx_; // index into type_ids_ array for defining clas
    [all...]
  /art/compiler/debug/
elf_debug_line_writer.h 100 // Use stack maps to create mapping table from pc to dex.
108 const int32_t dex = stack_map.GetDexPc(encoding.stack_map.encoding); local
109 pc2dex_map.push_back({pc, dex});
160 const DexFile* dex = mi->dex_file; local
161 if (!dex->DecodeDebugPositionInfo(mi->code_item, PositionInfoCallback, &dex2line_map)) {
176 auto& dex_class_def = dex->GetClassDef(mi->class_def_index);
177 const char* source_file = dex->GetSourceFile(dex_class_def);
181 std::string class_name(dex->GetClassDescriptor(dex_class_def));
229 // Find mapping with address with is greater than our dex pc; then go back one step.

Completed in 974 milliseconds

<<11121314151617181920>>