/external/v8/src/ |
D | objects-body-descriptors-inl.h | 123 static inline void IterateBody(HeapObject* obj, int object_size, in IterateBody() 138 static inline void IterateBody(HeapObject* obj, int object_size) { in IterateBody() 173 static inline void IterateBody(HeapObject* obj, int object_size, in IterateBody() 180 static inline void IterateBody(HeapObject* obj, int object_size) { in IterateBody() 201 static inline void IterateBody(HeapObject* obj, int object_size, in IterateBody() 209 static inline void IterateBody(HeapObject* obj, int object_size) { in IterateBody() 229 static inline void IterateBody(HeapObject* obj, int object_size, in IterateBody() 235 static inline void IterateBody(HeapObject* obj, int object_size) { in IterateBody() 257 static inline void IterateBody(HeapObject* obj, int object_size, in IterateBody() 268 static inline void IterateBody(HeapObject* obj, int object_size) { in IterateBody() [all …]
|
D | objects-body-descriptors.h | 89 static inline void IterateBody(HeapObject* obj, int object_size, in IterateBody() 101 static inline void IterateBody(HeapObject* obj, int object_size) { in IterateBody() 121 static inline void IterateBody(HeapObject* obj, int object_size, in IterateBody() 127 static inline void IterateBody(HeapObject* obj, int object_size) { in IterateBody()
|
/external/v8/src/heap/ |
D | scavenger.cc | 149 HeapObject* object, int object_size) { in SemiSpaceCopyObject() 178 HeapObject* object, int object_size) { in PromoteObject() 204 HeapObject* object, int object_size) { in EvacuateObject() 258 int object_size = FixedArray::SizeFor(length); in EvacuateFixedArray() local 266 int object_size = FixedDoubleArray::SizeFor(length); in EvacuateFixedDoubleArray() local 272 int object_size = reinterpret_cast<FixedTypedArrayBase*>(object)->size(); in EvacuateFixedTypedArray() local 279 int object_size = reinterpret_cast<FixedFloat64Array*>(object)->size(); in EvacuateFixedFloat64Array() local 286 int object_size = reinterpret_cast<ByteArray*>(object)->ByteArraySize(); in EvacuateByteArray() local 292 int object_size = SeqOneByteString::cast(object) in EvacuateSeqOneByteString() local 299 int object_size = SeqTwoByteString::cast(object) in EvacuateSeqTwoByteString() local [all …]
|
D | object-stats.cc | 175 int object_size = obj->Size(); in CollectStatistics() local 208 int object_size = obj->Size(); in RecordCodeStats() local
|
D | objects-visiting.h | 129 int object_size, in GetVisitorIdForSize() 206 int object_size = BodyDescriptor::SizeOf(map, object); in INLINE() local
|
D | heap-inl.h | 397 bool Heap::ShouldBePromoted(Address old_address, int object_size) { in ShouldBePromoted()
|
D | heap.h | 1267 inline void IncrementPromotedObjectsSize(intptr_t object_size) { in IncrementPromotedObjectsSize() 1273 inline void IncrementSemiSpaceCopiedObjectSize(intptr_t object_size) { in IncrementSemiSpaceCopiedObjectSize()
|
D | incremental-marking.cc | 200 int object_size = FixedArray::BodyDescriptor::SizeOf(map, object); in VisitFixedArrayIncremental() local
|
/external/v8/test/cctest/heap/ |
D | test-compaction.cc | 85 const int object_size = Page::kAllocatableMemory / objects_per_page; in HEAP_TEST() local 159 const int object_size = Page::kAllocatableMemory / objects_per_page; in HEAP_TEST() local 246 const int object_size = Page::kAllocatableMemory / objects_per_page; in HEAP_TEST() local
|
D | heap-utils.cc | 33 int object_size) { in CreatePadding()
|
/external/v8/src/compiler/ |
D | memory-optimizer.cc | 124 int32_t const object_size = m.Value(); in VisitAllocate() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2101 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 2122 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 2318 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local 7310 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() 7409 uint32_t filetype, uint32_t object_size, in PrintSection() 7537 uint32_t object_size) { in PrintSymtabLoadCommand() 7583 uint32_t nsyms, uint32_t object_size, in PrintDysymtabLoadCommand() 7716 uint32_t object_size) { in PrintDyldInfoLoadCommand() 7922 uint32_t object_size) { in PrintEncryptionInfoCommand() 7943 uint32_t object_size) { in PrintEncryptionInfoCommand64() [all …]
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1464 void MacroAssembler::Allocate(int object_size, in Allocate() 1614 void MacroAssembler::Allocate(Register object_size, in Allocate() 1678 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate() 1702 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | cloud_api_delegator.py | 216 generation=None, object_size=None, argument
|
D | cloud_api.py | 258 provider=None, generation=None, object_size=None, argument
|
D | gcs_json_api.py | 633 provider=None, generation=None, object_size=None, argument
|
D | boto_translation.py | 425 generation=None, object_size=None, argument
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 180 int object_size) in GeneratedMessageReflection() 205 int object_size) in GeneratedMessageReflection()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1522 void MacroAssembler::Allocate(int object_size, in Allocate() 1672 void MacroAssembler::Allocate(Register object_size, in Allocate() 1736 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate() 1760 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1966 void MacroAssembler::Allocate(int object_size, in Allocate() 2080 void MacroAssembler::Allocate(Register object_size, Register result, in Allocate() 2177 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate() 2224 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 3027 void MacroAssembler::Allocate(int object_size, in Allocate() 3108 void MacroAssembler::Allocate(Register object_size, Register result, in Allocate() 3189 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate() 3223 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1780 void MacroAssembler::Allocate(int object_size, Register result, in Allocate() 1881 void MacroAssembler::Allocate(Register object_size, Register result, in Allocate() 1983 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate() 2036 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4867 void MacroAssembler::Allocate(int object_size, in Allocate() 4944 void MacroAssembler::Allocate(Register object_size, in Allocate() 4993 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate() 5010 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 1696 void MacroAssembler::Allocate(int object_size, Register result, in Allocate() 1797 void MacroAssembler::Allocate(Register object_size, Register result, in Allocate() 1899 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate() 1952 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 4162 void MacroAssembler::Allocate(int object_size, in Allocate() 4253 void MacroAssembler::Allocate(Register object_size, Register result, in Allocate() 4347 void MacroAssembler::FastAllocate(int object_size, Register result, in FastAllocate() 4390 void MacroAssembler::FastAllocate(Register object_size, Register result, in FastAllocate()
|