Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp47 SetType type = SelectSetType(size); in Allocate()
52 SetType lastType = type - 1; in Allocate()
90 SetType type = SelectSetType(size); in LookupSuitableFreeObject()
95 SetType lastType = type - 1; in LookupSuitableFreeObject()
131 SetType type = SelectSetType(size); in Free()
171 SetType type = SelectSetType(size); in MatchFreeObjectInSet()
190 SetType type = set->setType_; in AddSet()
217 SetType type = set->setType_; in RemoveSet()
247 SetType type = set->setType_; in Merge()
265 for (SetType i = 0; i < NUMBER_OF_SETS; i++) { in EnumerateSets()
[all …]
Dfree_object_set.h24 using SetType = int32_t; variable
30 explicit FreeObjectSet(SetType type) : setType_(type) in FreeObjectSet()
58 static constexpr SetType INVALID_SET_TYPE = -1;
63 SetType setType_ = INVALID_SET_TYPE;
Dfree_object_list.h52 void EnumerateSets(SetType type, const Callback &cb) const;
96 inline SetType SelectSetType(size_t size) const in SelectSetType()
117 inline void SetNoneEmptyBit(SetType type) in SetNoneEmptyBit()
121 inline void ClearNoneEmptyBit(SetType type) in ClearNoneEmptyBit()
125 inline size_t CalcNextNoneEmptyIndex(SetType start) in CalcNextNoneEmptyIndex()
/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 …]
Dspill_fill_data.h76 void SetType(DataType::Type type) in SetType() function
/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 …]
Dcodegen_test.cpp190 const_inst->SetType(DataType::Type::INT64); in __anona44e78530302()
200 const_inst1->SetType(DataType::Type::FLOAT64); in __anona44e78530302()
209 const_inst2->SetType(DataType::Type::INT32); in __anona44e78530302()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp96 result->SetType("idle"); in HWTEST_F_L0()
119 breakLocation->SetScriptId(11).SetLine(1).SetColumn(44).SetType("idel5"); in HWTEST_F_L0()
153 res->SetType("idle2"); in HWTEST_F_L0()
203 res->SetType("idle5"); in HWTEST_F_L0()
237 result->SetType("idle2"); in HWTEST_F_L0()
283 remoteObjectResult->SetType("idle5"); in HWTEST_F_L0()
Dpt_returns_test.cpp56 result->SetType("idle"); in HWTEST_F_L0()
99 res->SetType("idle5"); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h99 inst->SetType(DataType::REFERENCE); in SetTypeByInputs()
105 inst->SetType(input_type); in SetTypeByInputs()
207 phi_inst->SetType(type); in CheckPhiInputs()
Dinst_templates.yaml60 input->SetType(<%= get_type(inst.type(0)) %>);
190 cvat_input->SetType(DataType::Type::INT64);
205 cvat_input->SetType(DataType::INT64);
Dinst_builder.cpp35 param_inst->SetType(type); in Prepare()
169 inst->SetType(type); in SetTypeRec()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp156 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() function in panda::compiler::RegAllocBase
164 interval->SetType(ConvertRegType(GetGraph(), type)); in SetType()
206 SetType(interval); in PrepareIntervals()
Dreg_alloc_base.h132 void SetType(LifeIntervals *interval);
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsettype_fuzzer/
Dpttypesremoteobjectsettype_fuzzer.cpp34 obj.SetType(std::string((const char*)data, size)); in PtTypesRemoteObjectSetTypeFuzzTest()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DindexInfo.h49 void SetType(Type *type) in SetType() function
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb48 ret->SetType(inst->GetType());
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_optimizations_test.cpp93 inst->SetType(DataType::UINT64); in __anon87bf345c0102()
100 inst->SetType(DataType::UINT64); in __anon87bf345c0102()
Drpo_test.cpp125 cmp->SetType(DataType::BOOL); in TEST_F()
245 cmp->SetType(DataType::BOOL); in TEST_F()
/arkcompiler/ets_frontend/es2panda/ir/base/
DspreadElement.cpp73 SetType(AstNodeType::REST_ELEMENT); in ConvertibleToRest()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h205 SetType(type); in CombineType()
222 void SetType(PGOSampleType type) in SetType() function
Dpgo_profiler_info.h481 const_cast<ScalarOpTypeInfo &>(*result).SetType(combineType); in AddType()
492 const_cast<ScalarOpTypeInfo &>(*result).SetType(combineType); in AddCallTargetType()
627 void SetType(PGOSampleType type) in SetType() function
637 SetType(combineType); in Merge()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h102 void SetType(uint32_t type) in SetType() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp206 initDisplayNames->SetType(TypednsOption::LANGUAGE); in HWTEST_F_L0()
212 initDisplayNames->SetType(TypednsOption::REGION); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1135 thisObj->SetType(ObjectType::Undefined); in GenerateCallFrame()
1173 local->SetType(ObjectType::Object) in GetLocalScopeChain()
1202 localScope->SetType(Scope::Type::Local()) in GetLocalScopeChain()
1217 module->SetType(ObjectType::Object) in GetModuleScopeChain()
1221 moduleScope->SetType(Scope::Type::Module()).SetObject(std::move(module)); in GetModuleScopeChain()
1336 global->SetType(ObjectType::Object) in GetGlobalScopeChain()
1340 globalScope->SetType(Scope::Type::Global()).SetObject(std::move(global)); in GetGlobalScopeChain()

123