Home
last modified time | relevance | path

Searched refs:TryGetModuleId (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_table_generator_test.cpp62 uint32_t primitiveTableId = tableGenerator.TryGetModuleId(TSTypeTable::PRIMITIVE_TABLE_NAME); in HWTEST_F_L0()
63 uint32_t builtinTableId = tableGenerator.TryGetModuleId(TSTypeTable::BUILTINS_TABLE_NAME); in HWTEST_F_L0()
64 uint32_t inferTableId = tableGenerator.TryGetModuleId(TSTypeTable::INFER_TABLE_NAME); in HWTEST_F_L0()
65 uint32_t runtimeTableId = tableGenerator.TryGetModuleId(TSTypeTable::RUNTIME_TABLE_NAME); in HWTEST_F_L0()
66 uint32_t genericsTableId = tableGenerator.TryGetModuleId(TSTypeTable::GENERICS_TABLE_NAME); in HWTEST_F_L0()
67 uint32_t firstUserModuleId = tableGenerator.TryGetModuleId("test"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.h36 uint32_t TryGetModuleId(const CString &recordName) const;
Dts_type_table_generator.cpp72 uint32_t TSTypeTableGenerator::TryGetModuleId(const CString &recordName) const in TryGetModuleId() function in panda::ecmascript::TSTypeTableGenerator
Dts_type_parser.cpp88 uint32_t moduleId = tableGenerator_.TryGetModuleId(recordName); in ParseType()
164 uint32_t moduleId = tableGenerator_.TryGetModuleId(entryPoint); in ResolveImportType()
605 uint32_t starModuleId = tableGenerator_.TryGetModuleId(star); in IterateStarExport()
799 uint32_t moduleId = tableGenerator_.TryGetModuleId(info.recordName); in ParsePGOType()