Searched refs:Aligned (Results 1 – 3 of 3) sorted by relevance
197 Aligned<bool> is_compiled_frame_ {false};198 Aligned<union FlagsAndThreadStatus> fts_ {};206 Aligned<void *> object_ {nullptr};207 Aligned<Frame *> frame_ {nullptr};208 Aligned<ObjectHeader *> exception_ {nullptr};209 Aligned<uintptr_t> native_pc_ {};210 Aligned<mem::TLAB *> tlab_ {nullptr};211 Aligned<void *> card_table_addr_ {nullptr};212 Aligned<void *> card_table_min_addr_ {nullptr};213 Aligned<void *> concurrent_marking_addr_ {nullptr};[all …]
696 Aligned<std::atomic_uint32_t> access_flags_;697 Aligned<uint32_t> vtable_index_;698 Aligned<uint32_t> num_args_;699 Aligned<uint32_t> hotness_counter_;704 Aligned<Class> *class_;705 Aligned<std::atomic<const void *>> compiled_entry_point_ {nullptr};706 Aligned<void *> native_pointer_ {nullptr};
33 using Aligned __attribute__((aligned(ElementsAlign))) = T; member