HomeSort by relevance Sort by last modified time
    Searched refs:InstructionFlags (Results 1 - 6 of 6) sorted by null

  /art/runtime/verifier/
method_verifier-inl.h 29 inline const InstructionFlags& MethodVerifier::GetInstructionFlags(size_t index) const {
instruction_flags.cc 24 std::string InstructionFlags::ToString() const {
instruction_flags.h 28 class InstructionFlags final {
30 InstructionFlags() : flags_(0) {}
133 static_assert(sizeof(InstructionFlags) == sizeof(uint8_t),
134 "Size of InstructionFlags not equal to uint8_t");
method_verifier.h 86 InstructionFlags* flags,
171 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;
302 ArenaUniquePtr<InstructionFlags[]> insn_flags_;
method_verifier.cc 80 InstructionFlags* flags,
550 InstructionFlags* CurrentInsnFlags() {
567 ALWAYS_INLINE InstructionFlags& GetModifiableInstructionFlags(size_t index) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
WatchdogActionTable.h 49 UINT8 InstructionFlags;

Completed in 5544 milliseconds