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

  /art/runtime/
oat_quick_method_header.cc 26 uint32_t method_info_offset,
32 method_info_offset_(method_info_offset),
oat_quick_method_header.h 36 uint32_t method_info_offset,
  /art/compiler/
common_compiler_test.cc 64 const uint32_t method_info_offset = method_info.empty() ? 0u local
68 method_info_offset,
oat_writer.cc 812 uint32_t method_info_offset = method_header->GetMethodInfoOffset();
823 if (method_info_offset != 0u) {
824 method_info_offset += code_offset;
825 DCHECK_LT(method_info_offset, code_offset);
845 method_info_offset,
    [all...]

Completed in 178 milliseconds