| /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/tests/ |
| D | inst_generator.cpp | 224 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 …]
|
| D | live_registers_test.cpp | 52 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()
|
| D | codegen_test.cpp | 240 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 …]
|
| D | intrinsic_codegen_test.cpp | 82 inst->SetType(Type); in GenerateIntrinsic()
|
| D | rpo_test.cpp | 125 cmp->SetType(DataType::BOOL); in TEST_F() 245 cmp->SetType(DataType::BOOL); in TEST_F()
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference.h | 98 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/ |
| D | ir_constructor.h | 161 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 …]
|
| 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 …]
|
| /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()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | phi_resolver.h | 98 inst->SetType(DataType::REFERENCE); in SetTypeByInputs() 104 inst->SetType(input_type); in SetTypeByInputs() 206 phi_inst->SetType(type); in CheckPhiInputs()
|
| D | inst_templates.yaml | 60 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/ |
| D | reg_alloc_base.cpp | 161 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()
|
| D | reg_alloc_base.h | 132 void SetType(LifeIntervals *interval);
|
| /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/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 145 arr_data->SetType(DataType::POINTER); in ProcessChain() 171 ldst->SetType(org->GetType()); in ProcessChain()
|
| /arkcompiler/runtime_core/runtime/mem/gc/epsilon/ |
| D | epsilon.cpp | 27 this->SetType(GCType::EPSILON_GC); in EpsilonGC()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | spreadElement.cpp | 73 SetType(AstNodeType::REST_ELEMENT); in ConvertibleToRest()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_ts_type_ref.h | 87 void SetType(uint32_t type) in SetType() function
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 974 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/ |
| D | js_displaynames_test.cpp | 203 initDisplayNames->SetType(TypednsOption::LANGUAGE); in HWTEST_F_L0() 209 initDisplayNames->SetType(TypednsOption::REGION); in HWTEST_F_L0()
|