Home
last modified time | relevance | path

Searched refs:InstanceType (Results 1 – 25 of 80) sorted by relevance

1234

/external/v8/src/objects/
Dfixed-array.h595 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; \
Dmap-inl.h100 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()
Dmap.h204 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);
Dfixed-array-inl.h431 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
Dstring-inl.h48 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()
Dstring.h38 inline explicit StringShape(InstanceType t);
523 inline int SeqOneByteStringSize(InstanceType instance_type);
570 inline int SeqTwoByteStringSize(InstanceType instance_type);
/external/v8/src/compiler/
Djs-call-reducer.h102 Reduction ReduceFastArrayIteratorNext(InstanceType type, Node* node,
177 InstanceType collection_iterator_instance_type_first,
178 InstanceType collection_iterator_instance_type_last);
182 InstanceType instance_type,
Djs-heap-broker.h35 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;
Djs-intrinsic-lowering.h53 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type); in NON_EXPORTED_BASE()
Dnode-properties.h160 Node* effect, InstanceType instance_type);
/external/skia/src/gpu/ccpr/
DGrCCStroker.cpp774 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()
DGrCCStroker.h102 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType>
/external/skqp/src/gpu/ccpr/
DGrCCStroker.cpp774 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()
DGrCCStroker.h102 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType>
/external/python/cpython2/Lib/
Dnew.py13 from types import InstanceType as instance
Dtypes.py56 InstanceType = type(_x) variable
Dcopy.py141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
Ddis.py25 if isinstance(x, types.InstanceType):
/external/v8/src/heap/
Dfactory.h411 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_;
Dobject-stats.h109 void RecordObjectStats(InstanceType type, size_t size);
Dobject-stats.cc296 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/
DObjectBrowser.py125 InstanceType: InstanceTreeItem,
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbshelve.py241 from types import InstanceType
242 self.assertEqual(type(value), InstanceType)
/external/v8/src/
Dobjects-inl.h94 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/
Dbuiltins-array-gen.h149 static ElementsKind ElementsKindForInstanceType(InstanceType type);

1234