Home
last modified time | relevance | path

Searched defs:newStr (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.cpp29 auto *newStr = const_cast<NativeAreaAllocator *>( in FindOrInsertString() local
71 auto *newStr = const_cast<NativeAreaAllocator *>( in InsertStrAndGetStringId() local
/arkcompiler/ets_runtime/common_components/base/
Dc_string.cpp184 char* newStr = reinterpret_cast<char*>(malloc(capacity_)); in EnsureSpace() local
230 CString newStr; in Combine() local
238 CString newStr; in Combine() local
310 CString newStr; in SubStr() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/string/
Dstring_dynamic.cpp39 auto *newStr = g_implM->createString(file, "STRING", strlen("STRING")); in TransformSetStringIrDynamic() local
Dstring_static.cpp40 auto *newStr = g_implM->createString(file, "STRING", strlen("STRING")); in TransformSetStringIrStatic() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/bind_ops/
Dmodule_bind_native_functions_test.cpp49 std::string newStr = str0 + str1 + str2; in ConcatA() local
67 std::string newStr = str0 + str1; in Concat() local
Dnamespace_bind_native_functions_test.cpp42 std::string newStr = str0 + str1; in Concat() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp181 MapleString newStr(memPool); in substr() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test_2.cpp500 ets_string newStr = env_->NewStringUTF(newExample.c_str()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h442 T *newStr = new T(str); in GetOrCreateStrIdxFromName() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/loadstore/
Dloadstore.cpp836 auto *newStr = g_dynG->iCreateLoadString(graph, funcfooData); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2347 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToList() local
2384 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToSList() local