HomeSort by relevance Sort by last modified time
    Searched full:dexfile (Results 351 - 375 of 452) sorted by null

<<111213141516171819

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 48 public ClassDefsSection(DexFile file) {
StringIdsSection.java 45 public StringIdsSection(DexFile file) {
TypeIdsSection.java 42 public TypeIdsSection(DexFile file) {
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 47 public ClassDefsSection(DexFile file) {
StringIdsSection.java 43 public StringIdsSection(DexFile file) {
TypeIdsSection.java 45 public TypeIdsSection(DexFile file) {
  /dalvik/libdex/
CmdUtils.cpp 19 #include "DexFile.h"
DexUtf.h 24 #include "DexFile.h"
InstrUtils.h 23 #include "DexFile.h"
Leb128.h 24 #include "DexFile.h"
OptInvocation.cpp 33 #include "DexFile.h"
ZipArchive.h 24 #include "DexFile.h" // need DEX_INLINE
  /dalvik/vm/compiler/codegen/x86/
LowerConst.cpp 32 #include "libdex/DexFile.h"
LowerReturn.cpp 23 #include "libdex/DexFile.h"
  /dalvik/vm/native/
InternalNative.cpp 52 { "Ldalvik/system/DexFile;", dvm_dalvik_system_DexFile, 0 },
  /dalvik/vm/oo/
Object.h 364 /* DexFile from which we came; needed to resolve constant pool entries */
518 * TODO: This currently must specify the DexFile as well as the proto_ids
519 * index, because generated Proxy classes don't have a DexFile. We can
520 * remove the DexFile* and reduce the size of this struct if we generate
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefsSection.java 48 public ClassDefsSection(DexFile file) {
StringIdsSection.java 44 public StringIdsSection(DexFile file) {
TypeIdsSection.java 42 public TypeIdsSection(DexFile file) {
  /art/runtime/
class_linker_test.cc 318 void AssertDexFile(const DexFile* dex, mirror::ClassLoader* class_loader)
324 const DexFile::ClassDef& class_def = dex->GetClassDef(i);
330 const DexFile::TypeId& type_id = dex->GetTypeId(i);
612 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::DexCache, dex_file_), "dexFile"));
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 39 import com.android.dx.dex.file.DexFile;
158 private static DexFile outputDex;
290 // Effectively free up the (often massive) DexFile memory.
329 // Effectively free up the (often massive) DexFile memory.
447 * Constructs the output {@link DexFile}, fill it in with all the
546 outputDex = new DexFile(args.dexOptions);
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 246 void PopulateSymbolsFromDexFile(const DexFileList *dexfile,
1278 DexFileList *dexfile = dex_hash_->Find(event->path); local
    [all...]
  /art/compiler/dex/
mir_graph.cc 254 const DexFile::TryItem* pTry =
255 DexFile::GetTryItems(*current_code_item_, i);
264 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*current_code_item_, 0);
505 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
507 uint32_t method_idx, jobject class_loader, const DexFile& dex_file) {
    [all...]
  /art/runtime/interpreter/
interpreter.cc 70 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame,
443 const DexFile::CodeItem* code_item = mh.GetCodeItem();
466 const DexFile::TypeList* params;
556 const DexFile::CodeItem* code_item = mh.GetCodeItem();
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 57 const DexFile& dex_file) {
488 const art::DexFile& dex_file) {

Completed in 451 milliseconds

<<111213141516171819