Searched defs:sv (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | filesystem.cpp | 99 std::string_view sv(&path[begin], length); in NormalizePath() local 127 std::string_view sv(&path[begin], length); in NormalizePath() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | codegen_test.cpp | 251 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&visitor}); in TEST_F() local 306 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&visitor}); in CheckSpillFillCoalescingForEvenRegsNumber() local 366 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&visitor}); in CheckSpillFillCoalescingForOddRegsNumber() local 470 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&disasm}); in CheckLeafPrologue() local 562 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&disasm}); in CheckLeafWithParamsOnStackPrologue() local 595 vixl::aarch64::Decoder::ScopedAddVisitors sv(decoder, {&disasm}); in AssertCode() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | ustring.h | 34 StringView(std::string_view sv) noexcept : sv_(sv) {} in StringView() 138 explicit Iterator(const StringView &sv) noexcept : sv_(sv.sv_), iter_(sv_.begin()) {} in Iterator()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | ustring.h | 35 StringView(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_runtime/ecmascript/jspandafile/ |
| D | type_literal_extractor.cpp | 60 panda_file::ScalarValue sv = adae.GetScalarValue(); in GetMethodAnnoOffset() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.cpp | 343 util::StringView sv = SourceView(GetToken().Start().index, Iterator().Index()); in ConvertNumber() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | lexer.cpp | 373 util::StringView sv = SourceView(GetToken().Start().index, Iterator().Index()); in ScanNumber() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 285 std::for_each(parts.rbegin(), parts.rend(), [&ss](util::StringView sv) { ss << "." << sv; }); in CreateDynamicObject() 779 for_each(parts.rbegin(), parts.rend(), [&ss](util::StringView sv) { ss << "." << sv; }); in CompileDynamic()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 3448 vixl::aarch64::Decoder::ScopedVisitors sv(decoder_, {&disasm}); in GetOutput() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 106 static char const *StringViewToCString(ArenaAllocator *allocator, util::StringView const sv) in StringViewToCString()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|