| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 57 void AssemblerX64::Addq(Immediate src, Register dst) in Addq() 79 void AssemblerX64::Addq(Register src, Register dst) in Addq() 87 void AssemblerX64::Addl(Immediate src, Register dst) in Addl() 109 void AssemblerX64::Subq(Immediate src, Register dst) in Subq() 131 void AssemblerX64::Subq(Register src, Register dst) in Subq() 139 void AssemblerX64::Subl(Immediate src, Register dst) in Subl() 161 void AssemblerX64::Cmpq(Immediate src, Register dst) in Cmpq() 183 void AssemblerX64::Cmpb(Immediate src, Register dst) in Cmpb() 202 void AssemblerX64::Cmpq(Register src, Register dst) in Cmpq() 210 void AssemblerX64::Cmpl(Immediate src, Register dst) in Cmpl() [all …]
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_base64_test.cpp | 46 std::string src; in HWTEST_F_L0() local 62 std::string src; in HWTEST_F_L0() local 111 std::string src = "hello"; in HWTEST_F_L0() local 127 std::string src = "If you can see this message, it means that PtBase64Decode works well"; in HWTEST_F_L0() local 148 std::string src = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in HWTEST_F_L0() local 158 std::string src; in HWTEST_F_L0() local 190 std::vector<uint8_t> src = { in HWTEST_F_L0() local 230 std::string src = u8""; in HWTEST_F_L0() local 247 std::string src = "测试Base64加密解密"; in HWTEST_F_L0() local 264 std::string src; in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_base64.cpp | 50 auto *src = reinterpret_cast<unsigned char const *>(input); in Decode() local 97 auto *src = static_cast<const unsigned char *>(input); in Encode() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | bigIntLiteral.h | 35 … explicit BigIntLiteral(util::StringView src) : Literal(AstNodeType::BIGINT_LITERAL), src_(src) {} in BigIntLiteral()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 168 EcmaString *EcmaString::FastSubUtf8String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint32… in FastSubUtf8String() 183 EcmaString *EcmaString::FastSubUtf16String(const EcmaVM *vm, const JSHandle<EcmaString> &src, uint3… in FastSubUtf16String() 266 inline void EcmaString::WriteData(uint32_t index, uint16_t src) in WriteData() 282 void EcmaString::WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat() 362 inline void EcmaStringAccessor::ReadData(EcmaString *dst, EcmaString *src, in ReadData()
|
| D | ecma_string.h | 465 static void CopyChars(DstType *dst, SrcType *src, uint32_t count) in CopyChars() 614 void Set(uint32_t index, uint16_t src) in Set() 785 const JSHandle<EcmaString> &src, uint32_t start, uint32_t length) in FastSubString() 917 void Set(uint32_t index, uint16_t src) in Set() 1039 static EcmaString *ToLower(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToLower() 1044 static EcmaString *TryToLower(const EcmaVM *vm, const JSHandle<EcmaString> &src) in TryToLower() 1049 static EcmaString *ToUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToUpper() 1054 …static EcmaString *ToLocaleLower(const EcmaVM *vm, const JSHandle<EcmaString> &src, const icu::Loc… in ToLocaleLower() 1059 …static EcmaString *ToLocaleUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src, const icu::Loc… in ToLocaleUpper() 1110 static const uint8_t *GetUtf8DataFlat(const EcmaString *src, CVector<uint8_t> &buf) in GetUtf8DataFlat() [all …]
|
| D | ecma_string.cpp | 131 const JSHandle<EcmaString> &src, uint32_t start, uint32_t length) in FastSubString() 147 void EcmaString::WriteData(EcmaString *src, uint32_t start, uint32_t destSize, uint32_t length) in WriteData() 605 bool EcmaString::MemCopyChars(Span<T> &dst, size_t dstMax, Span<const T> &src, size_t count) in MemCopyChars() 755 EcmaString *EcmaString::TrimBody(const JSThread *thread, const JSHandle<EcmaString> &src, Span<T> &… in TrimBody() 772 EcmaString *EcmaString::ToLower(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToLower() 787 EcmaString *EcmaString::TryToLower(const EcmaVM *vm, const JSHandle<EcmaString> &src) in TryToLower() 834 EcmaString *EcmaString::ToUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToUpper() 849 EcmaString *EcmaString::ToLocaleLower(const EcmaVM *vm, const JSHandle<EcmaString> &src, const icu:… in ToLocaleLower() 859 EcmaString *EcmaString::ToLocaleUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src, const icu:… in ToLocaleUpper() 868 EcmaString *EcmaString::Trim(const JSThread *thread, const JSHandle<EcmaString> &src, TrimMode mode) in Trim() [all …]
|
| D | js_symbol.h | 101 static bool Equal(const JSSymbol &src, const JSSymbol &dst) in Equal()
|
| D | tagged_tree.h | 415 inline void CopyData(const JSThread *thread, int dst, int src) in CopyData() 508 inline void CopyData(const JSThread *thread, int dst, int src) in CopyData() 568 inline void CopyData(const JSThread *thread, int dst, int src) in CopyData()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 51 panda::pandasm::Program *CreateJsonContentProgram(std::string src, std::string rname, util::PatchFi… in CreateJsonContentProgram() 64 std::string src(input.source); in Compile() local 192 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src, in CompileFile()
|
| /arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64decode_fuzzer/ |
| D | baseptbase64decode_fuzzer.cpp | 33 auto src = cn->GetString(data, size); in BasePtBase64DecodeFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/ |
| D | baseptbase64encode_fuzzer.cpp | 33 auto src = cn->GetString(data, size); in BasePtBase64EncodeFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | binary_buffer_parser.cpp | 38 void BinaryBufferParser::ParseBuffer(uint8_t *dst, uint32_t count, uint8_t *src) in ParseBuffer()
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | options.cpp | 125 …es2panda::SourceFile src(fileName, recordName, scriptKind, GetScriptExtension(fileName, inputExten… in CollectInputFilesFromFileList() local 147 es2panda::SourceFile src(f, RemoveExtension(f.substr(input.length() + 1)), in CollectInputFilesFromFileDirectory() local 398 …es2panda::SourceFile src(sourceFile_, recordName_, scriptKind_, GetScriptExtension(sourceFile_, ex… in Parse() local 409 es2panda::SourceFile src("", recordName_, es2panda::parser::ScriptKind::SCRIPT, in Parse() local
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 465 def test_path(self, src): argument 558 def test_path(self, src): argument 664 def test_path(self, src): argument 800 def test_path(self, src): argument 823 def test_path(self, src): argument 1016 def test_path(self, src): argument 1144 def test_path(self, src): argument 1236 def test_path(self, src): argument 1291 def test_path(self, src): argument 1441 def test_path(self, src): argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 28 S src; member 161 inline To bit_cast(const From &src) noexcept // NOLINT(readability-identifier-naming) in bit_cast()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 55 LocationIndex src; member
|
| D | reg_alloc_base.cpp | 252 void ConnectIntervals(SpillFillInst *spill_fill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals()
|
| D | spill_fills_resolver.cpp | 283 auto src = moves_table_[dst].src; in AddMovesChain() local
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_arm64.rb | 73 def ld(size, dst, src) argument
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download_config.json | 5 "src": "/prebuilts/clang/ohos/linux-x86_64/clang_linux-x86_64-d1aa60-0630", string
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | spill_fill_data.h | 34 …SpillFillData(Location src, Location dst, DataType::Type type) : src_(src), dst_(dst), type_(type)… in SpillFillData()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.h | 75 explicit CompileFileJob(es2panda::SourceFile *src, es2panda::CompilerOptions *options, in CompileFileJob()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_utils.h | 297 inline To bit_cast(const From &src) noexcept // NOLINT(readability-identifier-naming) in bit_cast() 309 inline To down_cast(const From &src) noexcept // NOLINT(readability-identifier-naming) in down_cast()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | bit_helper_test.cpp | 50 inline To MemoryCast(const From &src) noexcept in MemoryCast()
|