Searched refs:location_ (Results 1 – 17 of 17) sorted by relevance
/art/openjdkjvmti/ |
D | ti_breakpoint.h | 59 return method_ == other.method_ && location_ == other.location_; 67 return location_; in GetLocation() 72 jlocation location_; variable
|
D | ti_breakpoint.cc | 58 ^ std::hash<jlocation> {}(location_); in hash() 61 Breakpoint::Breakpoint(art::ArtMethod* m, jlocation loc) : method_(m), location_(loc) { in Breakpoint()
|
/art/libelffile/stream/ |
D | output_stream.h | 36 explicit OutputStream(const std::string& location) : location_(location) {} in OutputStream() 41 return location_; in GetLocation() 57 const std::string location_;
|
/art/libdexfile/dex/ |
D | dex_file_verifier.h | 53 location_(location), in DexFileVerifier() 212 const char* const location_; variable
|
D | dex_file.h | 198 return location_; in GetLocation() 826 const std::string location_; variable
|
D | dex_file.cc | 109 location_(location), in DexFile()
|
D | dex_file_verifier.cc | 3034 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_); in ErrorStringPrintf()
|
/art/runtime/ |
D | oat_file.h | 150 return location_; in GetLocation() 380 const std::string location_;
|
D | oat_file.cc | 1718 : location_(location), in OatFile() 1732 CHECK(!location_.empty()); in OatFile()
|
D | class_linker_test.cc | 670 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 236 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
|
D | dex_cache.h | 559 HeapReference<String> location_; variable
|
D | dex_cache-inl.h | 441 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 2357 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()
|
D | assembler_mips64.h | 1640 uint32_t location_; // Offset into assembler buffer in bytes. variable
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 2918 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()
|
D | assembler_mips.h | 1662 uint32_t location_; // Offset into assembler buffer in bytes. variable
|