Home
last modified time | relevance | path

Searched refs:operator (Results 176 – 195 of 195) sorted by relevance

12345678

/art/runtime/gc/space/
Dlarge_object_space.h227 bool operator()(const AllocationInfo* a, const AllocationInfo* b) const;
Dregion_space.h785 std::ostream& operator<<(std::ostream& os, RegionSpace::RegionState value);
786 std::ostream& operator<<(std::ostream& os, RegionSpace::RegionType value);
/art/runtime/
Dstack.h57 std::ostream& operator<<(std::ostream& os, VRegKind rhs);
Dtrace.h60 std::ostream& operator<<(std::ostream& os, TracingMode rhs);
Dinstrumentation.h766 std::ostream& operator<<(std::ostream& os, Instrumentation::InstrumentationEvent rhs);
767 std::ostream& operator<<(std::ostream& os, Instrumentation::InstrumentationLevel rhs);
Dthread.h2020 std::ostream& operator<<(std::ostream& os, const Thread& thread);
2021 std::ostream& operator<<(std::ostream& os, StackedShadowFrameType thread);
Dclass_linker.h104 virtual bool operator()(ObjPtr<mirror::Class> klass) = 0;
111 bool operator()(ObjPtr<mirror::Class> klass) override REQUIRES_SHARED(Locks::mutator_lock_) { in operator() function
/art/libartbase/base/
Dcommon_art_test.h73 ScratchFile& operator=(ScratchFile&& other) noexcept; variable
Dbit_memory_region.h34 bool operator()(const BitMemoryRegion& lhs, const BitMemoryRegion& rhs) const { in operator() function
/art/runtime/verifier/
Dregister_line.h450 void operator()(RegisterLine* ptr) const;
/art/runtime/interpreter/
Dshadow_frame.h456 inline void operator()(ShadowFrame* frame) { in operator() function
/art/libdexfile/dex/
Ddex_file.h891 std::ostream& operator<<(std::ostream& os, const DexFile& dex_file);
966 std::ostream& operator<<(std::ostream& os, EncodedArrayValueIterator::ValueType code);
/art/openjdkjvmti/
Devents.h127 std::size_t operator()(const UniqueThread& k) const { in operator() function
/art/dex2oat/linker/
Drelative_patcher_test.h315 bool operator<(const ThunkKey& other) const {
/art/compiler/optimizing/
Dnodes.h305 std::ostream& operator<<(std::ostream& os, const ReferenceTypeInfo& rhs);
1634 H##type& operator=(const H##type&) = delete; \ in FOR_EACH_INSTRUCTION()
1645 H##type& operator=(const H##type&) = delete; \
1709 HInstruction* operator()(HUserRecord<HInstruction*>& record) const { in operator() function
1712 const HInstruction* operator()(const HUserRecord<HInstruction*>& record) const { in operator() function
2649 std::ostream& operator<<(std::ostream& os, HInstruction::InstructionKind rhs);
3681 std::ostream& operator<<(std::ostream& os, ComparisonBias rhs);
4848 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::MethodLoadKind rhs);
4849 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::CodePtrLocation rhs);
4850 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::ClinitCheckRequirement rhs);
[all …]
Dnodes_vector.h53 bool operator==(const Alignment& other) const {
/art/runtime/mirror/
Dclass-inl.h918 inline void Class::InitializeClassVisitor::operator()(ObjPtr<Object> obj, in operator() function
Dclass.h1263 void operator()(ObjPtr<Object> obj, size_t usable_size) const
/art/compiler/utils/x86/
Dassembler_x86.h240 std::ostream& operator<<(std::ostream& os, const Address& addr);
/art/compiler/utils/x86_64/
Dassembler_x86_64.h287 std::ostream& operator<<(std::ostream& os, const Address& addr);

12345678