/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | free_object_set.h | 25 using SetType = int32_t; 35 explicit FreeObjectSet(SetType type) : setType_(type) in FreeObjectSet() 39 explicit FreeObjectSet(SetType type, MemDescPool *pool) : setType_(type), memDescPool_(pool) in FreeObjectSet() 67 static constexpr SetType INVALID_SET_TYPE = -1; 72 SetType setType_ = INVALID_SET_TYPE;
|
H A D | free_object_list.cpp | 52 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 in EnumerateSets() [all...] |
H A D | free_object_list.h | 53 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/ |
H A D | js_value.h | 181 void SetType(napi_valuetype type) in SetType() function in ark::ets::interop::js::JSValue 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/ |
H A D | reference.h | 101 return SetType(addr, type); in Create() 110 static Reference *SetType(Reference *ref, ObjectType type) in SetType() function in ark::ark::mem::Reference::ObjectType 113 return SetType(addr, type); in SetType() 116 static Reference *SetType(uintptr_t addr, ObjectType type) in SetType() function in ark::ark::mem::Reference::ObjectType
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A 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(DataTyp in ref() 579 IrConstructor &SetType(DataType::Type type) // NOLINT(readability-identifier-naming) SetType() function in panda::compiler::final [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | inst_generator.cpp | 262 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 in GenerateOperations() [all...] |
H A 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() 218 interval->SetType(DataType::Type::UINT64); in TEST_F()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
H A D | common.h | 457 INS(0).SetType(data_type); 462 INS(1).SetType(data_type); 497 INS(0).SetType(data_type); 502 INS(1).SetType(data_type); 531 INS(0).SetType(data_type); 533 INS(1).SetType(data_type); 563 INS(0).SetType(data_type); 565 INS(1).SetType(data_type); 625 INS(0).SetType(type); 694 INS(0).SetType(typ [all...] |
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
H A D | common.h | 501 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(typ in CheckCondJump() [all...] |
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | opaqueTypeNodeBuilder.h | 29 OpaqueTypeNodeBuilder &SetType(checker::Type *type) in SetType() function in ark::es2panda::ir::OpaqueTypeNodeBuilder
|
H A D | prefixAssertionExpressionBuilder.h | 35 PrefixAssertionExpressionBuilder &SetType(TypeNode *type) in SetType() function in ark::es2panda::ir::PrefixAssertionExpressionBuilder
|
H A D | tsTypeOperatorBuilder.h | 29 TSTypeOperatorBuilder &SetType(TypeNode *type) in SetType() function in ark::es2panda::ir::TSTypeOperatorBuilder
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_method_type_set.h | 47 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 in panda::ecmascript::pgo::PGOMethodTypeSet::ScalarOpTemplate 249 SetType(combineType); in Merge()
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | meta_data_equal_test.cpp | 157 ->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/runtime_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_base.cpp | 151 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/compiler/optimizer/ir_builder/ |
H A D | phi_resolver.h | 106 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/ |
H A D | pttypesremoteobjectsettype_fuzzer.cpp | 34 obj.SetType(std::string((const char*)data, size));
in PtTypesRemoteObjectSetTypeFuzzTest()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 603 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(DataTyp in ref() 701 IrConstructor &SetType(DataType::Type type) // NOLINT(readability-identifier-naming) SetType() function in ark::compiler::final [all...] |
/arkcompiler/ets_frontend/ets2panda/ir/ets/ |
H A D | etsImportDeclaration.h | 33 SetType(AstNodeType::ETS_IMPORT_DECLARATION); in ETSImportDeclaration()
|
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_returns_test.cpp | 97 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/static_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_base.cpp | 168 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() function in ark::compiler::RegAllocBase 176 interval->SetType(ConvertRegType(GetGraph(), type)); in SetType() 219 SetType(interval); in PrepareIntervals()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | phi_resolver.h | 94 inst->SetType(DataType::REFERENCE); in SetTypeByInputs() 100 inst->SetType(inputType); in SetTypeByInputs() 189 phiInst->SetType(type); in CheckPhiRealInputs()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | indexInfo.h | 48 void SetType(Type *type) in SetType() function in ark::es2panda::checker::IndexInfo
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | indexInfo.h | 49 void SetType(Type *type) in SetType() function in panda::es2panda::checker::IndexInfo
|