Home
last modified time | relevance | path

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

123

/external/chromium_org/chrome/browser/extensions/api/declarative/
Ddeduping_factory.h78 typedef std::string InstanceType; typedef
82 typedef base::hash_map<InstanceType, PrototypeList> ExistingPrototypes;
83 typedef base::hash_map<InstanceType, FactoryMethod> FactoryMethods;
84 typedef base::hash_set<InstanceType> ParameterizedTypes;
/external/v8/src/
Dfactory.h190 Handle<Struct> NewStruct(InstanceType type);
216 Handle<Map> NewMap(InstanceType type,
360 InstanceType type,
370 InstanceType type,
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;
Dfactory.cc340 Handle<Struct> Factory::NewStruct(InstanceType type) { in NewStruct()
441 Handle<Map> Factory::NewMap(InstanceType type, in NewMap()
722 InstanceType type, in NewFunction()
752 InstanceType type, in NewFunctionWithPrototype()
1231 InstanceType type = INVALID_TYPE; in CreateApiFunction()
Dobjects-printer.cc40 static const char* TypeToString(InstanceType type);
70 InstanceType instance_type = map()->instance_type(); in HeapObjectPrint()
442 static const char* TypeToString(InstanceType type) { in TypeToString()
Dobjects-inl.h200 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsSpecFunction()
287 StringShape::StringShape(InstanceType t) in StringShape()
442 InstanceType instance_type = HeapObject::cast(this)->map()->instance_type(); in TYPE_CHECKER()
453 InstanceType instance_type = in TYPE_CHECKER()
519 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsJSProxy()
733 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsGlobalObject()
1435 InstanceType type = map()->instance_type(); in GetHeaderSize()
2332 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_type) { in SeqTwoByteStringSize()
2337 int SeqAsciiString::SeqAsciiStringSize(InstanceType instance_type) { in SeqAsciiStringSize()
2389 InstanceType type = map()->instance_type(); in is_short()
[all …]
Dheap-inl.h350 InstanceType type = object->map()->instance_type(); in TargetSpace()
358 AllocationSpace Heap::TargetSpaceId(InstanceType type) { in TargetSpaceId()
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.
Dobjects.h528 enum InstanceType { enum
712 InstanceType type;
1195 void IterateBody(InstanceType type, int object_size, ObjectVisitor* v);
4529 inline InstanceType instance_type();
4530 inline void set_instance_type(InstanceType value);
6729 inline explicit StringShape(InstanceType t);
7181 inline int SeqAsciiStringSize(InstanceType instance_type);
7231 inline int SeqTwoByteStringSize(InstanceType instance_type);
/external/chromium_org/v8/src/
Dfactory.h225 Handle<Struct> NewStruct(InstanceType type);
264 InstanceType type,
435 InstanceType type,
445 InstanceType type,
Dheap.h698 InstanceType type,
732 InstanceType instance_type,
737 MUST_USE_RESULT MaybeObject* AllocatePartialMap(InstanceType instance_type,
995 MUST_USE_RESULT MaybeObject* AllocateStruct(InstanceType type);
1337 static inline AllocationSpace TargetSpaceId(InstanceType type);
1807 void RecordObjectStats(InstanceType type, size_t size) { in RecordObjectStats()
1995 InstanceType type;
2006 InstanceType type;
Dheap-inl.h382 InstanceType type = object->map()->instance_type(); in TargetSpace()
390 AllocationSpace Heap::TargetSpaceId(InstanceType type) { in TargetSpaceId()
432 InstanceType type = object->map()->instance_type(); in AllowedToBeMigrated()
Dfactory.cc446 Handle<Struct> Factory::NewStruct(InstanceType type) { in NewStruct()
584 Handle<Map> Factory::NewMap(InstanceType type, in NewMap()
971 InstanceType type, in NewFunction()
1001 InstanceType type, in NewFunctionWithPrototype()
1544 InstanceType type; in CreateApiFunction()
Dobjects-inl.h197 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsSpecFunction()
293 StringShape::StringShape(InstanceType t) in StringShape()
459 InstanceType instance_type = HeapObject::cast(this)->map()->instance_type(); in TYPE_CHECKER()
470 InstanceType instance_type = in TYPE_CHECKER()
541 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsJSProxy()
793 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsGlobalObject()
1360 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack()
1677 InstanceType type = map()->instance_type(); in GetHeaderSize()
2970 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_type) { in SeqTwoByteStringSize()
2975 int SeqOneByteString::SeqOneByteStringSize(InstanceType instance_type) { in SeqOneByteStringSize()
[all …]
Dhydrogen-instructions.h2935 void GetCheckInterval(InstanceType* first, InstanceType* last);
4521 HHasInstanceTypeAndBranch, HValue*, InstanceType);
4523 HHasInstanceTypeAndBranch, HValue*, InstanceType, InstanceType);
4525 InstanceType from() { return from_; } in from()
4526 InstanceType to() { return to_; } in to()
4537 HHasInstanceTypeAndBranch(HValue* value, InstanceType type) in DECLARE_CONCRETE_INSTRUCTION()
4539 HHasInstanceTypeAndBranch(HValue* value, InstanceType from, InstanceType to) in HHasInstanceTypeAndBranch()
4544 InstanceType from_;
4545 InstanceType to_; // Inclusive range, not all combinations work.
5445 InstanceType instance_type,
[all …]
Dobjects-printer.cc77 InstanceType instance_type = map()->instance_type(); in HeapObjectPrint()
510 static const char* TypeToString(InstanceType type) { in TypeToString()
/external/v8/test/cctest/
Dtest-alloc.cc102 InstanceType instance_type = JS_OBJECT_TYPE; in AllocateAfterFailures()
/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.h859 InstanceType type);
866 InstanceType min_type,
867 InstanceType max_type,
875 InstanceType type);
/external/v8/src/ia32/
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/
Dmacro-assembler-ia32.h395 void CmpObjectType(Register heap_object, InstanceType type, Register map);
398 void CmpInstanceType(Register map, InstanceType type);
/external/v8/src/x64/
Dmacro-assembler-x64.h858 void CmpObjectType(Register heap_object, InstanceType type, Register map);
862 void CmpInstanceType(Register map, InstanceType type);
/external/v8/src/arm/
Dmacro-assembler-arm.h774 InstanceType type);
781 InstanceType type);
/external/chromium_org/third_party/protobuf/python/
Dmox.py155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
/external/protobuf/python/
Dmox.py155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.h917 void CmpObjectType(Register heap_object, InstanceType type, Register map);
921 void CmpInstanceType(Register map, InstanceType type);

123