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.h80 << "Cannot get an elf file from " << GetLocation();
84 const std::string& GetLocation() const { function in class:art::OatFile
H A Ddex_file.h406 const std::string& GetLocation() const { function in class:art::DexFile
438 DCHECK(header_ != NULL) << GetLocation();
453 DCHECK(header_ != NULL) << GetLocation();
459 DCHECK_LT(idx, NumStringIds()) << GetLocation();
464 CHECK_GE(&string_id, string_ids_) << GetLocation();
465 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
504 DCHECK(header_ != NULL) << GetLocation();
510 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
515 CHECK_GE(&type_id, type_ids_) << GetLocation();
516 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.cc796 std::string Class::GetLocation() { function in class:art::mirror::Class
799 return dex_cache->GetLocation()->ToModifiedUtf8();

Completed in 93 milliseconds