Home
last modified time | relevance | path

Searched refs:PURE (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmapping_table.h31 uint32_t TotalSize() const PURE { in TotalSize()
40 uint32_t DexToPcSize() const PURE { in DexToPcSize()
123 uint32_t PcToDexSize() const PURE { in PcToDexSize()
/art/runtime/verifier/
Dreg_type.h384 static const ConflictType* GetInstance() PURE;
419 static const UndefinedType* GetInstance() PURE;
466 static const IntegerType* GetInstance() PURE;
490 static const BooleanType* GetInstance() PURE;
515 static const ByteType* GetInstance() PURE;
539 static const ShortType* GetInstance() PURE;
563 static const CharType* GetInstance() PURE;
587 static const FloatType* GetInstance() PURE;
618 static const LongLoType* GetInstance() PURE;
642 static const LongHiType* GetInstance() PURE;
[all …]
/art/runtime/base/
Dmacros.h82 #define PURE __attribute__ ((__pure__)) macro
/art/compiler/optimizing/
Dnodes.h2183 InstructionKind GetKind() const PURE;