HomeSort by relevance Sort by last modified time
    Searched refs:InstanceType (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
new.py 13 from types import InstanceType as instance
types.py 56 InstanceType = type(_x)
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
dis.py 25 if isinstance(x, types.InstanceType):
  /external/python/cpython2/Lib/
new.py 13 from types import InstanceType as instance
types.py 56 InstanceType = type(_x)
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
dis.py 25 if isinstance(x, types.InstanceType):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 56 InstanceType = type(_x)
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
dis.py 25 if isinstance(x, types.InstanceType):
  /external/skia/src/gpu/ccpr/
GrCCStroker.h 102 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType>
GrCCStroker.cpp     [all...]
  /external/skqp/src/gpu/ccpr/
GrCCStroker.h 102 template<int GrCCStrokeGeometry::InstanceTallies::* InstanceType>
GrCCStroker.cpp     [all...]
  /external/v8/src/objects/
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; \
map-inl.h 100 bool Map::CanHaveFastTransitionableElementsKind(InstanceType instance_type) {
111 Isolate* isolate, InstanceType instance_type, PropertyConstness* constness,
277 InstanceType Map::instance_type() const {
278 return static_cast<InstanceType>(
282 void Map::set_instance_type(InstanceType value) {
514 bool Map::IsJSObject(InstanceType type) {
fixed-array-inl.h 431 int FixedTypedArrayBase::ElementSize(InstanceType type) {
447 int FixedTypedArrayBase::DataSize(InstanceType type) const {
465 int FixedTypedArrayBase::TypedArraySize(InstanceType type) const {
470 int FixedTypedArrayBase::TypedArraySize(InstanceType type, int length) {
749 STATIC_CONST_MEMBER_DEFINITION const InstanceType
map.h 204 DECL_PRIMITIVE_ACCESSORS(instance_type, InstanceType)
497 Isolate* isolate, InstanceType instance_type,
    [all...]
string.h 38 inline explicit StringShape(InstanceType t);
523 inline int SeqOneByteStringSize(InstanceType instance_type);
570 inline int SeqTwoByteStringSize(InstanceType instance_type);
    [all...]
  /external/v8/src/compiler/
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,
js-heap-broker.h 35 HeapObjectType(InstanceType instance_type, Flags flags,
45 InstanceType instance_type() const { return instance_type_; }
52 InstanceType const instance_type_;
309 InstanceType instance_type() const;
js-intrinsic-lowering.h 53 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type);
  /external/v8/src/heap/
object-stats.h 109 void RecordObjectStats(InstanceType type, size_t size);
143 // Object counts and used memory by InstanceType.
148 // Approximation of overallocated memory by InstanceType.
150 // Detailed histograms by InstanceType.
  /external/python/cpython2/Lib/idlelib/
ObjectBrowser.py 125 InstanceType: InstanceTreeItem,

Completed in 891 milliseconds

1 2 3 4