Searched defs:operator (Results 101 - 124 of 124) sorted by relevance

12345

/art/runtime/gc/collector/
H A Dmark_compact.cc107 void operator()(mirror::Object* obj) const EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_,
150 void operator()(const mirror::Object* obj) const {
365 void operator()(mirror::Object* obj) const SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)
464 void operator()(Object* obj, MemberOffset offset, bool /*is_static*/) const
469 void operator()(mirror::Class* /*klass*/, mirror::Reference* ref) const
531 void operator()(mirror::Object* obj) const SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)
604 void operator()(Object* obj, MemberOffset offset, bool /*is_static*/) const ALWAYS_INLINE
610 void operator()(mirror::Class* klass, mirror::Reference* ref) const
/art/runtime/gc/space/
H A Dlarge_object_space.cc340 inline bool FreeListSpace::SortByPrevFree::operator()(const AllocationInfo* a,
/art/runtime/
H A Dmem_map.cc55 static std::ostream& operator<<(
69 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps) {
787 std::ostream& operator<<(std::ostream& os, const MemMap& mem_map) {
H A Ddex_file.cc1046 std::ostream& operator<<(std::ostream& os, const DexFile& dex_file) {
1074 bool Signature::operator==(const StringPiece& rhs) const {
1100 std::ostream& operator<<(std::ostream& os, const Signature& sig) {
H A Dstack_map.h213 bool operator==(DexRegisterLocation other) const {
217 bool operator!=(DexRegisterLocation other) const {
H A Dclass_linker.cc194 bool operator() (const FieldGap& lhs, const FieldGap& rhs)
713 DexFileAndClassPair& operator=(const DexFileAndClassPair& rhs) {
725 bool operator<(const DexFileAndClassPair& rhs) const {
5080 bool operator()(ArtField* field1, ArtField* field2)
5727 std::size_t ClassLinker::ClassDescriptorHashEquals::operator()(const GcRoot<mirror::Class>& root)
5733 bool ClassLinker::ClassDescriptorHashEquals::operator()(const GcRoot<mirror::Class>& a,
5742 std::size_t ClassLinker::ClassDescriptorHashEquals::operator()(
5747 bool ClassLinker::ClassDescriptorHashEquals::operator()(
5755 bool ClassLinker::ClassDescriptorHashEquals::operator()(const GcRoot<mirror::Class>& a,
5760 std::size_t ClassLinker::ClassDescriptorHashEquals::operator()(cons
[all...]
H A Ddex_file.h1038 size_t operator()(const char* key) const {
1042 bool operator()(const char* a, const char* b) const {
1061 std::ostream& operator<<(std::ostream& os, const DexFile& dex_file);
1098 bool operator==(const Signature& rhs) const;
1099 bool operator!=(const Signature& rhs) const {
1103 bool operator==(const StringPiece& rhs) const;
1117 std::ostream& operator<<(std::ostream& os, const Signature& sig);
1352 std::ostream& operator<<(std::ostream& os, const EncodedStaticFieldValueIterator::ValueType& code);
H A Dthread.cc2418 void operator()(mirror::Object** obj, size_t vreg, const StackVisitor* stack_visitor) const
2535 std::ostream& operator<<(std::ostream& os, const Thread& thread) {
H A Djni_internal.cc2737 std::ostream& operator<<(std::ostream& os, const jobjectRefType& rhs) {
/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc554 std::ostream& operator<<(std::ostream& os, const X86OpCode& rhs) {
/art/compiler/optimizing/
H A Dnodes.cc891 std::ostream& operator<<(std::ostream& os, const HInstruction::InstructionKind& rhs) {
1470 std::ostream& operator<<(std::ostream& os, const ReferenceTypeInfo& rhs) {
H A Dnodes.h1289 std::ostream& operator<<(std::ostream& os, const ReferenceTypeInfo& rhs);
1581 std::ostream& operator<<(std::ostream& os, const HInstruction::InstructionKind& rhs);
1649 const T& operator[](intptr_t i) const {
1654 T& operator[](intptr_t i) {
1675 const T& operator[](intptr_t i) const {
1680 T& operator[](intptr_t i) {
2374 std::ostream& operator<<(std::ostream& os, const Intrinsics& intrinsic);
/art/patchoat/
H A Dpatchoat.cc549 void PatchOat::PatchVisitor::operator() (mirror::Object* obj, MemberOffset off,
557 void PatchOat::PatchVisitor::operator() (mirror::Class* cls ATTRIBUTE_UNUSED,
/art/runtime/base/
H A Dmutex.cc508 std::ostream& operator<<(std::ostream& os, const Mutex& mu) {
736 std::ostream& operator<<(std::ostream& os, const ReaderWriterMutex& mu) {
/art/compiler/dex/
H A Dmir_optimization.cc1176 bool operator()(const MapEntry& lhs, const MapEntry& rhs) const {
/art/compiler/utils/arm/
H A Dassembler_arm.h166 inline std::ostream& operator<<(std::ostream& os, const BlockAddressMode& rhs) {
258 inline std::ostream& operator<<(std::ostream& os, const Address::Mode& rhs) {
/art/compiler/utils/mips/
H A Dassembler_mips.cc28 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
/art/compiler/utils/x86/
H A Dassembler_x86.cc27 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg) {
31 std::ostream& operator<<(std::ostream& os, const X87Register& reg) {
/art/disassembler/
H A Ddisassembler_arm.cc135 std::ostream& operator<<(std::ostream& os, const ArmRegister& r) {
157 std::ostream& operator<<(std::ostream& os, const RmLslImm2& r) {
173 std::ostream& operator<<(std::ostream& os, const ShiftedImmediate& rhs) {
182 std::ostream& operator<<(std::ostream& os, const RegisterList& rhs) {
223 std::ostream& operator<<(std::ostream& os, const FpRegister& rhs) {
233 std::ostream& operator<<(std::ostream& os, const FpRegisterRange& rhs) {
417 std::ostream& operator<<(std::ostream& os, T2LitType type) {
/art/runtime/gc/
H A Dheap.h101 uint8_t operator()(uint8_t card) const {
131 std::ostream& operator<<(std::ostream& os, const ProcessState& process_state);
H A Dheap.cc1770 reinterpret_cast<ReferringObjectsFinder*>(arg)->operator()(obj);
1776 void operator()(mirror::Object* o) const NO_THREAD_SAFETY_ANALYSIS {
1781 void operator()(mirror::Object* obj, MemberOffset offset, bool /* is_static */) const
2590 void operator()(const mirror::Object* obj) const {
2606 void operator()(mirror::Class* klass, mirror::Reference* ref) const
2614 void operator()(mirror::Object* obj, MemberOffset offset, bool /*is_static*/) const
2741 void operator()(mirror::Object* obj) const
2753 visitor->operator()(obj);
2856 void operator()(mirror::Object* obj, MemberOffset offset, bool is_static) const
2925 void operator()(mirro
[all...]
/art/runtime/mirror/
H A Dclass-inl.h763 inline void Class::InitializeClassVisitor::operator()(
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc27 std::ostream& operator<<(std::ostream& os, const CpuRegister& reg) {
31 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg) {
35 std::ostream& operator<<(std::ostream& os, const X87Register& reg) {
/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 {

Completed in 467 milliseconds

12345