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()
499 static constexpr MemberOffset DataOffset(PointerSize pointer_size) { in DataOffset()
504 static constexpr MemberOffset EntryPointFromJniOffset(PointerSize pointer_size) { in EntryPointFromJniOffset()
508 static constexpr MemberOffset EntryPointFromQuickCompiledCodeOffset(PointerSize pointer_size) { in EntryPointFromQuickCompiledCodeOffset()
514 ImtConflictTable* GetImtConflictTable(PointerSize pointer_size) const { in GetImtConflictTable()
519 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) in SetImtConflictTable()
525 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_) { in GetProfilingInfo()
536 ALWAYS_INLINE void SetProfilingInfoPtrSize(ProfilingInfo* info, PointerSize pointer_size) in SetProfilingInfoPtrSize()
571 ALWAYS_INLINE void SetSingleImplementation(ArtMethod* method, PointerSize pointer_size) in SetSingleImplementation()
584 ALWAYS_INLINE void* GetEntryPointFromJniPtrSize(PointerSize pointer_size) const { in GetEntryPointFromJniPtrSize()
594 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, PointerSize pointer_size) in SetEntryPointFromJniPtrSize()
599 ALWAYS_INLINE void* GetDataPtrSize(PointerSize pointer_size) const { in GetDataPtrSize()
604 ALWAYS_INLINE void SetDataPtrSize(const void* data, PointerSize pointer_size) in SetDataPtrSize()
699 static size_t Size(PointerSize pointer_size) { in Size()
705 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()