Home
last modified time | relevance | path

Searched refs:location_ (Results 1 – 17 of 17) sorted by relevance

/art/openjdkjvmti/
Dti_breakpoint.h59 return method_ == other.method_ && location_ == other.location_;
67 return location_; in GetLocation()
72 jlocation location_; variable
Dti_breakpoint.cc58 ^ std::hash<jlocation> {}(location_); in hash()
61 Breakpoint::Breakpoint(art::ArtMethod* m, jlocation loc) : method_(m), location_(loc) { in Breakpoint()
/art/libelffile/stream/
Doutput_stream.h36 explicit OutputStream(const std::string& location) : location_(location) {} in OutputStream()
41 return location_; in GetLocation()
57 const std::string location_;
/art/libdexfile/dex/
Ddex_file_verifier.h53 location_(location), in DexFileVerifier()
212 const char* const location_; variable
Ddex_file.h198 return location_; in GetLocation()
826 const std::string location_; variable
Ddex_file.cc109 location_(location), in DexFile()
Ddex_file_verifier.cc3034 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_); in ErrorStringPrintf()
/art/runtime/
Doat_file.h150 return location_; in GetLocation()
380 const std::string location_;
Doat_file.cc1718 : location_(location), in OatFile()
1732 CHECK(!location_.empty()); in OatFile()
Dclass_linker_test.cc670 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
/art/runtime/mirror/
Ddex_cache.cc236 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
Ddex_cache.h559 HeapReference<String> location_; variable
Ddex_cache-inl.h441 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
/art/compiler/utils/mips64/
Dassembler_mips64.cc2357 OffsetBits offset_size_needed = GetOffsetSizeNeeded(location_, target_); in InitializeType()
2451 location_(location), in Branch()
2469 location_(location), in Branch()
2513 location_(location), in Branch()
2584 return location_; in GetLocation()
2704 if (location_ > expand_location) { in Relocate()
2705 location_ += delta; in Relocate()
2756 if (GetOffsetSizeNeeded(location_, target_) > GetOffsetSize()) { in PromoteIfNeeded()
2766 int64_t distance = static_cast<int64_t>(target_) - location_; in PromoteIfNeeded()
2780 return location_ + branch_info_[type_].instr_offset * sizeof(uint32_t); in GetOffsetLocation()
Dassembler_mips64.h1640 uint32_t location_; // Offset into assembler buffer in bytes. variable
/art/compiler/utils/mips/
Dassembler_mips.cc2918 OffsetBits offset_size_needed = GetOffsetSizeNeeded(location_, target_); in InitializeType()
3032 location_(location), in Branch()
3052 location_(location), in Branch()
3110 location_(location), in Branch()
3186 return location_; in GetLocation()
3348 if (location_ > expand_location) { in Relocate()
3349 location_ += delta; in Relocate()
3464 return location_ + GetPrecedingInstructionSize(type_) + in GetOffsetLocation()
3726 CHECK_EQ(location_, old_location_); in DecrementLocations()
3729 location_ = old_location_; in DecrementLocations()
Dassembler_mips.h1662 uint32_t location_; // Offset into assembler buffer in bytes. variable