Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_breakpoint.h59 return method_ == other.method_ && location_ == other.location_;
67 return location_; in GetLocation()
72 jlocation location_; variable
Dti_breakpoint.cc56 ^ std::hash<jlocation> {}(location_); in hash()
59 Breakpoint::Breakpoint(art::ArtMethod* m, jlocation loc) : method_(m), location_(loc) { in Breakpoint()
/art/compiler/linker/
Doutput_stream.h36 explicit OutputStream(const std::string& location) : location_(location) {} in OutputStream()
41 return location_; in GetLocation()
57 const std::string location_;
/art/runtime/
Ddex_file_verifier.h52 location_(location), in DexFileVerifier()
204 const char* const location_; variable
Doat_file.h121 return location_; in GetLocation()
318 const std::string location_;
Ddex_file.h483 return location_; in GetLocation()
515 return GetBaseLocation(location_); in GetBaseLocation()
1191 const std::string location_; variable
Doat_file.cc1234 : location_(location), in OatFile()
1244 CHECK(!location_.empty()); in OatFile()
Ddex_file.cc531 location_(location), in DexFile()
Dclass_linker_test.cc664 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
Ddex_file_verifier.cc2863 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_); in ErrorStringPrintf()
/art/runtime/mirror/
Ddex_cache.h221 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
526 HeapReference<String> location_; variable
Ddex_cache.cc219 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
/art/compiler/utils/mips64/
Dassembler_mips64.cc1953 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); in InitializeType()
2017 location_(location), in Branch()
2031 location_(location), in Branch()
2075 location_(location), in Branch()
2146 return location_; in GetLocation()
2245 if (location_ > expand_location) { in Relocate()
2246 location_ += delta; in Relocate()
2296 if (GetOffsetSizeNeeded(location_, target_) > GetOffsetSize()) { in PromoteIfNeeded()
2306 int64_t distance = static_cast<int64_t>(target_) - location_; in PromoteIfNeeded()
2320 return location_ + branch_info_[type_].instr_offset * sizeof(uint32_t); in GetOffsetLocation()
Dassembler_mips64.h1521 uint32_t location_; // Offset into assembler buffer in bytes. variable
/art/compiler/utils/mips/
Dassembler_mips.cc3009 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); in InitializeType()
3103 location_(location), in Branch()
3119 location_(location), in Branch()
3176 location_(location), in Branch()
3253 return location_; in GetLocation()
3390 if (location_ > expand_location) { in Relocate()
3391 location_ += delta; in Relocate()
3491 return location_ + GetPrecedingInstructionSize(type_) + in GetOffsetLocation()
3735 CHECK_EQ(location_, old_location_); in DecrementLocations()
3738 location_ = old_location_; in DecrementLocations()
Dassembler_mips.h1448 uint32_t location_; // Offset into assembler buffer in bytes. variable