Home
last modified time | relevance | path

Searched refs:typeDesc (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_executor_test.cpp74 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
76 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
109 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
111 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
146 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
148 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
H A Dpanda_file_translator_test.cpp66 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
76 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
107 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
119 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
H A Djs_pandafile_test.cpp130 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
131 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
164 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
165 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
214 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
215 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
247 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
248 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
H A Djs_pandafile_manager_test.cpp270 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
279 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Type.cpp130 auto typeDesc = td->GetMutf8(); in TypeAPIGetTypeKind() local
132 if (typeDesc == NULL_TYPE_DESC) { in TypeAPIGetTypeKind()
136 if (typeDesc[0] == METHOD_PREFIX) { in TypeAPIGetTypeKind()
140 if (typeDesc[0] == VOID_PRIMITIVE_TYPE_DESC) { in TypeAPIGetTypeKind()
144 if (typeDesc[0] == CLASS_TYPE_PREFIX || typeDesc[0] == ARRAY_TYPE_PREFIX) { in TypeAPIGetTypeKind()
145 auto refType = PandaEtsVM::GetCurrent()->GetClassLinker()->GetClass(typeDesc.c_str()); in TypeAPIGetTypeKind()
150 return GetRefTypeKind(typeDesc, refType); in TypeAPIGetTypeKind()
153 return GetValTypeKind(static_cast<EtsValueTypeDesc>(typeDesc[0])); in TypeAPIGetTypeKind()
504 auto typeDesc in TypeAPIGetTypeId() local
558 auto typeDesc = tdHandle->GetMutf8(); TypeAPIMakeArrayInstance() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_plural_rules.cpp324 PropertyDescriptor typeDesc(thread, typeValue, true, true, true); in ResolvedOptions()
325 JSObject::DefineOwnProperty(thread, options, property, typeDesc); in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp128 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in CreateJSPandaFile() local
129 File::EntityId classId = file->GetClassId(typeDesc); in CreateJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp3397 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0() local
3399 File::EntityId classId = file->GetClassId(typeDesc); in HWTEST_F_L0()

Completed in 17 milliseconds