Searched refs:InstructionFlags (Results 1 – 5 of 5) sorted by relevance
28 class InstructionFlags final {30 InstructionFlags() : flags_(0) {} in InstructionFlags() function128 static_assert(sizeof(InstructionFlags) == sizeof(uint8_t),
29 inline const InstructionFlags& MethodVerifier::GetInstructionFlags(size_t index) const { in GetInstructionFlags()
24 std::string InstructionFlags::ToString() const { in ToString()
96 InstructionFlags* flags,191 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;341 ArenaUniquePtr<InstructionFlags[]> insn_flags_;
81 InstructionFlags* flags, in Init()703 InstructionFlags* CurrentInsnFlags() { in CurrentInsnFlags()728 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) { in GetModifiableInstructionFlags()1049 insn_flags_.reset(allocator_.AllocArray<InstructionFlags>( in Verify()1054 InstructionFlags()); in Verify()