• Home
  • Raw
  • Download

Lines Matching defs:pointer_size

427   ALWAYS_INLINE const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) {  in GetEntryPointFromQuickCompiledCodePtrSize()
437 const void* entry_point_from_quick_compiled_code, PointerSize pointer_size) { in SetEntryPointFromQuickCompiledCodePtrSize()
452 static constexpr MemberOffset DataOffset(PointerSize pointer_size) { in DataOffset()
457 static constexpr MemberOffset EntryPointFromJniOffset(PointerSize pointer_size) { in EntryPointFromJniOffset()
461 static constexpr MemberOffset EntryPointFromQuickCompiledCodeOffset(PointerSize pointer_size) { in EntryPointFromQuickCompiledCodeOffset()
467 ImtConflictTable* GetImtConflictTable(PointerSize pointer_size) { in GetImtConflictTable()
472 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) { in SetImtConflictTable()
477 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_) { in GetProfilingInfo()
488 ALWAYS_INLINE void SetProfilingInfoPtrSize(ProfilingInfo* info, PointerSize pointer_size) { in SetProfilingInfoPtrSize()
517 ALWAYS_INLINE void SetSingleImplementation(ArtMethod* method, PointerSize pointer_size) { in SetSingleImplementation()
529 ALWAYS_INLINE void* GetEntryPointFromJniPtrSize(PointerSize pointer_size) { in GetEntryPointFromJniPtrSize()
538 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, PointerSize pointer_size) { in SetEntryPointFromJniPtrSize()
542 ALWAYS_INLINE void* GetDataPtrSize(PointerSize pointer_size) { in GetDataPtrSize()
547 ALWAYS_INLINE void SetDataPtrSize(const void* data, PointerSize pointer_size) { in SetDataPtrSize()
641 static size_t Size(PointerSize pointer_size) { in Size()
647 static size_t Alignment(PointerSize pointer_size) { in Alignment()
797 static constexpr size_t PtrSizedFieldsOffset(PointerSize pointer_size) { in PtrSizedFieldsOffset()
809 ALWAYS_INLINE T GetNativePointer(MemberOffset offset, PointerSize pointer_size) const { in GetNativePointer()
821 ALWAYS_INLINE void SetNativePointer(MemberOffset offset, T new_value, PointerSize pointer_size) { in SetNativePointer()