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

/art/compiler/
H A Doutput_stream.h40 const std::string& GetLocation() const { function in class:art::OutputStream
/art/runtime/
H A Doat_file.h63 const std::string& GetLocation() const { function in class:art::OatFile
H A Ddex_file.h369 const std::string& GetLocation() const { function in class:art::DexFile
380 DCHECK(header_ != NULL) << GetLocation();
399 DCHECK(header_ != NULL) << GetLocation();
405 DCHECK_LT(idx, NumStringIds()) << GetLocation();
410 CHECK_GE(&string_id, string_ids_) << GetLocation();
411 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
448 DCHECK(header_ != NULL) << GetLocation();
454 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
459 CHECK_GE(&type_id, type_ids_) << GetLocation();
460 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
[all...]

Completed in 95 milliseconds