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

<<111213141516171819

  /art/runtime/entrypoints/
entrypoint_utils.cc 113 const DexFile& dex_file = *referring_class->GetDexCache()->GetDexFile();
218 const DexFile& dex_file = *referring_class->GetDexCache()->GetDexFile();
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 194 const DexFile::CodeItem* code_item = mh.GetCodeItem();
323 const DexFile::CodeItem* code = MethodHelper(caller).GetCodeItem();
  /art/runtime/
instrumentation.cc 521 uint32_t dex_pc = DexFile::kDexNoIndex;
573 uint32_t dex_pc = DexFile::kDexNoIndex;
stack.h 462 uint32_t GetVReg(mirror::ArtMethod** cur_quick_frame, const DexFile::CodeItem* code_item,
513 static int GetVRegOffset(const DexFile::CodeItem* code_item,
thread.cc 801 const DexFile& dex_file = *dex_cache->GetDexFile();
    [all...]
runtime.cc 408 = reinterpret_cast<const std::vector<const DexFile*>*>(options[i].second);
    [all...]
reflection.cc 63 const DexFile::TypeList* classes = mh.GetParameterTypeList();
  /dalvik/vm/analysis/
RegisterMap.h 193 const void* dvmRegisterMapGetClassData(const DexFile* pDexFile, u4 classIdx,
  /dalvik/vm/oo/
Class.h 47 void* ptr; /* JarFile* or DexFile* */
Resolve.cpp 46 * We cache a copy of the lookup in the DexFile's "resolved class" table,
169 * We use "referrer" to find the DexFile with the constant pool that
445 * Resolve a static field reference. The DexFile format doesn't distinguish
  /art/compiler/dex/
mir_graph.h 359 void InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
361 uint32_t method_idx, jobject class_loader, const DexFile& dex_file);
707 const DexFile::CodeItem* current_code_item_;
  /art/compiler/
image_writer.cc 222 const DexFile& dex_file = *dex_cache->GetDexFile();
223 const DexFile::StringId* string_id = dex_file.FindStringId(utf16_string);
709 const DexFile::MethodId& id = patch->GetDexFile().GetMethodId(patch->GetTargetMethodIdx());
elf_writer_quick.cc 38 const std::vector<const DexFile*>& dex_files,
47 const std::vector<const DexFile*>& dex_files_unused,
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 25 import com.android.dx.dex.file.DexFile;
313 DexFile outputDex = new DexFile(options);
  /cts/tools/dasm/src/dasm/
DAsm.java 34 import com.android.dx.dex.file.DexFile;
89 DexFile dexFile;
332 dexFile.add(classDef);
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 271 const DexFile::MethodId& method_id =
371 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target);
387 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target);
    [all...]
  /art/runtime/gc/space/
image_space.cc 279 if (!DexFile::GetChecksum(dex_file_location.c_str(), &dex_file_location_checksum)) {
  /art/runtime/mirror/
art_method.h 42 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame, JValue* result);
  /dalvik/libdex/
SysUtil.cpp 20 #include "DexFile.h"
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 65 private final DexFile file;
109 DexFile file, int codeSize, int regSize,
DexFile.java 43 public final class DexFile {
106 public DexFile() {
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 73 private final DexFile file;
117 DexFile file, int codeSize, int regSize,
DexFile.java 43 public final class DexFile {
109 public DexFile(DexOptions dexOptions) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 65 private final DexFile file;
109 DexFile file, int codeSize, int regSize,
DexFile.java 45 public final class DexFile {
111 public DexFile(DexOptions dexOptions) {

Completed in 2620 milliseconds

<<111213141516171819