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

1 2 3 45 6 7 8 91011

  /art/compiler/debug/
elf_debug_writer.cc 51 std::unordered_map<const DexFile::ClassDef*, ElfCompilationUnit> class_to_compilation_unit;
  /art/dexlayout/
dex_ir_builder.cc 75 // ClassDef table.
81 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i);
dexlayout.cc 641 dex_ir::ClassDef* class_def = header_->GetCollections().GetClassDef(idx);
722 dex_ir::ClassDef* class_def = header_->GetCollections().GetClassDef(idx);
    [all...]
dex_ir.cc 362 const DexFile::ClassDef& disk_class_def = dex_file.GetClassDef(i);
385 ClassDef* class_def = new ClassDef(class_type, access_flags, superclass, interfaces_type_list,
387 AddIndexedItem(class_defs_, class_def, ClassDefsOffset() + i * ClassDef::ItemSize(), i);
    [all...]
dex_visualize.cc 64 fprintf(out_file_, "set ylabel \"ClassDef index\"\n");
257 dex_ir::ClassDef* class_def = header->GetCollections().GetClassDef(class_index);
  /art/dexlist/
dexlist.cc 145 const DexFile::ClassDef& pClassDef = pDexFile->GetClassDef(idx);
  /art/libdexfile/dex/
dex_file.cc 117 class_defs_(reinterpret_cast<const ClassDef*>(base + header_->class_defs_off_)),
206 const DexFile::ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const {
213 const ClassDef& class_def = GetClassDef(i);
221 uint32_t DexFile::FindCodeItemOffset(const DexFile::ClassDef& class_def,
  /art/openjdkjvmti/
ti_redefine.h 191 const art::DexFile::ClassDef& class_def)
  /art/tools/hiddenapi/
hiddenapi_test.cc 113 const DexFile::ClassDef& FindClass(const char* desc, const DexFile& dex_file) {
115 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i);
126 const DexFile::ClassDef& class_def,
159 const DexFile::ClassDef& class_def,
hiddenapi.cc 96 const DexFile::ClassDef& class_def_;
  /art/tools/veridex/
hidden_api_finder.cc 67 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
  /system/core/libunwindstack/
DexFile.cpp 72 const art::DexFile::ClassDef& class_def = dex_file_->GetClassDef(i);
  /tools/dexter/slicer/export/slicer/
dex_format.h 206 struct ClassDef {
reader.h 50 slicer::ArrayView<const dex::ClassDef> ClassDefs() const;
writer.h 155 Index<dex::ClassDef> class_defs;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c     [all...]
  /external/python/cpython2/Python/
symtable.c 1021 if (!symtable_add_def(st, s->v.ClassDef.name, DEF_LOCAL))
1023 VISIT_SEQ(st, expr, s->v.ClassDef.bases);
1024 if (s->v.ClassDef.decorator_list)
1025 VISIT_SEQ(st, expr, s->v.ClassDef.decorator_list);
1026 if (!symtable_enter_block(st, s->v.ClassDef.name, ClassBlock,
1030 st->st_private = s->v.ClassDef.name
    [all...]
  /art/compiler/driver/
compiler_driver.cc 385 const DexFile& dex_file, const DexFile::ClassDef& class_def)
430 const DexFile::ClassDef& class_def) {
826 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
    [all...]
  /art/runtime/
runtime_callbacks_test.cc 260 const DexFile::ClassDef& initial_class_def ATTRIBUTE_UNUSED,
262 /*out*/DexFile::ClassDef const** final_class_def ATTRIBUTE_UNUSED)
oat_file.h 496 static const DexFile::ClassDef* FindClassDef(const DexFile& dex_file,
vdex_file.cc 287 const DexFile::ClassDef& class_def = target_dex_file.GetClassDef(i);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CtsApiCoverage.java 26 import org.jf.dexlib2.iface.ClassDef;
427 for (ClassDef classDef : dexFile.getClasses()) {
428 String className = classDef.getType();
431 classDef.getAnnotations());
433 for (Method method : classDef.getMethods()) {
  /art/dexdump/
dexdump_cfg.cc 365 const DexFile::ClassDef* class_def = dex_file->FindClassDef(method_id.class_idx_);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
ast.py 193 if not isinstance(node, (FunctionDef, ClassDef, Module)):

Completed in 727 milliseconds

1 2 3 45 6 7 8 91011