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

/art/runtime/
H A Doat_file-inl.h120 const uint8_t* vmap_table = GetVmapTable();
144 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { function in class:art::OatFile::OatMethod
H A Dart_method-inl.h220 inline const uint8_t* ArtMethod::GetVmapTable(size_t pointer_size) { function in class:art::ArtMethod
225 return GetVmapTable(code_pointer, pointer_size);
228 inline const uint8_t* ArtMethod::GetVmapTable(const void* code_pointer, size_t pointer_size) { function in class:art::ArtMethod
/art/compiler/
H A Dcompiled_method.h364 const SwapVector<uint8_t>* GetVmapTable() const { function in class:art::FINAL

Completed in 707 milliseconds