/external/v8/src/heap/ |
D | object-stats.h | 40 void RecordObjectStats(InstanceType type, size_t size) { in RecordObjectStats() 78 over_allocated_[InstanceType::FIXED_ARRAY_TYPE] += over_allocated; in RecordFixedArraySubTypeStats() 79 over_allocated_histogram_[InstanceType::FIXED_ARRAY_TYPE] in RecordFixedArraySubTypeStats()
|
D | heap.h | 1577 InstanceType type; 1588 InstanceType type; 1946 AllocateMap(InstanceType instance_type, int instance_size, 2001 AllocatePartialMap(InstanceType instance_type, int instance_size); 2122 MUST_USE_RESULT AllocationResult AllocateStruct(InstanceType type);
|
/external/python/cpython2/Lib/ |
D | new.py | 13 from types import InstanceType as instance
|
D | types.py | 56 InstanceType = type(_x) variable
|
D | copy.py | 141 d[types.InstanceType] = _copy_inst 304 d[types.InstanceType] = _deepcopy_inst
|
D | dis.py | 25 if isinstance(x, types.InstanceType):
|
D | traceback.py | 171 isinstance(etype, types.InstanceType) or
|
D | xmlrpclib.py | 659 f = self.dispatch[InstanceType] 763 dispatch[InstanceType] = dump_instance
|
/external/v8/src/compiler/ |
D | access-builder.h | 212 static FieldAccess ForJSArrayIteratorIndex(InstanceType type = JS_OBJECT_TYPE, in NON_EXPORTED_BASE()
|
D | js-intrinsic-lowering.h | 50 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type); in NON_EXPORTED_BASE()
|
D | js-builtin-reducer.h | 110 InstanceType instance_type, in NON_EXPORTED_BASE()
|
/external/v8/src/ |
D | factory.h | 333 Handle<Struct> NewStruct(InstanceType type); 383 InstanceType type, 619 Handle<Object> prototype, InstanceType type, 624 InstanceType type,
|
D | objects.h | 602 enum InstanceType { enum 847 InstanceType instance_type); 1707 void IterateBody(InstanceType type, int object_size, ObjectVisitor* v); 1713 inline void IterateBodyFast(InstanceType type, int object_size, 2352 static inline int GetHeaderSize(InstanceType instance_type); 4662 static inline int TypedArraySize(InstanceType type, int length); 4663 inline int TypedArraySize(InstanceType type); 4671 static inline int ElementSize(InstanceType type); 4673 inline int DataSize(InstanceType type); 4683 static const InstanceType kInstanceType = Traits::kInstanceType; [all …]
|
D | objects-inl.h | 195 InstanceType instance_type = map()->instance_type(); in IsFixedArray() 324 InstanceType instance_type = map()->instance_type(); in IsFiller() 329 InstanceType instance_type = map()->instance_type(); in IsFixedTypedArrayBase() 347 InstanceType instance_type = map()->instance_type(); in IsJSArrayIterator() 777 StringShape::StringShape(InstanceType t) : type_(static_cast<uint32_t>(t)) { in StringShape() 1671 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack() 2056 int JSObject::GetHeaderSize(InstanceType type) { in GetHeaderSize() 2127 inline bool IsSpecialReceiverInstanceType(InstanceType instance_type) { in IsSpecialReceiverInstanceType() 2134 InstanceType instance_type = map->instance_type(); in GetInternalFieldCount() 3256 STATIC_CONST_MEMBER_DEFINITION const InstanceType [all …]
|
D | objects-body-descriptors-inl.h | 436 ReturnType BodyDescriptorApply(InstanceType type, T1 p1, T2 p2, T3 p3) { in BodyDescriptorApply() 614 void HeapObject::IterateBodyFast(InstanceType type, int object_size, in IterateBodyFast()
|
/external/v8/src/ffi/ |
D | ffi-compiler.cc | 18 InstanceType instance_type = prev_map->instance_type(); in InstallFFIMap()
|
/external/python/cpython2/Lib/idlelib/ |
D | ObjectBrowser.py | 125 InstanceType: InstanceTreeItem,
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_dbshelve.py | 241 from types import InstanceType 242 self.assertEqual(type(value), InstanceType)
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 2669 void GetCheckInterval(InstanceType* first, InstanceType* last); 3052 InstanceType instance_type = GetInstanceType(); in IsCell() 3133 InstanceType GetInstanceType() const { in GetInstanceType() 3239 InstanceType instance_type); 3264 static const InstanceType kUnknownInstanceType = FILLER_TYPE; 3265 class InstanceTypeField : public BitField<InstanceType, 16, 8> {}; 3985 HHasInstanceTypeAndBranch, HValue*, InstanceType); 3987 HHasInstanceTypeAndBranch, HValue*, InstanceType, InstanceType); 3989 InstanceType from() { return from_; } in from() 3990 InstanceType to() { return to_; } in to() [all …]
|
D | hydrogen-check-elimination.cc | 461 InstanceType type; in ReduceCheckInstanceType() 470 InstanceType first_type, last_type; in ReduceCheckInstanceType()
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetools.py | 175 elif type(signature) == InstanceType and hasattr(signature, '__aepack__'):
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1381 InstanceType type); 1394 InstanceType type, 1401 InstanceType type, 1409 InstanceType type);
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 370 void CmpObjectType(Register heap_object, InstanceType type, Register map); 373 void CmpInstanceType(Register map, InstanceType type);
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 357 InstanceType instance_type = receiver_map->instance_type(); in GetKeyedLoadHandler()
|
/external/python/cpython2/Doc/library/ |
D | types.rst | 148 .. data:: InstanceType
|