Searched refs:GetFieldPtr (Results 1 – 3 of 3) sorted by relevance
248 return GetFieldPtr<EntryPointFromInterpreter*, kVerifyFlags>( in GetEntryPointFromInterpreter()267 return GetFieldPtr<const void*, kVerifyFlags>( in GetEntryPointFromPortableCompiledCode()285 return GetFieldPtr<const void*, kVerifyFlags>(EntryPointFromQuickCompiledCodeOffset()); in GetEntryPointFromQuickCompiledCode()343 return GetFieldPtr<uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, gc_map_)); in GetNativeGcMap()391 return GetFieldPtr<const void*>(NativeMethodOffset()); in GetNativeMethod()
150 return GetFieldPtr<const DexFile*>(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_)); in GetDexFile()
338 T GetFieldPtr(MemberOffset field_offset) in GetFieldPtr() function