Searched refs:InstructionFlags (Results 1 – 5 of 5) sorted by relevance
28 class InstructionFlags final {30 InstructionFlags() : flags_(0) {} in InstructionFlags() function133 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()
86 InstructionFlags* flags,171 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;302 ArenaUniquePtr<InstructionFlags[]> insn_flags_;
80 InstructionFlags* flags, in Init()550 InstructionFlags* CurrentInsnFlags() { in CurrentInsnFlags()567 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) { in GetModifiableInstructionFlags()888 insn_flags_.reset(allocator_.AllocArray<InstructionFlags>( in Verify()893 InstructionFlags()); in Verify()