Searched defs:location_ (Results 1 - 8 of 8) sorted by relevance

/art/compiler/linker/
H A Doutput_stream.h36 explicit OutputStream(const std::string& location) : location_(location) {}
41 return location_;
57 const std::string location_; member in class:art::OutputStream
/art/runtime/
H A Ddex_file_verifier.h38 : dex_file_(dex_file), begin_(begin), size_(size), location_(location),
178 const char* const location_; member in class:art::DexFileVerifier
H A Doat_file.h103 return location_;
274 const std::string location_; member in class:art::OatFile
H A Ddex_file.h443 return location_;
475 return GetBaseLocation(location_);
1244 const std::string location_; member in class:art::DexFile
/art/runtime/mirror/
H A Ddex_cache.h73 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_));
220 HeapReference<String> location_; member in class:art::mirror::FINAL
/art/compiler/utils/arm/
H A Dassembler_thumb2.h568 return location_;
590 // Check if the current size is OK for current location_, target_ and adjustment_.
604 location_ += location_adjustment;
622 location_(location),
654 uint32_t location_; // Offset into assembler buffer in bytes. member in class:art::arm::FINAL::Fixup
656 uint32_t adjustment_; // The number of extra bytes inserted between location_ and target_.
/art/compiler/utils/mips/
H A Dassembler_mips.h721 // branch at a given location by this delta (just changes location_ and target_).
730 // max_short_distance caps the maximum distance between location_ and target_
749 uint32_t location_; // Offset into assembler buffer in bytes. member in class:art::mips::FINAL::Branch
/art/compiler/utils/mips64/
H A Dassembler_mips64.h633 // branch at a given location by this delta (just changes location_ and target_).
642 // max_short_distance caps the maximum distance between location_ and target_
661 uint32_t location_; // Offset into assembler buffer in bytes. member in class:art::mips64::FINAL::Branch

Completed in 160 milliseconds