Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h356 const uint8_t* VdexEnd() const { return vdex_end_; } in VdexEnd()
424 uint8_t* vdex_end_; variable
Doat_file.cc286 vdex_end_ - vdex_begin_, in LoadVdex()
315 vdex_end_ - vdex_begin_, in LoadVdex()
387 vdex_end_ = nullptr; in ComputeFields()
389 vdex_end_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatdexlastword", &symbol_error_msg)); in ComputeFields()
390 if (vdex_end_ == nullptr) { in ComputeFields()
395 vdex_end_ += sizeof(uint32_t); in ComputeFields()
1720 vdex_end_(nullptr), in OatFile()