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

  /art/runtime/
oat_file.cc 706 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); local
707 if (oat_method_offsets == nullptr) {
710 return reinterpret_cast<const uint8_t*>(oat_method_offsets) - oat_file_->Begin();
731 const OatMethodOffsets& oat_method_offsets = methods_pointer_[methods_pointer_index]; local
732 return &oat_method_offsets;
736 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); local
737 if (oat_method_offsets == nullptr) {
743 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_);
    [all...]
  /art/oatdump/
oatdump.cc 793 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); local
819 *indent1_os << StringPrintf("%p ", oat_method_offsets);
    [all...]

Completed in 389 milliseconds