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

  /art/oatdump/
oatdump.cc 287 void WalkOatMethod(const OatFile::OatMethod& oat_method,
298 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader();
304 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset();
316 info.deduped = !seen_offsets_.insert(oat_method.GetCodeOffset()).second;
1130 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); local
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 61 const OatFile::OatMethod& oat_method,
69 EXPECT_TRUE(oat_method.GetQuickCode() == nullptr) << method->PrettyMethod() << " "
70 << oat_method.GetQuickCode();
71 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U);
72 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U);
73 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U);
75 const void* quick_oat_code = oat_method.GetQuickCode();
    [all...]
  /art/runtime/
art_method.cc 626 OatFile::OatMethod oat_method = local
642 const void* oat_entry_point = oat_method.GetQuickCode();
664 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); local
666 return oat_method.GetQuickCode();
    [all...]
class_linker.cc 3446 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); local
3490 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); local
    [all...]

Completed in 111 milliseconds