Home
last modified time | relevance | path

Searched full:settype (Results 1 – 25 of 133) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_set.h25 using SetType = int8_t; variable
35 explicit FreeObjectSet(SetType type) : setType_(type) in FreeObjectSet()
39 explicit FreeObjectSet(SetType type, MemDescPool *pool) : setType_(type), memDescPool_(pool) in FreeObjectSet()
72 static constexpr SetType INVALID_SET_TYPE = -1;
77 SetType setType_ = INVALID_SET_TYPE;
Dfree_object_list.cpp52 SetType type = SelectSetType(size); in Allocate()
57 SetType lastType = type - 1; in Allocate()
98 SetType type = SelectSetType(size); in LookupSuitableFreeObject()
103 SetType lastType = type - 1; in LookupSuitableFreeObject()
142 SetType type = SelectSetType(size); in FreeImpl()
203 SetType type = SelectSetType(size); in MatchFreeObjectInSet()
224 SetType type = set->setType_; in AddSet()
254 SetType type = set->setType_; in RemoveSet()
286 SetType type = set->setType_; in Merge()
305 for (SetType i = 0; i < NUMBER_OF_SETS; i++) { in EnumerateSets()
[all …]
Dfree_object_list.h53 void EnumerateSets(SetType type, const Callback &cb) const;
100 inline SetType SelectSetType(size_t size) const in SelectSetType()
121 inline void SetNoneEmptyBit(SetType type) in SetNoneEmptyBit()
125 inline void ClearNoneEmptyBit(SetType type) in ClearNoneEmptyBit()
129 inline size_t CalcNextNoneEmptyIndex(SetType start) in CalcNextNoneEmptyIndex()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h181 void SetType(napi_valuetype type) in SetType() function
223 SetType(type); in SetNapiRef()
235 SetType(napi_undefined); in SetUndefined()
240 SetType(napi_null); in SetNull()
245 SetType(napi_boolean); in SetBoolean()
251 SetType(napi_number); in SetNumber()
257 SetType(napi_string); in SetString()
263 SetType(napi_bigint); in SetBigInt()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference.h101 return SetType(addr, type); in Create()
110 static Reference *SetType(Reference *ref, ObjectType type) in SetType() function
113 return SetType(addr, type); in SetType()
116 static Reference *SetType(uintptr_t addr, ObjectType type) in SetType() function
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DGenericsTest.sts21 intType.SetType(testInt);
22 doubleType.SetType(testDouble);
28 aType.SetType(aClass);
59 SetType(a0: TT): void{
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h486 CurrentInst()->SetType(DataType::UINT8); in u8()
491 CurrentInst()->SetType(DataType::UINT16); in u16()
496 CurrentInst()->SetType(DataType::UINT32); in u32()
501 CurrentInst()->SetType(DataType::UINT64); in u64()
506 CurrentInst()->SetType(DataType::INT8); in s8()
511 CurrentInst()->SetType(DataType::INT16); in s16()
516 CurrentInst()->SetType(DataType::INT32); in s32()
521 CurrentInst()->SetType(DataType::INT64); in s64()
542 CurrentInst()->SetType(DataType::BOOL); in b()
547 CurrentInst()->SetType(DataType::REFERENCE); in ref()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp262 callInst->SetType(DataType::VOID); in PopulateReturnInlined()
591 newInst->SetType(type); in CreateCheckInstByPackArgs()
596 ret->SetType(DataType::UINT32); in CreateCheckInstByPackArgs()
599 ret->SetType(type); in CreateCheckInstByPackArgs()
639 inst->SetType(type); in GenerateCheckOperation()
676 inst->SetType(type); in GenerateSSOperation()
705 boundsCheck->SetType(DataType::INT32); in GenerateBoundaryCheckOperation()
797 add->SetType(inst->GetType()); in GeneratePhiOperation()
802 sub->SetType(inst->GetType()); in GeneratePhiOperation()
892 inst->SetType(opcodeXPossibleTypes_[opCode][i]); in GenerateOperations()
[all …]
Dlive_registers_test.cpp52 li->SetType(DataType::UINT64); in TEST_F()
104 li->SetType(DataType::UINT64); in TEST_F()
140 li->SetType(DataType::UINT64); in TEST_F()
167 li->SetType(DataType::UINT64); in TEST_F()
218 interval->SetType(DataType::Type::UINT64); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.h47 const_cast<ScalarOpTypeInfo &>(*result).SetType(combineType); in AddType()
58 const_cast<ScalarOpTypeInfo &>(*result).SetType(combineType); in AddCallTargetType()
239 void SetType(SampleType type) in SetType() function
249 SetType(combineType); in Merge()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h457 INS(0).SetType(data_type); in CheckSimple()
462 INS(1).SetType(data_type); in CheckSimple()
497 INS(0).SetType(data_type); in CheckSimpleWithImm()
502 INS(1).SetType(data_type); in CheckSimpleWithImm()
531 INS(0).SetType(data_type); in CheckCmp()
533 INS(1).SetType(data_type); in CheckCmp()
563 INS(0).SetType(data_type); in CheckFloatCmp()
565 INS(1).SetType(data_type); in CheckFloatCmp()
625 INS(0).SetType(type); in CheckCondJumpWithZero()
694 INS(0).SetType(type); in CheckCondJump()
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h603 CurrentInst()->SetType(DataType::UINT8); in u8()
608 CurrentInst()->SetType(DataType::UINT16); in u16()
613 CurrentInst()->SetType(DataType::UINT32); in u32()
618 CurrentInst()->SetType(DataType::UINT64); in u64()
623 CurrentInst()->SetType(DataType::INT8); in s8()
628 CurrentInst()->SetType(DataType::INT16); in s16()
633 CurrentInst()->SetType(DataType::INT32); in s32()
638 CurrentInst()->SetType(DataType::INT64); in s64()
659 CurrentInst()->SetType(DataType::BOOL); in b()
664 CurrentInst()->SetType(DataType::REFERENCE); in ref()
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h501 INS(0).SetType(dataType); in CheckSimple()
506 INS(1).SetType(dataType); in CheckSimple()
541 INS(0).SetType(dataType); in CheckSimpleWithImm()
546 INS(1).SetType(dataType); in CheckSimpleWithImm()
575 INS(0).SetType(dataType); in CheckCmp()
577 INS(1).SetType(dataType); in CheckCmp()
608 INS(0).SetType(dataType); in CheckFloatCmp()
610 INS(1).SetType(dataType); in CheckFloatCmp()
647 INS(0).SetType(type); in CheckCondJumpWithZero()
694 INS(0).SetType(type); in CheckCondJump()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dmeta_data_equal_test.cpp157 ->SetType(PGOTypeRef(static_cast<const PGOSampleType *>(&type))); in HWTEST_F_L0()
159 ->SetType(PGOTypeRef(static_cast<const PGOSampleType *>(&type2))); in HWTEST_F_L0()
164 ->SetType(PGOTypeRef(static_cast<const PGOSampleType *>(&type))); in HWTEST_F_L0()
166 ->SetType(PGOTypeRef(static_cast<const PGOSampleType *>(&type3))); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DopaqueTypeNodeBuilder.h29 OpaqueTypeNodeBuilder &SetType(checker::Type *type) in SetType() function
DtsTypeOperatorBuilder.h29 TSTypeOperatorBuilder &SetType(TypeNode *type) in SetType() function
DprefixAssertionExpressionBuilder.h35 PrefixAssertionExpressionBuilder &SetType(TypeNode *type) in SetType() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h106 inst->SetType(DataType::REFERENCE); in SetTypeByInputs()
112 inst->SetType(input_type); in SetTypeByInputs()
214 phi_inst->SetType(type); in CheckPhiInputs()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsettype_fuzzer/
Dpttypesremoteobjectsettype_fuzzer.cpp34 obj.SetType(std::string((const char*)data, size)); in PtTypesRemoteObjectSetTypeFuzzTest()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp97 result->SetType("idle"); in HWTEST_F_L0()
120 breakLocation->SetScriptId(11).SetLine(1).SetColumn(44).SetType("idel5"); in HWTEST_F_L0()
154 res->SetType("idle2"); in HWTEST_F_L0()
204 res->SetType("idle5"); in HWTEST_F_L0()
238 result->SetType("idle2"); in HWTEST_F_L0()
284 remoteObjectResult->SetType("idle5"); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp151 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() function in panda::compiler::RegAllocBase
159 interval->SetType(ConvertRegType(GetGraph(), type)); in SetType()
200 SetType(interval); in PrepareIntervals()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dphi_resolver_dyn.h103 inst->SetType(ark::compiler::DataType::REFERENCE); in SetTypeByInputs()
109 inst->SetType(inputType); in SetTypeByInputs()
223 phiInst->SetType(type); in CheckPhiInputs()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DindexInfo.h49 void SetType(Type *type) in SetType() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsImportDeclaration.h33 SetType(AstNodeType::ETS_IMPORT_DECLARATION);
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DindexInfo.h48 void SetType(Type *type) in SetType() function

123456