Home
last modified time | relevance | path

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

12

/external/v8/src/
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);
Dhydrogen-instructions.h2938 void GetCheckInterval(InstanceType* first, InstanceType* last);
3630 InstanceType GetInstanceType() const { return instance_type_; } in GetInstanceType()
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 from() { return from_; } in from()
4601 InstanceType to() { return to_; } in to()
4614 HHasInstanceTypeAndBranch(HValue* value, InstanceType type) in DECLARE_CONCRETE_INSTRUCTION()
[all …]
Dobjects-inl.h199 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsSpecFunction()
322 StringShape::StringShape(InstanceType t) in StringShape()
630 InstanceType instance_type = HeapObject::cast(this)->map()->instance_type(); in TYPE_CHECKER()
638 InstanceType instance_type = in IsExternalArray()
656 InstanceType instance_type = in TYPED_ARRAYS()
975 InstanceType type = HeapObject::cast(this)->map()->instance_type(); in IsGlobalObject()
1481 InstanceType type = map()->instance_type(); in MayContainRawValues()
1614 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack()
1920 InstanceType type = map()->instance_type(); in GetHeaderSize()
3514 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_type) { in SeqTwoByteStringSize()
[all …]
Dfactory.cc782 Handle<Struct> Factory::NewStruct(InstanceType type) { in NewStruct()
946 Handle<Map> Factory::NewMap(InstanceType type, in NewMap()
1298 InstanceType type, in NewFunction()
1320 InstanceType type, in NewFunction()
1784 void Factory::ReinitializeJSProxy(Handle<JSProxy> proxy, InstanceType type, in ReinitializeJSProxy()
2147 InstanceType type; in CreateApiFunction()
Dhydrogen-check-elimination.cc460 InstanceType type; in ReduceCheckInstanceType()
469 InstanceType first_type, last_type; in ReduceCheckInstanceType()
Dobjects-printer.cc40 InstanceType instance_type = map()->instance_type(); in HeapObjectPrint()
411 static const char* TypeToString(InstanceType type) { in TypeToString()
Dobjects.h610 enum InstanceType { enum
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 type = instance_type(); in IsJSProxyMap()
6136 const InstanceType type = instance_type(); in IsGlobalObjectMap()
[all …]
Dhydrogen-instructions.cc1606 void HCheckInstanceType::GetCheckInterval(InstanceType* first, in GetCheckInterval()
1607 InstanceType* last) { in GetCheckInterval()
2707 InstanceType instance_type) in HConstant()
3230 InstanceType type = constant->GetInstanceType(); in ConstantIsObject()
3287 InstanceType type = HConstant::cast(value())->GetInstanceType(); in KnownSuccessorBlock()
/external/v8/src/heap/
Dheap-inl.h393 InstanceType type = object->map()->instance_type(); in TargetSpace()
399 AllocationSpace Heap::TargetSpaceId(InstanceType type) { in TargetSpaceId()
443 InstanceType type = obj->map()->instance_type(); in AllowedToBeMigrated()
Dheap.h860 static inline AllocationSpace TargetSpaceId(InstanceType type);
1300 void RecordObjectStats(InstanceType type, size_t size) { in RecordObjectStats()
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);
Dspaces.cc1803 InstanceType type = obj->map()->instance_type(); in CollectHistogramInfo()
1926 InstanceType type = obj->map()->instance_type(); in RecordAllocation()
1934 InstanceType type = obj->map()->instance_type(); in RecordPromotion()
/external/v8/src/arm/
Dmacro-assembler-arm.h840 InstanceType type);
847 InstanceType min_type,
848 InstanceType max_type,
856 InstanceType type);
Dlithium-codegen-arm.cc2622 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2623 InstanceType from = instr->from(); in TestType()
2624 InstanceType to = instr->to(); in TestType()
2632 InstanceType from = instr->from(); in BranchCondition()
2633 InstanceType to = instr->to(); in BranchCondition()
5125 InstanceType first; in DoCheckInstanceType()
5126 InstanceType last; in DoCheckInstanceType()
/external/selinux/sepolgen/src/sepolgen/
Dlex.py37 _INSTANCETYPE = (types.InstanceType, types.ObjectType)
39 _INSTANCETYPE = types.InstanceType
Dyacc.py1945 _INSTANCETYPE = (types.InstanceType, types.ObjectType)
1947 _INSTANCETYPE = types.InstanceType
/external/v8/src/ia32/
Dmacro-assembler-ia32.h365 void CmpObjectType(Register heap_object, InstanceType type, Register map);
368 void CmpInstanceType(Register map, InstanceType type);
Dlithium-codegen-ia32.cc2467 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2468 InstanceType from = instr->from(); in TestType()
2469 InstanceType to = instr->to(); in TestType()
2477 InstanceType from = instr->from(); in BranchCondition()
2478 InstanceType to = instr->to(); in BranchCondition()
4912 InstanceType first; in DoCheckInstanceType()
4913 InstanceType last; in DoCheckInstanceType()
/external/v8/src/x87/
Dmacro-assembler-x87.h337 void CmpObjectType(Register heap_object, InstanceType type, Register map);
340 void CmpInstanceType(Register map, InstanceType type);
Dlithium-codegen-x87.cc2763 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2764 InstanceType from = instr->from(); in TestType()
2765 InstanceType to = instr->to(); in TestType()
2773 InstanceType from = instr->from(); in BranchCondition()
2774 InstanceType to = instr->to(); in BranchCondition()
5420 InstanceType first; in DoCheckInstanceType()
5421 InstanceType last; in DoCheckInstanceType()
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1414 InstanceType type);
1427 InstanceType type,
1434 InstanceType type,
1442 InstanceType type);
/external/v8/src/x64/
Dmacro-assembler-x64.h942 void CmpObjectType(Register heap_object, InstanceType type, Register map);
946 void CmpInstanceType(Register map, InstanceType type);
Dlithium-codegen-x64.cc2513 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2514 InstanceType from = instr->from(); in TestType()
2515 InstanceType to = instr->to(); in TestType()
2523 InstanceType from = instr->from(); in BranchCondition()
2524 InstanceType to = instr->to(); in BranchCondition()
5107 InstanceType first; in DoCheckInstanceType()
5108 InstanceType last; in DoCheckInstanceType()
/external/protobuf/python/
Dmox.py155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc2494 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2495 InstanceType from = instr->from(); in TestType()
2496 InstanceType to = instr->to(); in TestType()
2504 InstanceType from = instr->from(); in BranchCondition()
2505 InstanceType to = instr->to(); in BranchCondition()
5132 InstanceType first; in DoCheckInstanceType()
5133 InstanceType last; in DoCheckInstanceType()
/external/v8/src/mips/
Dlithium-codegen-mips.cc2524 static InstanceType TestType(HHasInstanceTypeAndBranch* instr) { in TestType()
2525 InstanceType from = instr->from(); in TestType()
2526 InstanceType to = instr->to(); in TestType()
2534 InstanceType from = instr->from(); in BranchCondition()
2535 InstanceType to = instr->to(); in BranchCondition()
5101 InstanceType first; in DoCheckInstanceType()
5102 InstanceType last; in DoCheckInstanceType()

12