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

12345

/art/cmdline/
H A Dcmdline_parser_test.cc32 bool operator==(const TestProfilerOptions& lhs, const TestProfilerOptions& rhs) {
69 // then it's recommended to implement operator== for it instead.
H A Dcmdline_result.h38 operator bool() const {
78 static inline std::ostream& operator<<(std::ostream& stream, CmdlineResult::Status status) {
H A Dcmdline_types.h335 operator uint64_t() const {
402 operator std::vector<std::string>() const {
406 operator std::vector<std::string>&&() && {
550 operator gc::CollectorType() const { return background_collector_type_; }
668 static inline std::ostream& operator<<(std::ostream& stream, const TestProfilerOptions& options) {
H A Dmemory_representation.h43 operator size_t() const { return Value; }
62 std::ostream& operator<<(std::ostream& stream, Memory<kDivisor> memory) {
H A Dunit.h29 bool operator==(Unit) const {
/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/compiler/
H A Dcompiled_method.cc49 bool CompiledCode::operator==(const CompiledCode& rhs) const {
H A Dcompiled_method.h52 bool operator==(const CompiledCode& rhs) const;
98 bool operator<(const SrcMapElem& other) const {
213 LinkerPatch& operator=(const LinkerPatch& other) = default;
287 friend bool operator==(const LinkerPatch& lhs, const LinkerPatch& rhs);
288 friend bool operator<(const LinkerPatch& lhs, const LinkerPatch& rhs);
291 inline bool operator==(const LinkerPatch& lhs, const LinkerPatch& rhs) {
299 inline bool operator<(const LinkerPatch& lhs, const LinkerPatch& rhs) {
H A Dimage_writer.h133 friend std::ostream& operator<<(std::ostream& stream, const Bin& bin);
158 // Comparison operator for map support
159 bool operator<(const BinSlot& other) const { return lockword_ < other.lockword_; }
/art/compiler/dex/
H A Dcompiler_ir.h66 friend std::ostream& operator<<(std::ostream& out, const OptionContent& option) {
H A Dglobal_value_numbering.h152 bool operator()(const ArrayLocation& lhs, const ArrayLocation& rhs) const {
253 std::ostream& operator<<(std::ostream& os, const GlobalValueNumbering::Mode& rhs);
H A Dlocal_value_numbering.h156 bool operator==(const RangeCheckKey& other) const {
162 bool operator()(const RangeCheckKey& lhs, const RangeCheckKey& rhs) const {
184 bool operator==(const EscapedIFieldClobberKey& other) const {
190 bool operator()(const EscapedIFieldClobberKey& lhs, const EscapedIFieldClobberKey& rhs) const {
213 bool operator==(const EscapedArrayClobberKey& other) const {
219 bool operator()(const EscapedArrayClobberKey& lhs, const EscapedArrayClobberKey& rhs) const {
260 bool operator==(const AliasingValues& other) const {
H A Dmir_analysis.cc1319 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const {
H A Dmir_optimization.cc1176 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const {
H A Dreg_storage.h127 // We do not provide a general operator overload for equality of reg storage, as this is
342 static inline std::ostream& operator<<(std::ostream& o, const RegStorage& rhs) {
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 Dresource_mask.h65 ResourceMask& operator=(const ResourceMask& other) = default;
68 bool operator==(const ResourceMask& other) {
140 std::ostream& operator<<(std::ostream& os, const ResourceMask::ResourceBit& rhs);
/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc554 std::ostream& operator<<(std::ostream& os, const X86OpCode& rhs) {
/art/compiler/driver/
H A Dcompiler_driver.cc878 void operator()(mirror::Object* object, MemberOffset field_offset, bool /* is_static */) const
887 void operator()(mirror::Class* /* klass */, mirror::Reference* /* ref */) const {
H A Dcompiler_driver.h88 std::ostream& operator<<(std::ostream& os, const DexToDexCompilationLevel& rhs);
694 size_t operator()(const ArrayRef<ContentType>& array) const {
/art/compiler/dwarf/
H A Ddebug_info_entry_writer.h34 size_t operator()(const std::vector<uint8_t, Allocator>& v) const {
/art/compiler/optimizing/
H A Dintrinsics.cc359 std::ostream& operator<<(std::ostream& os, const Intrinsics& intrinsic) {
H A Dlocations.cc72 std::ostream& operator<<(std::ostream& os, const Location& location) {
H A Dlocations.h32 std::ostream& operator<<(std::ostream& os, const Location& location);
89 Location& operator=(const Location& other) {
405 std::ostream& operator<<(std::ostream& os, const Location::Kind& rhs);
406 std::ostream& operator<<(std::ostream& os, const Location::Policy& rhs);
H A Dnodes.cc891 std::ostream& operator<<(std::ostream& os, const HInstruction::InstructionKind& rhs) {
1470 std::ostream& operator<<(std::ostream& os, const ReferenceTypeInfo& rhs) {

Completed in 182 milliseconds

12345