Home
last modified time | relevance | path

Searched full:settype (Results 1 – 25 of 66) 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/tests/
Dinst_generator.cpp224 load_pair_part0->SetType(inst->GetType()); in GenerateOperation()
227 load_pair_part1->SetType(inst->GetType()); in GenerateOperation()
254 call_inst->SetType(DataType::VOID); in GenerateOperation()
329 init_inst->SetType(DataType::REFERENCE); in GenerateOperation()
341 init_inst->SetType(DataType::REFERENCE); in GenerateOperation()
369 loadClass->SetType(DataType::REFERENCE); in GenerateOperation()
391 init_inst->SetType(DataType::REFERENCE); in GenerateOperation()
405 init_inst->SetType(DataType::REFERENCE); in GenerateOperation()
434 ret->SetType(inst->GetType()); in GenerateOperation()
503 inst->SetType(type); in GenerateCheckOperation()
[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()
217 interval->SetType(DataType::Type::UINT64); in TEST_F()
Dcodegen_test.cpp240 st_arr->SetType(type); in CheckStoreArray()
312 ld_arr->SetType(type); in CheckLoadArray()
316 ret->SetType(type); in CheckLoadArray()
387 stp_arr->SetType(type); in CheckStoreArrayPair()
394 stp_arr->SetType(type); in CheckStoreArrayPair()
471 ldp_arr->SetType(type); in CheckLoadArrayPair()
476 ldp_arr->SetType(type); in CheckLoadArrayPair()
483 load_high->SetType(type); in CheckLoadArrayPair()
488 load_low->SetType(type); in CheckLoadArrayPair()
493 sum->SetType(type); in CheckLoadArrayPair()
[all …]
Dintrinsic_codegen_test.cpp82 inst->SetType(Type); in GenerateIntrinsic()
Drpo_test.cpp125 cmp->SetType(DataType::BOOL); in TEST_F()
245 cmp->SetType(DataType::BOOL); in TEST_F()
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference.h98 return SetType(addr, type); in Create()
107 static Reference *SetType(Reference *ref, ObjectType type) in SetType() function
110 return SetType(addr, type); in SetType()
113 static Reference *SetType(uintptr_t addr, ObjectType type) in SetType() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h161 inst->SetType(DataType::REFERENCE); in NewConstant()
506 CurrentInst()->SetType(DataType::UINT8); in u8()
511 CurrentInst()->SetType(DataType::UINT16); in u16()
516 CurrentInst()->SetType(DataType::UINT32); in u32()
521 CurrentInst()->SetType(DataType::UINT64); in u64()
526 CurrentInst()->SetType(DataType::INT8); in s8()
531 CurrentInst()->SetType(DataType::INT16); in s16()
536 CurrentInst()->SetType(DataType::INT32); in s32()
541 CurrentInst()->SetType(DataType::INT64); in s64()
562 CurrentInst()->SetType(DataType::BOOL); in b()
[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 …]
/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()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h98 inst->SetType(DataType::REFERENCE); in SetTypeByInputs()
104 inst->SetType(input_type); in SetTypeByInputs()
206 phi_inst->SetType(type); in CheckPhiInputs()
Dinst_templates.yaml60 input->SetType(<%= get_type(inst.type(0)) %>);
194 cvat_input->SetType(DataType::Type::INT64);
209 cvat_input->SetType(DataType::INT64);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp161 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() function in panda::compiler::RegAllocBase
169 interval->SetType(ConvertRegType(GetGraph(), type)); in SetType()
213 SetType(interval); in PrepareIntervals()
Dreg_alloc_base.h132 void SetType(LifeIntervals *interval);
/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/optimizer/optimizations/
Dadjust_arefs.cpp145 arr_data->SetType(DataType::POINTER); in ProcessChain()
171 ldst->SetType(org->GetType()); in ProcessChain()
/arkcompiler/runtime_core/runtime/mem/gc/epsilon/
Depsilon.cpp27 this->SetType(GCType::EPSILON_GC); in EpsilonGC()
/arkcompiler/ets_frontend/es2panda/ir/base/
DspreadElement.cpp73 SetType(AstNodeType::REST_ELEMENT); in ConvertibleToRest()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h87 void SetType(uint32_t type) in SetType() function
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp974 thisObj->SetType(ObjectType::Undefined); in GenerateCallFrame()
1011 local->SetType(ObjectType::Object) in GetLocalScopeChain()
1037 localScope->SetType(Scope::Type::Local()) in GetLocalScopeChain()
1052 module->SetType(ObjectType::Object) in GetModuleScopeChain()
1056 moduleScope->SetType(Scope::Type::Module()).SetObject(std::move(module)); in GetModuleScopeChain()
1131 global->SetType(ObjectType::Object) in GetGlobalScopeChain()
1135 globalScope->SetType(Scope::Type::Global()).SetObject(std::move(global)); in GetGlobalScopeChain()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp203 initDisplayNames->SetType(TypednsOption::LANGUAGE); in HWTEST_F_L0()
209 initDisplayNames->SetType(TypednsOption::REGION); in HWTEST_F_L0()

123