Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file_test.cc53 EXPECT_EQ(odex_file->GetVdexFile()->Begin(), odex_file->VdexBegin()); in TEST_F()
H A Doat_file.h331 return VdexEnd() - VdexBegin(); in VdexSize()
357 const uint8_t* VdexBegin() const { return vdex_begin_; } in VdexBegin() function