Home
last modified time | relevance | path

Searched refs:SetTypes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp55 moduleRecord->SetTypes(ModuleTypes::ECMA_MODULE); in ParseModule()
101 moduleRecord->SetTypes(ModuleTypes::CJS_MODULE); in ParseCjsModule()
124 moduleRecord->SetTypes(ModuleTypes::JSON_MODULE); in ParseJsonModule()
143 moduleRecord->SetTypes(moduleType); in ParseNativeModule()
Djs_module_manager.cpp411 tmpModuleRecord->SetTypes(ModuleTypes::ECMA_MODULE); in CreateEmptyModule()
/arkcompiler/toolchain/tooling/test/
Dpt_returns_test.cpp254 typeProfileEntry->SetTypes(std::move(types)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2503 TypeProfileEntry &SetTypes(std::vector<std::unique_ptr<TypeObject>> types) in SetTypes() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3921 obj->SetTypes(ModuleTypes::UNKNOWN); in NewSourceTextModule()