Home
last modified time | relevance | path

Searched defs:subStr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp221 MapleString subStr = str.substr(subPos, subLen); in insert() local
235 MapleString subStr(s, memPool); in insert() local
250 MapleString subStr(s, memPool); in insert() local
261 MapleString subStr(n, memPool); in insert() local
304 MapleString subStr(s, memPool); in append() local
314 MapleString subStr(s, memPool); in append() local
321 MapleString subStr(n, memPool); in append() local
349 MapleString subStr(s, memPool); in assign() local
357 MapleString subStr(n, memPool); in assign() local
/arkcompiler/toolchain/tooling/utils/
Dutils.cpp97 std::string subStr = str.substr(strIndex, pos - strIndex); in SplitString() local
104 std::string subStr = str.substr(strIndex, pos - strIndex); in SplitString() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h430 std::string subStr = str.substr(strIndex, pos - strIndex); in SplitString() local
437 std::string subStr = str.substr(strIndex, pos - strIndex); in SplitString() local
450 std::string subStr = str.substr(str.length() - suffix.length(), str.length()); in EndsWith() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp142 std::string subStr = str.substr(str.length() - suffix.length(), str.length()); in RealPath() local
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp290 std::string subStr = chunk.substr(chunk.length() - tail.length(), chunk.length()); in SaveHeapSnapshotAndAllocationTrackData() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h619 EcmaString *subStr = EcmaStringAccessor::FastSubString(thread->GetEcmaVM(), in GetPropertyByIndex() local