Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.h248 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()
Ddex_cache.h150 return GetFieldPtr<const DexFile*>(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_)); in GetDexFile()
Dobject.h338 T GetFieldPtr(MemberOffset field_offset) in GetFieldPtr() function