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

  /art/runtime/
oat_file-inl.h 107 const uint8_t* mapping_table = GetMappingTable();
132 inline const uint8_t* OatFile::OatMethod::GetMappingTable() const {
art_method-inl.h 201 inline const uint8_t* ArtMethod::GetMappingTable(size_t pointer_size) {
206 return GetMappingTable(code_pointer, pointer_size);
209 inline const uint8_t* ArtMethod::GetMappingTable(const void* code_pointer, size_t pointer_size) {
  /art/compiler/
compiled_method.h 360 SwapVector<uint8_t> const* GetMappingTable() const {

Completed in 211 milliseconds