Lines Matching defs:pointer_size

472   const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) const {  in GetEntryPointFromQuickCompiledCodePtrSize()
483 const void* entry_point_from_quick_compiled_code, PointerSize pointer_size) in SetEntryPointFromQuickCompiledCodePtrSize()
492 static constexpr MemberOffset DataOffset(PointerSize pointer_size) { in DataOffset()
497 static constexpr MemberOffset EntryPointFromJniOffset(PointerSize pointer_size) { in EntryPointFromJniOffset()
501 static constexpr MemberOffset EntryPointFromQuickCompiledCodeOffset(PointerSize pointer_size) { in EntryPointFromQuickCompiledCodeOffset()
507 ImtConflictTable* GetImtConflictTable(PointerSize pointer_size) const { in GetImtConflictTable()
512 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) in SetImtConflictTable()
518 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_) { in GetProfilingInfo()
529 ALWAYS_INLINE void SetProfilingInfoPtrSize(ProfilingInfo* info, PointerSize pointer_size) in SetProfilingInfoPtrSize()
567 ALWAYS_INLINE void SetSingleImplementation(ArtMethod* method, PointerSize pointer_size) in SetSingleImplementation()
580 ALWAYS_INLINE void* GetEntryPointFromJniPtrSize(PointerSize pointer_size) const { in GetEntryPointFromJniPtrSize()
592 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, PointerSize pointer_size) in SetEntryPointFromJniPtrSize()
597 ALWAYS_INLINE void* GetDataPtrSize(PointerSize pointer_size) const { in GetDataPtrSize()
602 ALWAYS_INLINE void SetDataPtrSize(const void* data, PointerSize pointer_size) in SetDataPtrSize()
697 static size_t Size(PointerSize pointer_size) { in Size()
703 static size_t Alignment(PointerSize pointer_size) { in Alignment()
854 static constexpr size_t PtrSizedFieldsOffset(PointerSize pointer_size) { in PtrSizedFieldsOffset()
866 ALWAYS_INLINE T GetNativePointer(MemberOffset offset, PointerSize pointer_size) const { in GetNativePointer()
878 ALWAYS_INLINE void SetNativePointer(MemberOffset offset, T new_value, PointerSize pointer_size) in SetNativePointer()