HomeSort by relevance Sort by last modified time
    Searched defs:GetVmapTable (Results 1 - 3 of 3) sorted by null

  /art/runtime/
oat_file-inl.h 95 const uint8_t* vmap_table = GetVmapTable();
119 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const {
  /art/compiler/
compiled_method.h 152 const std::vector<uint8_t>& GetVmapTable() const {
  /art/runtime/mirror/
art_method-inl.h 270 inline const uint8_t* ArtMethod::GetVmapTable() {
275 return GetVmapTable(code_pointer);
278 inline const uint8_t* ArtMethod::GetVmapTable(const void* code_pointer) {

Completed in 2844 milliseconds