Home
last modified time | relevance | path

Searched defs:newStr (Results 1 – 5 of 5) 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/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h656 T *newStr = new T(str); in GetOrCreateStrIdxFromName() local
662 T *newStr = new T(str); in GetOrCreateStrIdxFromName() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp182 MapleString newStr(memPool); in substr() 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/builtins/
Dbuiltins_string.cpp2342 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToList() local
2379 JSHandle<EcmaString> newStr = factory->NewFromUtf16Literal(&c, 1); in StringToSList() local