Home
last modified time | relevance | path

Searched refs:CStringAsMutf8 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp74 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
110 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
148 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
Djs_pandafile_test.cpp129 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
163 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
213 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
246 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
Dpanda_file_translator_test.cpp66 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
107 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
Djs_pandafile_manager_test.cpp249 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp117 …auto klass = extension->GetClass(ClassHelper::GetDescriptor(utf::CStringAsMutf8("_GLOBAL"), &stora… in BuildGraph()
120 auto method = klass->GetDirectMethod(utf::CStringAsMutf8(method_name)); in BuildGraph()
Dpanda_runner.h135 … ->GetClass(ClassHelper::GetDescriptor(utf::CStringAsMutf8("_GLOBAL"), &descriptor)); in GetMethod()
138 return cls->GetDirectMethod(utf::CStringAsMutf8(method_name.data())); in GetMethod()
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h106 inline const uint8_t *CStringAsMutf8(const char *str) in CStringAsMutf8() function
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp47 return utf::CStringAsMutf8(storage->c_str()); in GetTypeDescriptor()
98 …_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()).data, utf::CStringAsMutf8("main")), in TEST()
166 utf::CStringAsMutf8(fields[i].name.c_str())), in TEST()
573 utf::CStringAsMutf8(field_data.name.c_str())), in TEST()
660 …T_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(string_id).data, utf::CStringAsMutf8(val.c_str())), in TEST()
Dassembler_emitter_test.cpp45 return utf::CStringAsMutf8(storage->c_str()); in GetTypeDescriptor()
138 …_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(mda.GetNameId()).data, utf::CStringAsMutf8("main")), in __anon654af7a10402()
198 utf::CStringAsMutf8(fields[i].name.c_str())), in __anon654af7a10602()
657 utf::CStringAsMutf8(field_data.name.c_str())), in __anon654af7a11002()
742 …T_EQ(utf::CompareMUtf8ToMUtf8(pf->GetStringData(string_id).data, utf::CStringAsMutf8(val.c_str())), in __anon654af7a11002()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp195 utf16_length_ = utf::MUtf8ToUtf16Size(utf::CStringAsMutf8(str_.data())); in StringItem()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp76 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in CreateJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1767 const uint8_t *typeDesc = utf::CStringAsMutf8("L_GLOBAL;"); in CreateJSPandaFile()