Home
last modified time | relevance | path

Searched defs:sv (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dfilesystem.cpp100 std::string_view sv(&path[begin], length); in NormalizePath() local
128 std::string_view sv(&path[begin], length); in NormalizePath() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dcodegen_test.cpp269 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&visitor}); in TEST_F() local
328 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&visitor}); in CheckSpillFillCoalescingForEvenRegsNumber() local
388 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&visitor}); in CheckSpillFillCoalescingForOddRegsNumber() local
497 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&disasm}); in CheckLeafPrologue() local
599 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&disasm}); in CheckLeafWithParamsOnStackPrologue() local
632 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&disasm}); in AssertCode() local
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h34 StringView(std::string_view sv) noexcept : sv_(sv) {} in StringView()
140 explicit Iterator(const StringView &sv) noexcept : sv_(sv.sv_), iter_(sv_.begin()) {} in Iterator()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h35 StringView(const std::string_view &sv) noexcept : sv_(sv) {} in StringView()
143 explicit Iterator(const StringView &sv) noexcept : sv_(sv.sv_), iter_(sv_.begin()) {} in Iterator()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp344 util::StringView sv = SourceView(GetToken().Start().index, Iterator().Index()); in ConvertNumber() local
/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.cpp335 util::StringView sv = SourceView(GetToken().Start().index, Iterator().Index()); in ScanNumber() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp3448 vixl::aarch64::Decoder::ScopedVisitors sv(decoder_, {&disasm}); in GetOutput() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp106 static char const *StringViewToCString(ArenaAllocator *allocator, util::StringView const sv) in StringViewToCString()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument