Searched defs:GetLocation (Results 1 - 5 of 5) sorted by relevance

/art/compiler/
H A Doutput_stream.h41 const std::string& GetLocation() const { function in class:art::OutputStream
/art/runtime/
H A Doat_file.h77 << "Cannot get an elf file from " << GetLocation();
81 const std::string& GetLocation() const { function in class:art::OatFile
H A Ddex_file.h403 const std::string& GetLocation() const { function in class:art::DexFile
435 DCHECK(header_ != NULL) << GetLocation();
450 DCHECK(header_ != NULL) << GetLocation();
456 DCHECK_LT(idx, NumStringIds()) << GetLocation();
461 CHECK_GE(&string_id, string_ids_) << GetLocation();
462 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
501 DCHECK(header_ != NULL) << GetLocation();
507 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
512 CHECK_GE(&type_id, type_ids_) << GetLocation();
513 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
[all...]
/art/compiler/utils/arm/
H A Dassembler_thumb2.h588 uint32_t GetLocation() const { function in class:art::arm::FINAL::Branch
/art/runtime/mirror/
H A Dclass.cc812 std::string Class::GetLocation() { function in class:art::mirror::Class
815 return dex_cache->GetLocation()->ToModifiedUtf8();

Completed in 881 milliseconds