Home
last modified time | relevance | path

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

12345678

/art/runtime/gc/
Dtask_processor.h72 bool operator()(const HeapTask* a, const HeapTask* b) const { in operator() function
/art/compiler/utils/arm/
Dmanaged_register_arm.h39 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg);
263 std::ostream& operator<<(std::ostream& os, const ArmManagedRegister& reg);
/art/dex2oat/dex/
Ddex_to_dex_compiler.h120 std::ostream& operator<<(std::ostream& os, DexToDexCompiler::CompilationLevel rhs);
/art/runtime/arch/
Dinstruction_set_features.h142 std::ostream& operator<<(std::ostream& os, const InstructionSetFeatures& rhs);
/art/runtime/
Dlock_word.h286 bool operator==(const LockWord& rhs) = delete;
319 std::ostream& operator<<(std::ostream& os, LockWord::LockState code);
Dmonitor.h162 void* operator new(size_t size) { in new()
170 void operator delete(void* ptr) { in delete()
470 MonitorInfo& operator=(const MonitorInfo&) = default; variable
Doat_file.h73 std::ostream& operator<<(std::ostream& os, OatClassType rhs);
82 OatMethodOffsets& operator=(const OatMethodOffsets&) = default; variable
217 OatMethod& operator=(const OatMethod&) = default; variable
Doat_quick_method_header.h63 OatQuickMethodHeader& operator=(const OatQuickMethodHeader&) = default; variable
Dgc_root.h57 std::ostream& operator<<(std::ostream& os, RootType root_type);
85 inline std::ostream& operator<<(std::ostream& os, const RootInfo& root_info) {
Dstack_map.h53 std::ostream& operator<<(std::ostream& stream, const DexRegisterLocation& reg);
87 DexRegisterLocation& operator[](size_t index) {
91 const DexRegisterLocation& operator[](size_t index) const {
/art/libdexfile/dex/
Dsignature-inl.h26 inline bool Signature::operator==(const Signature& rhs) const {
Dmethod_reference.h41 bool operator()(MethodReference mr1, MethodReference mr2) const { in operator() function
Dtype_lookup_table.h54 TypeLookupTable& operator=(TypeLookupTable&& src) noexcept = default; variable
/art/libartbase/base/
Ddata_hash.h44 size_t operator()(const Container& array) const { in operator() function
Dmem_map.h71 MemMap& operator=(MemMap&& other) noexcept REQUIRES(!MemMap::mem_maps_lock_) {
420 std::ostream& operator<<(std::ostream& os, const MemMap& mem_map);
/art/compiler/optimizing/
Dnodes_shared.h251 friend std::ostream& operator<<(std::ostream& os, OpKind op);
254 std::ostream& operator<<(std::ostream& os, const HDataProcWithShifterOp::OpKind op);
Dlocations.h33 std::ostream& operator<<(std::ostream& os, const Location& location);
99 Location& operator=(const Location& other) = default; variable
443 std::ostream& operator<<(std::ostream& os, Location::Kind rhs);
444 std::ostream& operator<<(std::ostream& os, Location::Policy rhs);
Doptimizing_compiler_stats.h113 std::ostream& operator<<(std::ostream& os, MethodCompilationStat rhs);
/art/openjdkjvmti/
Djvmti_weak_table.h199 size_t operator()(const art::GcRoot<art::mirror::Object>& r) const in operator() function
206 bool operator()(const art::GcRoot<art::mirror::Object>& r1, in operator() function
Dti_class_definition.h79 ArtClassDefinition& operator=(ArtClassDefinition&& o) = default; variable
/art/runtime/jni/
Djni_internal.h147 std::ostream& operator<<(std::ostream& os, const jobjectRefType& rhs);
/art/runtime/jit/
Dprofile_saver_options.h122 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) {
/art/runtime/gc/accounting/
Dcard_table.h171 uint8_t operator()(uint8_t card) const { in operator() function
/art/cmdline/
Dcmdline_types.h278 operator uint64_t() const {
382 operator std::vector<std::string>() const {
386 operator std::vector<std::string>&&() && {
583 operator gc::CollectorType() const { return background_collector_type_; }
/art/compiler/
Dcompiled_method.h53 bool operator==(const CompiledCode& rhs) const;

12345678