/external/chromium_org/chrome/browser/extensions/api/declarative/ |
D | deduping_factory.h | 78 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/ |
D | factory.h | 190 Handle<Struct> NewStruct(InstanceType type); 216 Handle<Map> NewMap(InstanceType type, 360 InstanceType type, 370 InstanceType type,
|
D | heap.h | 591 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;
|
D | factory.cc | 340 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()
|
D | objects-printer.cc | 40 static const char* TypeToString(InstanceType type); 70 InstanceType instance_type = map()->instance_type(); in HeapObjectPrint() 442 static const char* TypeToString(InstanceType type) { in TypeToString()
|
D | objects-inl.h | 200 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 …]
|
D | heap-inl.h | 350 InstanceType type = object->map()->instance_type(); in TargetSpace() 358 AllocationSpace Heap::TargetSpaceId(InstanceType type) { in TargetSpaceId()
|
D | hydrogen-instructions.h | 2117 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.
|
D | objects.h | 528 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/ |
D | factory.h | 225 Handle<Struct> NewStruct(InstanceType type); 264 InstanceType type, 435 InstanceType type, 445 InstanceType type,
|
D | heap.h | 698 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;
|
D | heap-inl.h | 382 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()
|
D | factory.cc | 446 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()
|
D | objects-inl.h | 197 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 …]
|
D | hydrogen-instructions.h | 2935 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 …]
|
D | objects-printer.cc | 77 InstanceType instance_type = map()->instance_type(); in HeapObjectPrint() 510 static const char* TypeToString(InstanceType type) { in TypeToString()
|
/external/v8/test/cctest/ |
D | test-alloc.cc | 102 InstanceType instance_type = JS_OBJECT_TYPE; in AllocateAfterFailures()
|
/external/chromium_org/v8/src/arm/ |
D | macro-assembler-arm.h | 859 InstanceType type); 866 InstanceType min_type, 867 InstanceType max_type, 875 InstanceType type);
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 341 void CmpObjectType(Register heap_object, InstanceType type, Register map); 344 void CmpInstanceType(Register map, InstanceType type);
|
/external/chromium_org/v8/src/ia32/ |
D | macro-assembler-ia32.h | 395 void CmpObjectType(Register heap_object, InstanceType type, Register map); 398 void CmpInstanceType(Register map, InstanceType type);
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 858 void CmpObjectType(Register heap_object, InstanceType type, Register map); 862 void CmpInstanceType(Register map, InstanceType type);
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 774 InstanceType type); 781 InstanceType type);
|
/external/chromium_org/third_party/protobuf/python/ |
D | mox.py | 155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
|
/external/protobuf/python/ |
D | mox.py | 155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
|
/external/chromium_org/v8/src/x64/ |
D | macro-assembler-x64.h | 917 void CmpObjectType(Register heap_object, InstanceType type, Register map); 921 void CmpInstanceType(Register map, InstanceType type);
|