Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h132 inline const uint8_t* OatFile::OatMethod::GetMappingTable() const { in GetMappingTable() function
Dart_method-inl.h201 inline const uint8_t* ArtMethod::GetMappingTable(size_t pointer_size) { in GetMappingTable() function
209 inline const uint8_t* ArtMethod::GetMappingTable(const void* code_pointer, size_t pointer_size) { in GetMappingTable() function
/art/compiler/
Dcompiled_method.h360 SwapVector<uint8_t> const* GetMappingTable() const { in GetMappingTable() function