Home
last modified time | relevance | path

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

12345678

/art/libartbase/base/
Dallocator.h70 std::ostream& operator<<(std::ostream& os, AllocatorTag tag);
Darena_allocator.h118 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable
134 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable
Dscoped_arena_allocator.h174 static void operator delete(void* ptr ATTRIBUTE_UNUSED) {} in delete()
Dmemory_region.h40 constexpr bool operator()(const MemoryRegion& lhs, const MemoryRegion& rhs) const { in operator() function
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h76 bool operator()(const ThunkKey& lhs, const ThunkKey& rhs) const { in operator() function
/art/cmdline/
Dtoken_range.h174 bool operator==(const TokenRange& other) const {
187 const std::string& operator[](int index) const {
Dcmdline_parser.h111 SaveDestination& operator=(const SaveDestination&) = delete; member
112 SaveDestination& operator=(SaveDestination&&) = delete; member
577 CmdlineParser& operator=(CmdlineParser&&) = default; member
/art/libdexfile/dex/
Dprimitive.h222 std::ostream& operator<<(std::ostream& os, Primitive::Type state);
Dtest_dex_file_builder.h291 bool operator()(const FieldKey& lhs, const FieldKey& rhs) const { in operator() function
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() function
328 bool operator()(const MethodKey& lhs, const MethodKey& rhs) const { in operator() function
Ddex_instruction_utils.h48 std::ostream& operator<<(std::ostream& os, DexMemAccessType type);
Ddex_instruction.h695 std::ostream& operator<<(std::ostream& os, Instruction::Code code);
696 std::ostream& operator<<(std::ostream& os, Instruction::Format format);
/art/runtime/
Doat_file_assistant.h440 std::ostream& operator << (std::ostream& stream, const OatFileAssistant::OatStatus status);
Dreflective_handle_scope.h90 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs);
/art/runtime/verifier/
Dreg_type-inl.h211 inline void* RegType::operator new(size_t size, ScopedArenaAllocator* allocator) { in new()
Dreg_type.h267 static void* operator new(size_t size) noexcept { in new()
268 return ::operator new(size); in new()
271 static void* operator new(size_t size, ArenaAllocator* allocator) = delete;
272 static void* operator new(size_t size, ScopedArenaAllocator* allocator);
1161 std::ostream& operator<<(std::ostream& os, const RegType& rhs)
Dregister_line-inl.h230 inline void RegisterLineArenaDelete::operator()(RegisterLine* ptr) const { in operator() function
/art/compiler/utils/arm64/
Dmanaged_register_arm64.h214 std::ostream& operator<<(std::ostream& os, const Arm64ManagedRegister& reg);
/art/runtime/gc/allocator/
Drosalloc.h637 size_t operator()(const RosAlloc::Run* r) const { in operator() function
643 bool operator()(const RosAlloc::Run* r1, const RosAlloc::Run* r2) const { in operator() function
939 friend std::ostream& operator<<(std::ostream& os, RosAlloc::PageMapKind rhs);
943 std::ostream& operator<<(std::ostream& os, RosAlloc::PageMapKind rhs);
/art/openjdkjvmti/
Dti_redefine.h129 ClassRedefinition& operator=(ClassRedefinition&& other) {
151 ClassRedefinition& operator=(ClassRedefinition&) = delete; variable
/art/runtime/mirror/
Ddex_cache.h75 DexCachePair& operator=(const DexCachePair<T>&) = default; member
98 NativeDexCachePair& operator=(const NativeDexCachePair<T>&) = default; member
508 ConversionPair& operator=(const ConversionPair&) = default; member
/art/libartbase/arch/
Dinstruction_set.h37 std::ostream& operator<<(std::ostream& os, InstructionSet rhs);
/art/compiler/optimizing/
Ddata_type.h254 std::ostream& operator<<(std::ostream& os, DataType::Type data_type);
Dloop_optimization.h103 bool operator<(const ArrayReference& other) const {
/art/runtime/gc/accounting/
Dspace_bitmap-inl.h214 inline std::ostream& operator << (std::ostream& stream, const SpaceBitmap<kAlignment>& bitmap) {
/art/dexlayout/
Ddex_writer.h47 bool operator>(const MapItem& other) const {

12345678