HomeSort by relevance Sort by last modified time
    Searched refs:code_offset_ (Results 1 - 5 of 5) sorted by null

  /art/runtime/
oat_file.h 97 return code_offset_;
103 return GetOatPointer<const void*>(code_offset_);
113 return GetOatPointer<const void*>(code_offset_);
168 uint32_t code_offset_; member in class:art::OatFile::OatMethod
oat.h 169 uint32_t code_offset_; variable
oat_file.cc 580 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_);
590 code_offset_(code_offset) {
oat.cc 494 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) {
  /art/compiler/
oat_writer.cc 148 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset;
154 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset;
170 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset;
176 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset;
192 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset;
198 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset;
352 oat_method_offsets_offset + OFFSETOF_MEMBER(OatMethodOffsets, code_offset_));
479 offsets->code_offset_ = quick_code_offset;
563 method->SetQuickOatCodeOffset(offsets.code_offset_);
611 DCHECK(method_offsets.code_offset_ < offset_ || method_offsets.code_offset_ =
    [all...]

Completed in 1106 milliseconds