| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_list.cpp | 47 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 …]
|
| D | free_object_set.h | 24 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;
|
| D | free_object_list.h | 52 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/ |
| D | ir_constructor.h | 486 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 …]
|
| D | spill_fill_data.h | 76 void SetType(DataType::Type type) in SetType() function
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 457 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 …]
|
| D | codegen_test.cpp | 190 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/ |
| D | debugger_returns_test.cpp | 96 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()
|
| D | pt_returns_test.cpp | 56 result->SetType("idle"); in HWTEST_F_L0() 99 res->SetType("idle5"); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | phi_resolver.h | 99 inst->SetType(DataType::REFERENCE); in SetTypeByInputs() 105 inst->SetType(input_type); in SetTypeByInputs() 207 phi_inst->SetType(type); in CheckPhiInputs()
|
| D | inst_templates.yaml | 60 input->SetType(<%= get_type(inst.type(0)) %>); 190 cvat_input->SetType(DataType::Type::INT64); 205 cvat_input->SetType(DataType::INT64);
|
| D | inst_builder.cpp | 35 param_inst->SetType(type); in Prepare() 169 inst->SetType(type); in SetTypeRec()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_base.cpp | 156 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()
|
| D | reg_alloc_base.h | 132 void SetType(LifeIntervals *interval);
|
| /arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsettype_fuzzer/ |
| D | pttypesremoteobjectsettype_fuzzer.cpp | 34 obj.SetType(std::string((const char*)data, size)); in PtTypesRemoteObjectSetTypeFuzzTest()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | indexInfo.h | 49 void SetType(Type *type) in SetType() function
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | generate_operations_intrinsic_graph.inl.erb | 48 ret->SetType(inst->GetType());
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_optimizations_test.cpp | 93 inst->SetType(DataType::UINT64); in __anon87bf345c0102() 100 inst->SetType(DataType::UINT64); in __anon87bf345c0102()
|
| D | rpo_test.cpp | 125 cmp->SetType(DataType::BOOL); in TEST_F() 245 cmp->SetType(DataType::BOOL); in TEST_F()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | spreadElement.cpp | 73 SetType(AstNodeType::REST_ELEMENT); in ConvertibleToRest()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_type.h | 205 SetType(type); in CombineType() 222 void SetType(PGOSampleType type) in SetType() function
|
| D | pgo_profiler_info.h | 481 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/ |
| D | global_ts_type_ref.h | 102 void SetType(uint32_t type) in SetType() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_displaynames_test.cpp | 206 initDisplayNames->SetType(TypednsOption::LANGUAGE); in HWTEST_F_L0() 212 initDisplayNames->SetType(TypednsOption::REGION); in HWTEST_F_L0()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1135 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()
|