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

1234

/art/compiler/dex/
H A Dreg_storage_eq.h28 inline bool operator==(const RegStorage& lhs, const RegStorage& rhs) {
32 inline bool operator!=(const RegStorage& lhs, const RegStorage& rhs) {
/art/runtime/
H A Doffsets.cc23 std::ostream& operator<<(std::ostream& os, const Offset& offs) {
H A Dclass_reference.h30 inline bool operator<(const ClassReference& lhs, const ClassReference& rhs) {
H A Dprimitive.cc33 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) {
H A Dstrutil.h26 bool operator()(const char* s1, const char* s2) const {
33 bool operator()(const char* s1, const char* s2) const {
H A Doffsets.h42 std::ostream& operator<<(std::ostream& os, const Offset& offs);
48 bool operator>(FrameOffset other) const { return val_ > other.val_; }
49 bool operator<(FrameOffset other) const { return val_ < other.val_; }
H A Djobject_comparator.cc26 bool JobjectComparator::operator()(jobject jobj1, jobject jobj2) const {
H A Dmapping_table.h88 void operator++() {
96 bool operator==(const DexToPcIterator& rhs) const {
100 bool operator!=(const DexToPcIterator& rhs) const {
165 void operator++() {
173 bool operator==(const PcToDexIterator& rhs) const {
177 bool operator!=(const PcToDexIterator& rhs) const {
/art/compiler/utils/
H A Dallocation.h28 void* operator new(size_t size, ArenaAllocator* allocator) {
32 void operator delete(void*, size_t) {
39 void* operator new(size_t size) {
43 void operator delete(void*, size_t) {
H A Darena_bit_vector.cc34 static void* operator new(size_t size, ArenaAlloc* arena) {
37 static void operator delete(void* p) {} // Nop.
H A Ddedupe_set_test.cc25 size_t operator()(const std::vector<uint8_t>& array) const {
/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 Register& 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/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.cc42 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) {
/art/runtime/base/
H A Dstringpiece.h84 char operator[](int i) const { return ptr_[i]; }
161 inline bool operator==(const StringPiece& x, const StringPiece& y) {
187 inline bool operator!=(const StringPiece& x, const StringPiece& y) {
191 inline bool operator<(const StringPiece& x, const StringPiece& y) {
197 inline bool operator>(const StringPiece& x, const StringPiece& y) {
201 inline bool operator<=(const StringPiece& x, const StringPiece& y) {
205 inline bool operator>=(const StringPiece& x, const StringPiece& y) {
209 extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
H A Dbit_vector.h51 bool operator==(const IndexIterator& other) const {
57 bool operator!=(const IndexIterator& other) const {
61 int operator*() const {
66 IndexIterator& operator++() {
72 IndexIterator operator++(int) {
H A Dhex_dump.h48 inline std::ostream& operator<<(std::ostream& os, const HexDump& rhs) {
/art/compiler/utils/arm/
H A Dassembler_arm.cc38 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
48 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
58 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
67 std::ostream& operator<<(std::ostream& os, const Condition& rhs) {
H A Dmanaged_register_arm.cc92 std::ostream& operator<<(std::ostream& os, const ArmManagedRegister& reg) {
97 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) {
/art/compiler/utils/arm64/
H A Dmanaged_register_arm64.cc110 std::ostream& operator<<(std::ostream& os, const Arm64ManagedRegister& reg) {
/art/compiler/utils/mips/
H A Dmanaged_register_mips.cc92 std::ostream& operator<<(std::ostream& os, const MipsManagedRegister& reg) {
97 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) {
/art/runtime/gc/collector/
H A Dsemi_space-inl.h34 void operator()(const mirror::Object* obj) const {

Completed in 2806 milliseconds

1234