/external/v8/src/ |
D | factory.h | 256 Handle<Struct> NewStruct(InstanceType type); 303 InstanceType type, 475 InstanceType type, 480 InstanceType type, 704 void ReinitializeJSProxy(Handle<JSProxy> proxy, InstanceType type, int size);
|
D | hydrogen-instructions.h | 2938 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 …]
|
D | objects-inl.h | 199 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 …]
|
D | factory.cc | 782 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()
|
D | hydrogen-check-elimination.cc | 460 InstanceType type; in ReduceCheckInstanceType() 469 InstanceType first_type, last_type; in ReduceCheckInstanceType()
|
D | objects-printer.cc | 40 InstanceType instance_type = map()->instance_type(); in HeapObjectPrint() 411 static const char* TypeToString(InstanceType type) { in TypeToString()
|
D | objects.h | 610 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 …]
|
D | hydrogen-instructions.cc | 1606 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/ |
D | heap-inl.h | 393 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()
|
D | heap.h | 860 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);
|
D | spaces.cc | 1803 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/ |
D | macro-assembler-arm.h | 840 InstanceType type); 847 InstanceType min_type, 848 InstanceType max_type, 856 InstanceType type);
|
D | lithium-codegen-arm.cc | 2622 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/ |
D | lex.py | 37 _INSTANCETYPE = (types.InstanceType, types.ObjectType) 39 _INSTANCETYPE = types.InstanceType
|
D | yacc.py | 1945 _INSTANCETYPE = (types.InstanceType, types.ObjectType) 1947 _INSTANCETYPE = types.InstanceType
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 365 void CmpObjectType(Register heap_object, InstanceType type, Register map); 368 void CmpInstanceType(Register map, InstanceType type);
|
D | lithium-codegen-ia32.cc | 2467 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/ |
D | macro-assembler-x87.h | 337 void CmpObjectType(Register heap_object, InstanceType type, Register map); 340 void CmpInstanceType(Register map, InstanceType type);
|
D | lithium-codegen-x87.cc | 2763 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/ |
D | macro-assembler-arm64.h | 1414 InstanceType type); 1427 InstanceType type, 1434 InstanceType type, 1442 InstanceType type);
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 942 void CmpObjectType(Register heap_object, InstanceType type, Register map); 946 void CmpInstanceType(Register map, InstanceType type);
|
D | lithium-codegen-x64.cc | 2513 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/ |
D | mox.py | 155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.cc | 2494 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/ |
D | lithium-codegen-mips.cc | 2524 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()
|