Home
last modified time | relevance | path

Searched defs:newStr (Results 1 – 8 of 8) 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/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/mock/
Darray_native_test_2.cpp503 ets_string newStr = env_->NewStringUTF(newExample.c_str()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp181 MapleString newStr(memPool); in substr() 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.cpp2328 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToList() local
2365 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToSList() local