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()
97 InstructionFlags* flags,196 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;355 ArenaUniquePtr<InstructionFlags[]> insn_flags_;
81 InstructionFlags* flags, in Init()705 InstructionFlags* CurrentInsnFlags() { in CurrentInsnFlags()730 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) { in GetModifiableInstructionFlags()1064 insn_flags_.reset(allocator_.AllocArray<InstructionFlags>( in Verify()1069 InstructionFlags()); in Verify()