Lines Matching refs:GetLocation
364 CHECK(begin_ != NULL) << GetLocation(); in DexFile()
365 CHECK_GT(size_, 0U) << GetLocation(); in DexFile()
387 oss << "Unrecognized magic number in " << GetLocation() << ":" in CheckMagicAndVersion()
397 oss << "Unrecognized version number in " << GetLocation() << ":" in CheckMagicAndVersion()
719 DCHECK(code_item != NULL) << PrettyMethod(method) << " " << GetLocation(); in GetLineNumFromPC()
786 << " >= " << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0()
811 LOG(ERROR) << "invalid stream - problem with parameter iterator in " << GetLocation() in DecodeDebugInfo0()
840 << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0()
868 << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0()
882 << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0()
888 LOG(ERROR) << "invalid stream - no name or descriptor in " << GetLocation(); in DecodeDebugInfo0()
985 dex_file.GetLocation().c_str(), in operator <<()
1054 LOG(WARNING) << "Duplicate field in " << dex_file_.GetLocation(); in ReadClassDataField()
1063 LOG(WARNING) << "Duplicate method in " << dex_file_.GetLocation(); in ReadClassDataMethod()