Searched defs:operator (Results 1 - 25 of 170) sorted by relevance

1234567

/art/runtime/
H A Ddex_file_types.h40 bool operator==(const StringIndex& other) const {
43 bool operator!=(const StringIndex& other) const {
46 bool operator<(const StringIndex& other) const {
49 bool operator<=(const StringIndex& other) const {
52 bool operator>(const StringIndex& other) const {
55 bool operator>=(const StringIndex& other) const {
59 std::ostream& operator<<(std::ostream& os, const StringIndex& index);
75 bool operator==(const TypeIndex& other) const {
78 bool operator!=(const TypeIndex& other) const {
81 bool operator<(cons
[all...]
H A Dstride_iterator.h31 StrideIterator& operator=(const StrideIterator&) = default;
32 StrideIterator& operator=(StrideIterator&&) = default;
38 bool operator==(const StrideIterator& other) const {
43 bool operator!=(const StrideIterator& other) const {
47 StrideIterator operator++() { // Value after modification.
52 StrideIterator operator++(int) {
58 StrideIterator operator+(ssize_t delta) const {
64 StrideIterator& operator+=(ssize_t delta) {
69 T& operator*() const {
73 T* operator
[all...]
H A Doffsets.cc23 std::ostream& operator<<(std::ostream& os, const Offset& offs) {
H A Dexperimental_flags.h36 constexpr operator decltype(kNone)() const {
40 constexpr explicit operator bool() const {
44 constexpr ExperimentalFlags operator|(const decltype(kNone)& b) const {
47 constexpr ExperimentalFlags operator|(const ExperimentalFlags& b) const {
51 constexpr ExperimentalFlags operator&(const ExperimentalFlags& b) const {
54 constexpr ExperimentalFlags operator&(const decltype(kNone)& b) const {
58 constexpr bool operator==(const ExperimentalFlags& b) const {
66 inline std::ostream& operator<<(std::ostream& stream, const ExperimentalFlags& e) {
78 inline std::ostream& operator<<(std::ostream& stream, const decltype(ExperimentalFlags::kNone)& e) {
H A Dclass_reference.h30 inline bool operator<(const ClassReference& lhs, const ClassReference& rhs) {
H A Djobject_comparator.cc26 bool JobjectComparator::operator()(jobject jobj1, jobject jobj2) const {
H A Doffsets.h44 std::ostream& operator<<(std::ostream& os, const Offset& offs);
50 bool operator>(FrameOffset other) const { return val_ > other.val_; }
51 bool operator<(FrameOffset other) const { return val_ < other.val_; }
/art/runtime/base/
H A Dtransform_iterator.h69 TransformIterator& operator++() {
74 TransformIterator& operator++(int) {
80 TransformIterator& operator--() {
84 "BaseIterator must be bidirectional iterator to use operator--()");
89 TransformIterator& operator--(int) {
95 reference operator*() const {
99 reference operator[](difference_type n) const {
103 "BaseIterator must be random access iterator to use operator[]");
107 TransformIterator operator+(difference_type n) const {
111 "BaseIterator must be random access iterator to use operator
[all...]
H A Ddumpable-inl.h27 inline std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs) {
H A Dbit_vector-inl.h26 inline bool BitVector::IndexIterator::operator==(const IndexIterator& other) const {
32 inline uint32_t BitVector::IndexIterator::operator*() const {
37 inline BitVector::IndexIterator& BitVector::IndexIterator::operator++() {
43 inline BitVector::IndexIterator BitVector::IndexIterator::operator++(int) {
H A Darena_object.h31 void* operator new(size_t size, ArenaAllocator* allocator) {
35 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
39 void operator delete(void*, size_t) {
45 ALWAYS_INLINE void* operator new(size_t, void* ptr) noexcept { return ptr; }
46 ALWAYS_INLINE void operator delete(void*, void*) noexcept { }
55 void* operator new(size_t size, ArenaAllocator* allocator) {
59 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
63 void operator delete(void*, size_t) {
/art/compiler/linker/
H A Doutput_stream.cc21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) {
/art/runtime/arch/
H A Dcode_offset.h53 ALWAYS_INLINE CodeOffset& operator=(const CodeOffset&) = default;
54 ALWAYS_INLINE CodeOffset& operator=(CodeOffset&&) = default;
62 inline bool operator==(const CodeOffset& a, const CodeOffset& b) {
66 inline bool operator!=(const CodeOffset& a, const CodeOffset& b) {
70 inline bool operator<(const CodeOffset& a, const CodeOffset& b) {
74 inline bool operator<=(const CodeOffset& a, const CodeOffset& b) {
78 inline bool operator>(const CodeOffset& a, const CodeOffset& b) {
82 inline bool operator>=(const CodeOffset& a, const CodeOffset& b) {
86 inline std::ostream& operator<<(std::ostream& os, const CodeOffset& offset) {
/art/cmdline/detail/
H A Dcmdline_debug_detail.h31 // Ignore most of the normal operator<< usage.
33 debug_log_ignore& operator<<(const T&) { return *this; }
35 debug_log_ignore& operator<<(std::ostream& (*)(std::ostream&) ) { return *this; }
/art/cmdline/
H A Dunit.h29 bool operator==(Unit) const {
H A Dmemory_representation.h43 operator size_t() const { return Value; }
62 std::ostream& operator<<(std::ostream& stream, Memory<kDivisor> memory) {
/art/runtime/arch/arm/
H A Dregisters_arm.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
/art/runtime/arch/arm64/
H A Dregisters_arm64.cc38 std::ostream& operator<<(std::ostream& os, const XRegister& rhs) {
47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) {
56 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
65 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
/art/runtime/arch/mips/
H A Dregisters_mips.cc30 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) {
/art/runtime/arch/mips64/
H A Dregisters_mips64.cc31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) {
40 std::ostream& operator<<(std::ostream& os, const FpuRegister& rhs) {
49 std::ostream& operator<<(std::ostream& os, const VectorRegister& rhs) {
/art/runtime/arch/x86/
H A Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
/art/runtime/arch/x86_64/
H A Dregisters_x86_64.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) {
/art/runtime/gc/
H A Dgc_cause.cc51 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) {
/art/test/ti-agent/
H A Dscoped_utf_chars.h54 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
78 const char& operator[](size_t n) const {
/art/compiler/utils/
H A Dintrusive_forward_list.h38 IntrusiveForwardListHook& operator=(const IntrusiveForwardListHook& src ATTRIBUTE_UNUSED) {
57 IntrusiveForwardListIterator& operator=(const IntrusiveForwardListIterator& src) = default;
66 IntrusiveForwardListIterator& operator++() {
71 IntrusiveForwardListIterator operator++(int) {
78 T& operator*() const {
82 T* operator->() const {
99 operator==(const IntrusiveForwardListIterator<OtherT1, OtherTraits>& lhs,
104 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator==(
111 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator!=(
144 IntrusiveForwardList& operator
[all...]

Completed in 277 milliseconds

1234567