Home
last modified time | relevance | path

Searched refs:oat_method_offsets (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.cc536 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethodOffsetsOffset() local
537 if (oat_method_offsets == nullptr) { in GetOatMethodOffsetsOffset()
540 return reinterpret_cast<const uint8_t*>(oat_method_offsets) - oat_file_->Begin(); in GetOatMethodOffsetsOffset()
561 const OatMethodOffsets& oat_method_offsets = methods_pointer_[methods_pointer_index]; in GetOatMethodOffsets() local
562 return &oat_method_offsets; in GetOatMethodOffsets()
566 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethod() local
567 if (oat_method_offsets == nullptr) { in GetOatMethod()
575 oat_method_offsets->code_offset_, in GetOatMethod()
576 oat_method_offsets->gc_map_offset_); in GetOatMethod()
/art/oatdump/
Doatdump.cc466 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); in DumpOatMethod() local
471 *indent1_os << StringPrintf("%p ", oat_method_offsets); in DumpOatMethod()