Home
last modified time | relevance | path

Searched refs:GetFieldPtr (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dart_method.h206 …return GetFieldPtr<EntryPointFromInterpreter*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, entry_point_from… in GetEntryPointFromInterpreter()
214 …return GetFieldPtr<const void*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, entry_point_from_compiled_code_… in GetEntryPointFromCompiledCode()
250 return GetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, mapping_table_), false); in GetMappingTable()
264 return GetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, vmap_table_), false); in GetVmapTable()
276 return GetFieldPtr<uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, gc_map_), false); in GetNativeGcMap()
Ddex_cache.h159 return GetFieldPtr<const DexFile*>(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_), false); in GetDexFile()
Dobject.h231 T GetFieldPtr(MemberOffset field_offset, bool is_volatile) const { in GetFieldPtr() function
Dart_method.cc302 …void* native_method = GetFieldPtr<void*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, native_method_), false… in IsRegistered()