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 120 const uint8_t* vmap_table = GetVmapTable();
144 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const {
  /art/compiler/
compiled_method.h 175 const SwapVector<uint8_t>& GetVmapTable() const {
  /art/runtime/mirror/
art_method-inl.h 269 inline const uint8_t* ArtMethod::GetVmapTable(size_t pointer_size) {
274 return GetVmapTable(code_pointer, pointer_size);
277 inline const uint8_t* ArtMethod::GetVmapTable(const void* code_pointer, size_t pointer_size) {

Completed in 1757 milliseconds