Searched defs:operator (Results 1 - 25 of 93) sorted by last modified time

1234

/art/compiler/
H A Dcompiled_method.cc58 bool CompiledCode::operator==(const CompiledCode& rhs) const {
/art/compiler/dex/
H A Dglobal_value_numbering.h58 static void* operator new(size_t size, ScopedArenaAllocator* allocator) {
63 static void operator delete(void* ptr) { UNUSED(ptr); }
118 bool operator()(const FieldReference& lhs, const FieldReference& rhs) const {
146 bool operator()(const ArrayLocation& lhs, const ArrayLocation& rhs) const {
H A Dlocal_value_numbering.h80 static void* operator new(size_t size, ScopedArenaAllocator* allocator) {
85 static void operator delete(void* ptr) { UNUSED(ptr); }
144 bool operator==(const RangeCheckKey& other) const {
150 bool operator()(const RangeCheckKey& lhs, const RangeCheckKey& rhs) const {
172 bool operator==(const EscapedIFieldClobberKey& other) const {
178 bool operator()(const EscapedIFieldClobberKey& lhs, const EscapedIFieldClobberKey& rhs) const {
201 bool operator==(const EscapedArrayClobberKey& other) const {
207 bool operator()(const EscapedArrayClobberKey& lhs, const EscapedArrayClobberKey& rhs) const {
248 bool operator==(const AliasingValues& other) const {
H A Dmir_analysis.cc1200 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const {
H A Dmir_graph.h383 static void* operator new(size_t size, ArenaAllocator* arena) {
386 static void operator delete(void* p) {} // Nop.
474 static void* operator new(size_t size, ArenaAllocator* arena) {
477 static void operator delete(void* p) {} // Nop.
H A Dmir_optimization.cc985 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const {
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/compiler/dex/quick/
H A Dmir_to_lir.h343 static void* operator new(size_t size, ArenaAllocator* arena) {
455 static void* operator new(size_t size, ArenaAllocator* arena) {
531 static void* operator new(size_t size, ArenaAllocator* arena) {
H A Dresource_mask.h64 ResourceMask& operator=(const ResourceMask& other) = default;
67 bool operator==(const ResourceMask& other) {
/art/compiler/driver/
H A Dcompiler_driver.h784 size_t operator()(const std::vector<uint8_t>& array) const {
/art/compiler/optimizing/
H A Dlocations.h70 Location& operator=(const Location& other) {
H A Dnodes.h738 const T& operator[](intptr_t i) const {
743 T& operator[](intptr_t i) {
764 const T& operator[](intptr_t i) const {
769 T& operator[](intptr_t i) {
/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 Darena_bit_vector.h48 std::ostream& operator<<(std::ostream& os, const OatBitMapKind& kind);
61 static void* operator new(size_t size, ArenaAllocator* arena) {
64 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
67 static void operator delete(void* p) {} // Nop.
H A Darena_containers.h70 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl& other) = default;
78 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl& other) = default;
113 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter& other) = default;
151 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter& other) = default;
183 friend bool operator==(const ArenaAllocatorAdapter<U>& lhs,
188 inline bool operator==(const ArenaAllocatorAdapter<T>& lhs,
194 inline bool operator!=(const ArenaAllocatorAdapter<T>& lhs,
H A Darray_ref.h97 ArrayRef& operator=(const ArrayRef& other) {
105 operator=(const ArrayRef<U>& other) {
132 reference operator[](size_type n) {
137 const_reference operator[](size_type n) const {
H A Ddebug_stack.h59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default;
68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default;
97 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) {
120 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {
H A Ddedupe_set.h38 bool operator()(const HashedKey& a, const HashedKey& b) const {
H A Ddedupe_set_test.cc25 size_t operator()(const std::vector<uint8_t>& array) const {
H A Dgrowable_array.h202 static void* operator new(size_t size, ArenaAllocator* arena) {
205 static void operator delete(void* p) {} // Nop.
H A Dmanaged_register.h46 // assignment-operator.
49 ManagedRegister& operator=(const ManagedRegister& other) {
/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) {

Completed in 141 milliseconds

1234