Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h358 const uint8_t* VdexEnd() const { return vdex_end_; } in VdexEnd()
429 uint8_t* vdex_end_; variable
Doat_file.cc298 vdex_end_ - vdex_begin_, in LoadVdex()
327 vdex_end_ - vdex_begin_, in LoadVdex()
399 vdex_end_ = nullptr; in ComputeFields()
401 vdex_end_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatdexlastword", &symbol_error_msg)); in ComputeFields()
402 if (vdex_end_ == nullptr) { in ComputeFields()
407 vdex_end_ += sizeof(uint32_t); in ComputeFields()
1948 vdex_end_(nullptr), in OatFile()