Home
last modified time | relevance | path

Searched defs:GetVmapTable (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file-inl.h144 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
Dart_method-inl.h220 inline const uint8_t* ArtMethod::GetVmapTable(size_t pointer_size) { in GetVmapTable() function
228 inline const uint8_t* ArtMethod::GetVmapTable(const void* code_pointer, size_t pointer_size) { in GetVmapTable() function
/art/compiler/
Dcompiled_method.h364 const SwapVector<uint8_t>* GetVmapTable() const { in GetVmapTable() function