Searched refs:InstanceType (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/cc/animation/
H A Danimation.h123 enum InstanceType { enum in class:cc::Animation
128 scoped_ptr<Animation> Clone(InstanceType instance_type) const;
129 scoped_ptr<Animation> CloneAndInitialize(InstanceType instance_type,
H A Danimation.cc207 scoped_ptr<Animation> Animation::Clone(InstanceType instance_type) const {
211 scoped_ptr<Animation> Animation::CloneAndInitialize(InstanceType instance_type,
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Ddeduping_factory.h78 typedef std::string InstanceType; typedef in class:extensions::DedupingFactory
82 typedef base::hash_map<InstanceType, PrototypeList> ExistingPrototypes;
83 typedef base::hash_map<InstanceType, FactoryMethod> FactoryMethods;
84 typedef base::hash_set<InstanceType> ParameterizedTypes;
/external/chromium_org/v8/src/
H A Dfactory.h215 Handle<Struct> NewStruct(InstanceType type);
249 InstanceType type,
421 InstanceType type,
431 InstanceType type,
H A Dheap.h724 InstanceType type,
758 InstanceType instance_type,
763 MUST_USE_RESULT MaybeObject* AllocatePartialMap(InstanceType instance_type,
1031 MUST_USE_RESULT MaybeObject* AllocateStruct(InstanceType type);
1392 static inline AllocationSpace TargetSpaceId(InstanceType type);
1854 void RecordObjectStats(InstanceType type, int sub_type, size_t size) {
2017 InstanceType type;
2028 InstanceType type;
2302 // Object counts and used memory by InstanceType
H A Dheap-inl.h406 InstanceType type = object->map()->instance_type();
414 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
456 InstanceType type = object->map()->instance_type();
H A Dfactory.cc406 Handle<Struct> Factory::NewStruct(InstanceType type) {
528 Handle<Map> Factory::NewMap(InstanceType type,
883 InstanceType type,
913 InstanceType type,
1399 InstanceType type;
H A Dobjects-inl.h216 InstanceType type = HeapObject::cast(this)->map()->instance_type();
313 StringShape::StringShape(InstanceType t)
479 InstanceType instance_type = HeapObject::cast(this)->map()->instance_type();
490 InstanceType instance_type =
561 InstanceType type = HeapObject::cast(this)->map()->instance_type();
812 InstanceType type = HeapObject::cast(this)->map()->instance_type();
1352 inline bool AllocationSite::CanTrack(InstanceType type) {
1666 InstanceType type = map()->instance_type();
2860 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_type) {
2865 int SeqOneByteString::SeqOneByteStringSize(InstanceType instance_typ
[all...]
H A Dhydrogen-instructions.h2679 void GetCheckInterval(InstanceType* first, InstanceType* last);
4135 HHasInstanceTypeAndBranch(HValue* value, InstanceType type)
4137 HHasInstanceTypeAndBranch(HValue* value, InstanceType from, InstanceType to)
4142 InstanceType from() { return from_; }
4143 InstanceType to() { return to_; }
4154 InstanceType from_;
4155 InstanceType to_; // Inclusive range, not all combinations work.
5046 InstanceType instance_typ
[all...]
H A Dobjects-printer.cc77 InstanceType instance_type = map()->instance_type();
507 static const char* TypeToString(InstanceType type) {
/external/v8/src/
H A Dfactory.h190 Handle<Struct> NewStruct(InstanceType type);
216 Handle<Map> NewMap(InstanceType type,
360 InstanceType type,
370 InstanceType type,
H A Dheap.h591 InstanceType type,
619 InstanceType instance_type,
624 MUST_USE_RESULT MaybeObject* AllocatePartialMap(InstanceType instance_type,
843 MUST_USE_RESULT MaybeObject* AllocateStruct(InstanceType type);
1184 inline AllocationSpace TargetSpaceId(InstanceType type);
1730 InstanceType type;
1741 InstanceType type;
H A Dheap-inl.h350 InstanceType type = object->map()->instance_type();
358 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
H A Dobjects-printer.cc40 static const char* TypeToString(InstanceType type);
70 InstanceType instance_type = map()->instance_type();
442 static const char* TypeToString(InstanceType type) {
H A Dfactory.cc340 Handle<Struct> Factory::NewStruct(InstanceType type) {
441 Handle<Map> Factory::NewMap(InstanceType type,
722 InstanceType type,
752 InstanceType type,
1231 InstanceType type = INVALID_TYPE;
H A Dobjects-inl.h200 InstanceType type = HeapObject::cast(this)->map()->instance_type();
287 StringShape::StringShape(InstanceType t)
442 InstanceType instance_type = HeapObject::cast(this)->map()->instance_type();
453 InstanceType instance_type =
519 InstanceType type = HeapObject::cast(this)->map()->instance_type();
733 InstanceType type = HeapObject::cast(this)->map()->instance_type();
1435 InstanceType type = map()->instance_type();
2332 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_type) {
2337 int SeqAsciiString::SeqAsciiStringSize(InstanceType instance_type) {
2389 InstanceType typ
[all...]
H A Dhydrogen-instructions.h2117 void GetCheckInterval(InstanceType* first, InstanceType* last);
2934 HHasInstanceTypeAndBranch(HValue* value, InstanceType type)
2936 HHasInstanceTypeAndBranch(HValue* value, InstanceType from, InstanceType to)
2941 InstanceType from() { return from_; }
2942 InstanceType to() { return to_; }
2953 InstanceType from_;
2954 InstanceType to_; // Inclusive range, not all combinations work.
/external/v8/test/cctest/
H A Dtest-alloc.cc102 InstanceType instance_type = JS_OBJECT_TYPE;
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h341 void CmpObjectType(Register heap_object, InstanceType type, Register map);
344 void CmpInstanceType(Register map, InstanceType type);
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h376 void CmpObjectType(Register heap_object, InstanceType type, Register map);
379 void CmpInstanceType(Register map, InstanceType type);
/external/v8/src/x64/
H A Dmacro-assembler-x64.h858 void CmpObjectType(Register heap_object, InstanceType type, Register map);
862 void CmpInstanceType(Register map, InstanceType type);
/external/chromium_org/third_party/protobuf/python/
H A Dmox.py155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
/external/protobuf/python/
H A Dmox.py155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h848 InstanceType type);
855 InstanceType type);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h880 void CmpObjectType(Register heap_object, InstanceType type, Register map);
884 void CmpInstanceType(Register map, InstanceType type);

Completed in 452 milliseconds

123