Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 55) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp57 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/
Dpt_base64_test.cpp46 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/
Dpt_base64.cpp50 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/
DbigIntLiteral.h35 … explicit BigIntLiteral(util::StringView src) : Literal(AstNodeType::BIGINT_LITERAL), src_(src) {} in BigIntLiteral()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h168 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()
Decma_string.h465 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 …]
Decma_string.cpp131 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 …]
Djs_symbol.h101 static bool Equal(const JSSymbol &src, const JSSymbol &dst) in Equal()
Dtagged_tree.h415 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/
Des2panda.cpp51 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/
Dbaseptbase64decode_fuzzer.cpp33 auto src = cn->GetString(data, size); in BasePtBase64DecodeFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/
Dbaseptbase64encode_fuzzer.cpp33 auto src = cn->GetString(data, size); in BasePtBase64EncodeFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dbinary_buffer_parser.cpp38 void BinaryBufferParser::ParseBuffer(uint8_t *dst, uint32_t count, uint8_t *src) in ParseBuffer()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp125 …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/
Drunner.py465 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/
Dbit_helper.h28 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/
Dspill_fills_resolver.h55 LocationIndex src; member
Dreg_alloc_base.cpp252 void ConnectIntervals(SpillFillInst *spill_fill, const LifeIntervals *src, const LifeIntervals *dst) in ConnectIntervals()
Dspill_fills_resolver.cpp283 auto src = moves_table_[dst].src; in AddMovesChain() local
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dcodegen_arm64.rb73 def ld(size, dst, src) argument
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download_config.json5 "src": "/prebuilts/clang/ohos/linux-x86_64/clang_linux-x86_64-d1aa60-0630", string
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dspill_fill_data.h34 …SpillFillData(Location src, Location dst, DataType::Type type) : src_(src), dst_(dst), type_(type)… in SpillFillData()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h75 explicit CompileFileJob(es2panda::SourceFile *src, es2panda::CompilerOptions *options, in CompileFileJob()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h297 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/
Dbit_helper_test.cpp50 inline To MemoryCast(const From &src) noexcept in MemoryCast()

123