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()
76 void Init(InstructionFlags* flags,166 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;317 ArenaUniquePtr<InstructionFlags[]> insn_flags_;
78 void PcToRegisterLineTable::Init(InstructionFlags* flags, in Init()678 InstructionFlags* CurrentInsnFlags() { in CurrentInsnFlags()703 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) { in GetModifiableInstructionFlags()1031 insn_flags_.reset(allocator_.AllocArray<InstructionFlags>( in Verify()1036 InstructionFlags()); in Verify()