Home
last modified time | relevance | path

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

1234

/external/v8/src/heap/
Dobject-stats.h40 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()
Dheap.h1577 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/
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):
Dtraceback.py171 isinstance(etype, types.InstanceType) or
Dxmlrpclib.py659 f = self.dispatch[InstanceType]
763 dispatch[InstanceType] = dump_instance
/external/v8/src/compiler/
Daccess-builder.h212 static FieldAccess ForJSArrayIteratorIndex(InstanceType type = JS_OBJECT_TYPE, in NON_EXPORTED_BASE()
Djs-intrinsic-lowering.h50 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type); in NON_EXPORTED_BASE()
Djs-builtin-reducer.h110 InstanceType instance_type, in NON_EXPORTED_BASE()
/external/v8/src/
Dfactory.h333 Handle<Struct> NewStruct(InstanceType type);
383 InstanceType type,
619 Handle<Object> prototype, InstanceType type,
624 InstanceType type,
Dobjects.h602 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 …]
Dobjects-body-descriptors-inl.h436 ReturnType BodyDescriptorApply(InstanceType type, T1 p1, T2 p2, T3 p3) { in BodyDescriptorApply()
614 void HeapObject::IterateBodyFast(InstanceType type, int object_size, in IterateBodyFast()
Dobjects-inl.h195 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 …]
/external/v8/src/ffi/
Dffi-compiler.cc18 InstanceType instance_type = prev_map->instance_type(); in InstallFFIMap()
/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/crankshaft/
Dhydrogen-instructions.h2669 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 …]
Dhydrogen-check-elimination.cc461 InstanceType type; in ReduceCheckInstanceType()
470 InstanceType first_type, last_type; in ReduceCheckInstanceType()
/external/python/cpython2/Lib/plat-mac/
Daetools.py175 elif type(signature) == InstanceType and hasattr(signature, '__aepack__'):
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1381 InstanceType type);
1394 InstanceType type,
1401 InstanceType type,
1409 InstanceType type);
/external/v8/src/x87/
Dmacro-assembler-x87.h370 void CmpObjectType(Register heap_object, InstanceType type, Register map);
373 void CmpInstanceType(Register map, InstanceType type);
/external/python/cpython2/Doc/library/
Dtypes.rst148 .. data:: InstanceType
/external/v8/src/ic/
Dhandler-compiler.cc357 InstanceType instance_type = receiver_map->instance_type(); in GetKeyedLoadHandler()

1234