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

12

/external/chromium_org/extensions/browser/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.h256 Handle<Struct> NewStruct(InstanceType type);
303 InstanceType type,
475 InstanceType type,
480 InstanceType type,
704 void ReinitializeJSProxy(Handle<JSProxy> proxy, InstanceType type, int size);
H A Dhydrogen-instructions.h2938 void GetCheckInterval(InstanceType* first, InstanceType* last);
3630 InstanceType GetInstanceType() const { return instance_type_; }
3729 InstanceType instance_type);
3765 static const InstanceType kUnknownInstanceType = FILLER_TYPE;
3766 InstanceType instance_type_;
4596 HHasInstanceTypeAndBranch, HValue*, InstanceType);
4598 HHasInstanceTypeAndBranch, HValue*, InstanceType, InstanceType);
4600 InstanceType fro
[all...]
H A Dobjects-inl.h199 InstanceType type = HeapObject::cast(this)->map()->instance_type();
322 StringShape::StringShape(InstanceType t)
630 InstanceType instance_type = HeapObject::cast(this)->map()->instance_type();
638 InstanceType instance_type =
656 InstanceType instance_type =
975 InstanceType type = HeapObject::cast(this)->map()->instance_type();
1481 InstanceType type = map()->instance_type();
1614 inline bool AllocationSite::CanTrack(InstanceType type) {
1920 InstanceType type = map()->instance_type();
3514 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_typ
[all...]
H A Dfactory.cc782 Handle<Struct> Factory::NewStruct(InstanceType type) {
946 Handle<Map> Factory::NewMap(InstanceType type,
1298 InstanceType type,
1320 InstanceType type,
1784 void Factory::ReinitializeJSProxy(Handle<JSProxy> proxy, InstanceType type,
2147 InstanceType type;
H A Dhydrogen-check-elimination.cc460 InstanceType type;
469 InstanceType first_type, last_type;
H A Dobjects-printer.cc40 InstanceType instance_type = map()->instance_type();
411 static const char* TypeToString(InstanceType type) {
H A Dobjects.h316 // All Maps have a field instance_type containing a InstanceType.
610 enum InstanceType { enum in namespace:v8::internal
1369 void IterateBody(InstanceType type, int object_size, ObjectVisitor* v);
4717 inline int TypedArraySize(InstanceType type);
4725 inline int DataSize(InstanceType type);
4735 static const InstanceType kInstanceType = Traits::kInstanceType;
4771 static const InstanceType kInstanceType = FIXED_##TYPE##_ARRAY_TYPE; \
5611 inline InstanceType instance_type();
5612 inline void set_instance_type(InstanceType value);
6126 InstanceType typ
[all...]
H A Dobjects-debug.cc43 InstanceType instance_type = map()->instance_type();
H A Dhydrogen-instructions.cc1606 void HCheckInstanceType::GetCheckInterval(InstanceType* first,
1607 InstanceType* last) {
2707 InstanceType instance_type)
3230 InstanceType type = constant->GetInstanceType();
3287 InstanceType type = HConstant::cast(value())->GetInstanceType();
/external/chromium_org/v8/src/heap/
H A Dheap-inl.h393 InstanceType type = object->map()->instance_type();
399 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
443 InstanceType type = obj->map()->instance_type();
H A Dheap.h860 static inline AllocationSpace TargetSpaceId(InstanceType type);
1300 void RecordObjectStats(InstanceType type, size_t size) {
1372 AllocateMap(InstanceType instance_type, int instance_size,
1542 InstanceType type;
1553 InstanceType type;
1672 AllocatePartialMap(InstanceType instance_type, int instance_size);
1820 MUST_USE_RESULT AllocationResult AllocateStruct(InstanceType type);
1954 // Object counts and used memory by InstanceType
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DRegexps.py164 if type(value) == types.InstanceType:
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h840 InstanceType type);
847 InstanceType min_type,
848 InstanceType max_type,
856 InstanceType type);
H A Dlithium-codegen-arm.cc2622 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) {
2623 InstanceType from = instr->from();
2624 InstanceType to = instr->to();
2632 InstanceType from = instr->from();
2633 InstanceType to = instr->to();
5125 InstanceType first;
5126 InstanceType last;
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h1414 InstanceType type);
1427 InstanceType type,
1434 InstanceType type,
1442 InstanceType type);
H A Dlithium-codegen-arm64.cc2250 InstanceType first, last;
2988 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) {
2989 InstanceType from = instr->from();
2990 InstanceType to = instr->to();
2999 InstanceType from = instr->from();
3000 InstanceType to = instr->to();
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h365 void CmpObjectType(Register heap_object, InstanceType type, Register map);
368 void CmpInstanceType(Register map, InstanceType type);
H A Dlithium-codegen-ia32.cc2467 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) {
2468 InstanceType from = instr->from();
2469 InstanceType to = instr->to();
2477 InstanceType from = instr->from();
2478 InstanceType to = instr->to();
4912 InstanceType first;
4913 InstanceType last;
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.h337 void CmpObjectType(Register heap_object, InstanceType type, Register map);
340 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/x64/
H A Dmacro-assembler-x64.h942 void CmpObjectType(Register heap_object, InstanceType type, Register map);
946 void CmpInstanceType(Register map, InstanceType type);
H A Dlithium-codegen-x64.cc2513 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) {
2514 InstanceType from = instr->from();
2515 InstanceType to = instr->to();
2523 InstanceType from = instr->from();
2524 InstanceType to = instr->to();
5107 InstanceType first;
5108 InstanceType last;
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc2524 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) {
2525 InstanceType from = instr->from();
2526 InstanceType to = instr->to();
2534 InstanceType from = instr->from();
2535 InstanceType to = instr->to();
5101 InstanceType first;
5102 InstanceType last;

Completed in 487 milliseconds

12