Searched refs:data_base (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_loader.cc | 248 const uint8_t* data_base, in OpenWithDataSection() argument 258 data_base, in OpenWithDataSection() 318 const uint8_t* data_base, in OpenCommon() argument 334 CHECK_EQ(base, data_base) << "Unsupported for standard dex"; in OpenCommon() 343 if (data_base == nullptr) { in OpenCommon() 348 data_base = base + header->data_off_; in OpenCommon() 353 data_base, in OpenCommon()
|
D | dex_file_loader.h | 139 const uint8_t* data_base, 169 const uint8_t* data_base,
|
D | art_dex_file_loader.h | 142 const uint8_t* data_base,
|
D | art_dex_file_loader.cc | 545 const uint8_t* data_base, in OpenCommon() argument 557 data_base, in OpenCommon()
|