Searched refs:data_base (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_loader.cc | 273 const uint8_t* data_base, in OpenWithDataSection() argument 283 data_base, in OpenWithDataSection() 343 const uint8_t* data_base, in OpenCommon() argument 359 CHECK_EQ(base, data_base) << "Unsupported for standard dex"; in OpenCommon() 368 if (data_base == nullptr) { in OpenCommon() 373 data_base = base + header->data_off_; in OpenCommon() 378 data_base, in OpenCommon()
|
D | dex_file_loader.h | 154 const uint8_t* data_base, 184 const uint8_t* data_base,
|
D | art_dex_file_loader.h | 157 const uint8_t* data_base,
|
D | art_dex_file_loader.cc | 563 const uint8_t* data_base, in OpenCommon() argument 575 data_base, in OpenCommon()
|