Home
last modified time | relevance | path

Searched refs:InstructionFlags (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dinstruction_flags.h28 class InstructionFlags final {
30 InstructionFlags() : flags_(0) {} in InstructionFlags() function
128 static_assert(sizeof(InstructionFlags) == sizeof(uint8_t),
Dmethod_verifier-inl.h29 inline const InstructionFlags& MethodVerifier::GetInstructionFlags(size_t index) const { in GetInstructionFlags()
Dinstruction_flags.cc24 std::string InstructionFlags::ToString() const { in ToString()
Dmethod_verifier.h76 void Init(InstructionFlags* flags,
166 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;
317 ArenaUniquePtr<InstructionFlags[]> insn_flags_;
Dmethod_verifier.cc78 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()