Searched defs:dex_file_ (Results 1 - 13 of 13) sorted by relevance

/art/compiler/sea_ir/types/
H A Dtype_inference.h84 const art::DexFile* dex_file_; member in class:sea_ir::FunctionTypeInfo
/art/compiler/optimizing/
H A Dbuilder.h47 dex_file_(dex_file),
127 const DexFile* const dex_file_; member in class:art::HGraphBuilder
/art/runtime/
H A Ddex_file_verifier.h38 : dex_file_(dex_file), begin_(begin), size_(size), location_(location),
114 const DexFile* const dex_file_; member in class:art::DexFileVerifier
H A Ddex_file.h1008 : dex_file_(dex_file), size_(0), pos_(0) {
1009 type_list_ = dex_file_.GetProtoParameters(proto_id);
1020 return dex_file_.StringByTypeIdx(GetTypeIdx());
1023 const DexFile& dex_file_; member in class:art::DexFileParameterIterator
1047 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) {
1050 Signature() : dex_file_(nullptr), proto_id_(nullptr) {
1055 const DexFile* const dex_file_; member in class:art::Signature
1064 : dex_file_(dex_file), pos_(0), ptr_pos_(raw_class_data_item), last_idx_(0) {
1173 return dex_file_.GetCodeItem(method_.code_off_);
1238 const DexFile& dex_file_; member in class:art::ClassDataItemIterator
1282 const DexFile& dex_file_; member in class:art::EncodedStaticFieldValueIterator
[all...]
/art/runtime/mirror/
H A Ddex_cache.h150 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/
H A Ddex_file_method_inliner.h327 const DexFile* dex_file_; member in class:art::DexFileMethodInliner
/art/compiler/driver/
H A Ddex_compilation_unit.h56 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
H A Dcompiler_driver.h414 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
H A Dcompiler_driver.cc1373 dex_file_(dex_file),
1392 CHECK(dex_file_ != nullptr);
1393 return dex_file_;
1456 const DexFile* const dex_file_; member in class:art::ParallelCompilationManager
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.h150 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/sea_ir/ir/
H A Dsea.h281 return &dex_file_;
349 const art::DexFile& dex_file_; member in class:sea_ir::SeaGraph
/art/runtime/verifier/
H A Dmethod_verifier.h163 return dex_file_->GetVersion();
659 const DexFile* const dex_file_; // The dex file containing the method. member in class:art::verifier::MethodVerifier
/art/compiler/
H A Doat_writer.cc208 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 3104 milliseconds