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

  /art/openjdkjvmti/
fixed_up_dex_file.h 55 const art::DexFile& GetDexFile() {
ti_redefine.h 131 const art::DexFile& GetDexFile() {
  /art/tools/veridex/
resolver.h 78 const DexFile& GetDexFile() const {
  /system/core/libunwindstack/
DexFiles.cpp 159 DexFile* DexFiles::GetDexFile(uint64_t dex_file_offset, MapInfo* info) {
198 DexFile* dex_file = GetDexFile(addr, info);
  /art/compiler/driver/
dex_compilation_unit.h 56 const DexFile* GetDexFile() const {
compiler_driver.cc 698 dex_file = method->GetDexFile();
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 86 const DexFile& GetDexFile() const { return dex_file_; }
142 ss << klass_.GetDexFile().GetMethodName(mid)
143 << klass_.GetDexFile().GetMethodSignature(mid).ToString();
146 ss << klass_.GetDexFile().GetFieldName(fid) << ":"
147 << klass_.GetDexFile().GetFieldTypeDescriptor(fid);
155 return klass_.GetDexFile().GetMethodId(it_.GetMemberIndex());
160 return klass_.GetDexFile().GetFieldId(it_.GetMemberIndex());
315 for (ClassDataItemIterator it(klass.GetDexFile(), klass_data); it.HasNext(); it.Next()) {
  /art/compiler/dex/
dex_to_dex_compiler.cc 71 const DexFile& GetDexFile() const;
378 driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
387 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
409 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
444 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
455 const DexFile& DexToDexCompiler::CompilationState::GetDexFile() const {
456 return *unit_.GetDexFile();
488 << "(" << GetDexFile().PrettyMethod(method_idx, true) << ")"
493 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
  /art/runtime/
oat_file_manager.cc 241 const DexFile* GetDexFile() const {
322 compare_pop.GetDexFile()->GetLocation().c_str(),
323 top.GetDexFile()->GetLocation().c_str()));
art_method-inl.h 175 inline const DexFile* ArtMethod::GetDexFile() {
178 return GetDexCache<kWithoutReadBarrier>()->GetDexFile();
187 const DexFile* dex_file = GetDexFile();
198 const DexFile* dex_file = GetDexFile();
213 const DexFile* dex_file = GetDexFile();
223 const DexFile* dex_file = GetDexFile();
249 return GetDexFile()->GetCodeItem(GetCodeItemOffset());
262 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc);
267 const DexFile* dex_file = GetDexFile();
273 const DexFile* dex_file = GetDexFile();
    [all...]
  /art/runtime/verifier/
method_verifier.h 129 const DexFile& GetDexFile() const {
    [all...]
  /art/libdexfile/dex/
dex_file_verifier_test.cc 58 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) {
70 std::unique_ptr<DexFile> dex_file(GetDexFile(dex_bytes.get(), length));
    [all...]
  /art/runtime/mirror/
class-inl.h 443 dex::TypeIndex class_idx = dex_cache->GetDexFile()->GetFieldId(field_idx).class_idx_;
480 dex::TypeIndex class_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
    [all...]
  /art/compiler/optimizing/
nodes.h 552 const DexFile& GetDexFile() const {
    [all...]

Completed in 369 milliseconds