HomeSort by relevance Sort by last modified time
    Searched defs:dex_file_ (Results 1 - 14 of 14) 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 1050 const DexFile& dex_file_; member in class:art::DexFileParameterIterator
1082 const DexFile* const dex_file_; member in class:art::Signature
1265 const DexFile& dex_file_; member in class:art::ClassDataItemIterator
1309 const DexFile& dex_file_; member in class:art::EncodedStaticFieldValueIterator
    [all...]
class_linker.cc 4840 const DexFile* const dex_file_; member in class:art::FINAL
    [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);
118 const DexFile* const dex_file_; member in class:art::DexCompilationUnit
compiler_driver.h 435 return *dex_file_;
467 : dex_file_(dex_file),
471 CHECK(dex_file_ != nullptr);
475 const DexFile* const dex_file_; member in class:art::CompilerDriver::PatchInformation
    [all...]
compiler_driver.cc 1543 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();
653 const DexFile* const dex_file_; // The dex file containing the method. member in class:art::verifier::MethodVerifier
  /art/compiler/
oat_writer.cc 211 dex_file_(nullptr),
216 DCHECK(dex_file_ == nullptr);
218 dex_file_ = dex_file;
227 dex_file_ = nullptr;
246 const DexFile* dex_file_; member in class:art::OatWriter::DexMethodVisitor
298 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx));
307 ClassReference class_ref(dex_file_, class_def_index_);
443 std::string name = PrettyMethod(it.GetMemberIndex(), *dex_file_, true);
458 ClassReference class_ref(dex_file_, class_def_index_);
474 << PrettyMethod(it.GetMemberIndex(), *dex_file_);
    [all...]

Completed in 367 milliseconds