HomeSort by relevance Sort by last modified time
    Searched defs:dex_file_ (Results 1 - 13 of 13) sorted by null

  /art/compiler/optimizing/
builder.h 47 dex_file_(dex_file),
127 const DexFile* const dex_file_; member in class:art::HGraphBuilder
  /art/compiler/sea_ir/types/
type_inference.h 84 const art::DexFile* dex_file_; member in class:sea_ir::FunctionTypeInfo
  /art/runtime/
dex_file_verifier.h 38 : dex_file_(dex_file), begin_(begin), size_(size), location_(location),
114 const DexFile* const dex_file_; member in class:art::DexFileVerifier
dex_file.h 1023 const DexFile& dex_file_; member in class:art::DexFileParameterIterator
1055 const DexFile* const dex_file_; member in class:art::Signature
1238 const DexFile& dex_file_; member in class:art::ClassDataItemIterator
1282 const DexFile& dex_file_; member in class:art::EncodedStaticFieldValueIterator
    [all...]
  /art/runtime/mirror/
dex_cache.h 150 return GetFieldPtr<const DexFile*>(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_));
155 return SetFieldPtr<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_), dex_file);
165 uint64_t dex_file_; member in class:art::mirror::FINAL
  /art/compiler/dex/quick/
dex_file_method_inliner.h 327 const DexFile* dex_file_; member in class:art::DexFileMethodInliner
  /art/compiler/sea_ir/code_gen/
code_gen.h 150 const art::DexFile& dex_file): CodeGenPassVisitor(code_gen_data), dex_file_(dex_file) { }
168 const art::DexFile& dex_file_; member in class:sea_ir::CodeGenVisitor
  /art/compiler/driver/
dex_compilation_unit.h 56 return dex_file_;
72 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
73 return dex_file_->GetMethodShorty(method_id);
77 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
78 return dex_file_->GetMethodShorty(method_id, shorty_len);
114 const DexFile* const dex_file_; member in class:art::DexCompilationUnit
compiler_driver.h 414 return *dex_file_;
446 : dex_file_(dex_file),
450 CHECK(dex_file_ != nullptr);
454 const DexFile* const dex_file_; member in class:art::CompilerDriver::PatchInformation
    [all...]
compiler_driver.cc 1456 const DexFile* const dex_file_; member in class:art::ParallelCompilationManager
    [all...]
  /art/compiler/sea_ir/ir/
sea.h 281 return &dex_file_;
349 const art::DexFile& dex_file_; member in class:sea_ir::SeaGraph
  /art/runtime/verifier/
method_verifier.h 163 return dex_file_->GetVersion();
659 const DexFile* const dex_file_; // The dex file containing the method. member in class:art::verifier::MethodVerifier
  /art/compiler/
oat_writer.cc 208 dex_file_(nullptr),
213 DCHECK(dex_file_ == nullptr);
215 dex_file_ = dex_file;
224 dex_file_ = nullptr;
243 const DexFile* dex_file_; member in class:art::OatWriter::DexMethodVisitor
295 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx));
304 ClassReference class_ref(dex_file_, class_def_index_);
435 std::string name = PrettyMethod(it.GetMemberIndex(), *dex_file_, true);
450 ClassReference class_ref(dex_file_, class_def_index_);
466 << PrettyMethod(it.GetMemberIndex(), *dex_file_);
    [all...]

Completed in 3766 milliseconds