Searched refs:location_ (Results 1 - 12 of 12) sorted by relevance

/art/compiler/
H A Doutput_stream.h37 explicit OutputStream(const std::string& location) : location_(location) {}
42 return location_;
50 const std::string location_; member in class:art::OutputStream
/art/runtime/mirror/
H A Ddex_cache.cc48 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location);
H A Ddex_cache.h59 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_));
160 HeapReference<String> location_; member in class:art::mirror::FINAL
/art/runtime/
H A Ddex_file_verifier.h38 : dex_file_(dex_file), begin_(begin), size_(size), location_(location),
117 const char* const location_; member in class:art::DexFileVerifier
H A Doat_file.h82 return location_;
319 const std::string location_; member in class:art::OatFile
H A Ddex_file.h404 return location_;
420 size_t pos = location_.rfind(kMultiDexSeparator);
422 return location_;
424 return location_.substr(0, pos);
957 const std::string location_; member in class:art::DexFile
H A Doat_file.cc141 : location_(location), begin_(NULL), end_(NULL), is_executable_(is_executable),
144 CHECK(!location_.empty());
H A Ddex_file.cc345 location_(location),
H A Ddex_file_verifier.cc2110 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_);
H A Dclass_linker_test.cc591 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"));
/art/compiler/utils/arm/
H A Dassembler_thumb2.h506 assembler_(assembler), type_(type), location_(location),
515 assembler_(assembler), type_(type), location_(location),
524 assembler_(assembler), type_(type), location_(location),
551 location_ += delta;
560 if (location_ > oldlocation) {
561 location_ += delta;
589 return location_;
625 int32_t delta = target_ - location_ - 4;
662 uint32_t location_; // Offset into assembler buffer in bytes. member in class:art::arm::FINAL::Branch
H A Dassembler_thumb2.cc1172 int32_t offset = target_ - location_;
1201 buffer->Store<int16_t>(location_, static_cast<int16_t>(encoding >> 16));
1202 buffer->Store<int16_t>(location_+2, static_cast<int16_t>(encoding & 0xffff));
1214 buffer->Store<int16_t>(location_, encoding);
1226 buffer->Store<int16_t>(location_, encoding);

Completed in 135 milliseconds