/external/v8/src/objects/ |
D | fixed-array.h | 595 static inline int TypedArraySize(InstanceType type, int length); 596 inline int TypedArraySize(InstanceType type) const; 606 static inline int ElementSize(InstanceType type); 608 inline int DataSize(InstanceType type) const; 617 static const InstanceType kInstanceType = Traits::kInstanceType; 652 static const InstanceType kInstanceType = FIXED_##TYPE##_ARRAY_TYPE; \
|
D | map-inl.h | 100 bool Map::CanHaveFastTransitionableElementsKind(InstanceType instance_type) { in CanHaveFastTransitionableElementsKind() 111 Isolate* isolate, InstanceType instance_type, PropertyConstness* constness, in GeneralizeIfCanHaveTransitionableFastElementsKind() 277 InstanceType Map::instance_type() const { in instance_type() 278 return static_cast<InstanceType>( in instance_type() 282 void Map::set_instance_type(InstanceType value) { in set_instance_type() 514 bool Map::IsJSObject(InstanceType type) { in IsJSObject()
|
D | map.h | 204 DECL_PRIMITIVE_ACCESSORS(instance_type, InstanceType) 497 Isolate* isolate, InstanceType instance_type, 691 static Handle<Map> FixProxy(Handle<Map> map, InstanceType type, int size); 759 inline static bool IsJSObject(InstanceType type); 866 InstanceType instance_type);
|
D | fixed-array-inl.h | 431 int FixedTypedArrayBase::ElementSize(InstanceType type) { in ElementSize() 447 int FixedTypedArrayBase::DataSize(InstanceType type) const { in DataSize() 465 int FixedTypedArrayBase::TypedArraySize(InstanceType type) const { in TypedArraySize() 470 int FixedTypedArrayBase::TypedArraySize(InstanceType type, int length) { in TypedArraySize() 749 STATIC_CONST_MEMBER_DEFINITION const InstanceType
|
D | string-inl.h | 48 StringShape::StringShape(InstanceType t) : type_(static_cast<uint32_t>(t)) { in StringShape() 486 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_type) { in SeqTwoByteStringSize() 490 int SeqOneByteString::SeqOneByteStringSize(InstanceType instance_type) { in SeqOneByteStringSize() 540 InstanceType type = map()->instance_type(); in is_short()
|
D | string.h | 38 inline explicit StringShape(InstanceType t); 523 inline int SeqOneByteStringSize(InstanceType instance_type); 570 inline int SeqTwoByteStringSize(InstanceType instance_type);
|
/external/v8/src/compiler/ |
D | js-call-reducer.h | 102 Reduction ReduceFastArrayIteratorNext(InstanceType type, Node* node, 177 InstanceType collection_iterator_instance_type_first, 178 InstanceType collection_iterator_instance_type_last); 182 InstanceType instance_type,
|
D | js-heap-broker.h | 35 HeapObjectType(InstanceType instance_type, Flags flags, in HeapObjectType() 45 InstanceType instance_type() const { return instance_type_; } in instance_type() 52 InstanceType const instance_type_; 309 InstanceType instance_type() const;
|
D | js-intrinsic-lowering.h | 53 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type); in NON_EXPORTED_BASE()
|
D | node-properties.h | 160 Node* effect, InstanceType instance_type);
|
/external/skia/src/gpu/ccpr/ |
D | GrCCStroker.cpp | 774 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType> 781 int baseInstance = fBaseInstances[(int)GrScissorTest::kDisabled].*InstanceType; in drawConnectingGeometry() 782 int startIdx = startIndices[(int)GrScissorTest::kDisabled]->*InstanceType; in drawConnectingGeometry() 783 int endIdx = batch.fNonScissorEndInstances->*InstanceType; in drawConnectingGeometry() 792 baseInstance = fBaseInstances[(int)GrScissorTest::kEnabled].*InstanceType; in drawConnectingGeometry() 793 startIdx = startIndices[(int)GrScissorTest::kEnabled]->*InstanceType; in drawConnectingGeometry() 796 endIdx = subBatch.fEndInstances->*InstanceType; in drawConnectingGeometry()
|
D | GrCCStroker.h | 102 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType>
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStroker.cpp | 774 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType> 781 int baseInstance = fBaseInstances[(int)GrScissorTest::kDisabled].*InstanceType; in drawConnectingGeometry() 782 int startIdx = startIndices[(int)GrScissorTest::kDisabled]->*InstanceType; in drawConnectingGeometry() 783 int endIdx = batch.fNonScissorEndInstances->*InstanceType; in drawConnectingGeometry() 792 baseInstance = fBaseInstances[(int)GrScissorTest::kEnabled].*InstanceType; in drawConnectingGeometry() 793 startIdx = startIndices[(int)GrScissorTest::kEnabled]->*InstanceType; in drawConnectingGeometry() 796 endIdx = subBatch.fEndInstances->*InstanceType; in drawConnectingGeometry()
|
D | GrCCStroker.h | 102 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType>
|
/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):
|
/external/v8/src/heap/ |
D | factory.h | 411 Handle<Struct> NewStruct(InstanceType type, 477 Handle<Map> NewMap(InstanceType type, int instance_size, 482 Map* InitializeMap(Map* map, InstanceType type, int instance_size, 1047 Handle<String> name, Handle<Object> prototype, InstanceType type, 1071 InstanceType type_;
|
D | object-stats.h | 109 void RecordObjectStats(InstanceType type, size_t size);
|
D | object-stats.cc | 296 void ObjectStats::RecordObjectStats(InstanceType type, size_t size) { in RecordObjectStats() 364 void RecordObjectStats(HeapObject* obj, InstanceType type, size_t size); 737 InstanceType type, in RecordObjectStats()
|
/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/ |
D | objects-inl.h | 94 V8_INLINE bool Is##type(InstanceType instance_type) { \ 101 V8_INLINE bool IsFixedArrayBase(InstanceType instance_type) { in IsFixedArrayBase() 106 V8_INLINE bool IsHeapObject(InstanceType instance_type) { return true; } in IsHeapObject() 108 V8_INLINE bool IsInternalizedString(InstanceType instance_type) { in IsInternalizedString() 114 V8_INLINE bool IsJSObject(InstanceType instance_type) { in IsJSObject() 285 InstanceType instance_type = map()->instance_type(); in IsFiller() 1071 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack() 1325 InstanceType instance_type = map->instance_type(); in GetHeaderSize() 1331 inline bool IsSpecialReceiverInstanceType(InstanceType instance_type) { in IsSpecialReceiverInstanceType() 1344 inline bool IsCustomElementsReceiverInstanceType(InstanceType instance_type) { in IsCustomElementsReceiverInstanceType() [all …]
|
/external/v8/src/builtins/ |
D | builtins-array-gen.h | 149 static ElementsKind ElementsKindForInstanceType(InstanceType type);
|