| /arkcompiler/toolchain/tooling/test/ |
| D | pt_base64_test.cpp | 47 std::string dest; in HWTEST_F_L0() local 63 std::string dest; in HWTEST_F_L0() local 110 std::string dest; in HWTEST_F_L0() local 128 std::string dest; in HWTEST_F_L0() local 149 std::string dest; in HWTEST_F_L0() local 159 std::string dest; in HWTEST_F_L0() local 208 std::string dest; in HWTEST_F_L0() local 231 std::string dest; in HWTEST_F_L0() local 248 std::string dest; in HWTEST_F_L0() local 265 std::string dest; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | dominators_tree.h | 54 void SetAncestor(BasicBlock *dest, BasicBlock *block) in SetAncestor() 74 void SetIdom(BasicBlock *dest, BasicBlock *block) in SetIdom() 86 void SetLabel(BasicBlock *dest, BasicBlock *block) in SetLabel() 98 void SetParent(BasicBlock *dest, BasicBlock *block) in SetParent() 110 void SetSemi(BasicBlock *dest, int32_t value) in SetSemi()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | dominators_tree.h | 52 void SetAncestor(BasicBlock *dest, BasicBlock *block) in SetAncestor() 72 void SetIdom(BasicBlock *dest, BasicBlock *block) in SetIdom() 84 void SetLabel(BasicBlock *dest, BasicBlock *block) in SetLabel() 96 void SetParent(BasicBlock *dest, BasicBlock *block) in SetParent() 108 void SetSemi(BasicBlock *dest, int32_t value) in SetSemi()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_standardize.cpp | 53 Operand &dest = insn.GetOperand(kInsnFirstOpnd); in StdzBasicOp() local 68 Operand &dest = insn.GetOperand(kInsnFirstOpnd); in StdzUnaryOp() local 103 RegOperand *dest = static_cast<RegOperand *>(opnd1); in StdzCvtOp() local 132 Operand &dest = insn.GetOperand(kInsnFirstOpnd); in StdzFloatingNeg() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_base64.cpp | 51 char *dest = static_cast<char *>(output); in Decode() local 98 char *dest = output; in Encode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | standardize.cpp | 62 Operand &dest = insn.GetOperand(kInsnFirstOpnd); in AddressMapping() local
|
| D | isel.cpp | 922 MemOperand *dest = &cgFunc->GetOpndBuilder()->CreateMem(base, offset, bitLen); in SelectRegassign() local 1536 RegOperand &dest = in SelectCopy2Reg() local 1552 RegOperand &dest = in SelectCopy2Reg() local 1559 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) in SelectCopy() 1573 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType type) in SelectCopy() 1593 void MPISel::SelectCopyInsn(Operand &dest, Operand &src, PrimType type) in SelectCopyInsn()
|
| /arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64decode_fuzzer/ |
| D | baseptbase64decode_fuzzer.cpp | 37 std::string dest; in BasePtBase64DecodeFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/ |
| D | baseptbase64encode_fuzzer.cpp | 37 std::string dest; in BasePtBase64EncodeFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | working_ranges.h | 35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange()
|
| D | reg_alloc_linear_scan.cpp | 27 static void AddInterval(LifeIntervals *interval, InstructionsIntervals *dest) in AddInterval()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/ |
| D | regexp_executor.cpp | 68 uint8_t *dest = buffer.data(); in GetResult() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ico.cpp | 105 bool AArch64ICOPattern::IsSetInsn(const Insn &insn, Operand *&dest, std::vector<Operand *> &src) co… in IsSetInsn() 234 RegOperand *AArch64ICOIfThenElsePattern::GenerateRegAndTempInsn(Operand &dest, const RegOperand &de… in GenerateRegAndTempInsn() 290 Operand *dest = nullptr; in GetDestReg() local 317 Operand *dest = nullptr; in BuildCondMovInsn() local 389 … std::vector<Operand *> &src, Operand &dest, const Insn *cmpInsn, in CheckModifiedRegister() 475 Operand *dest = nullptr; in CheckCondMoveBB() local
|
| D | aarch64_args.cpp | 218 …egArgs::GenOneInsn(const ArgInfo &argInfo, RegOperand &baseOpnd, uint32 stBitSize, AArch64reg dest, in GenOneInsn()
|
| D | aarch64_cgfunc.cpp | 153 BaseNode *dest = bNode.Opnd(0); in IsBlkassignForPush() local 259 void AArch64CGFunc::SelectLoadAcquire(Operand &dest, PrimType dtype, Operand &src, PrimType stype, in SelectLoadAcquire() 322 void AArch64CGFunc::SelectStoreRelease(Operand &dest, PrimType dtype, Operand &src, PrimType stype, in SelectStoreRelease() 370 void AArch64CGFunc::SelectCopyImm(Operand &dest, PrimType dType, ImmOperand &src, PrimType sType) in SelectCopyImm() 381 void AArch64CGFunc::SelectCopyImm(Operand &dest, ImmOperand &src, PrimType dtype) in SelectCopyImm() 507 void AArch64CGFunc::SelectCopyMemOpnd(Operand &dest, PrimType dtype, uint32 dsize, Operand &src, Pr… in SelectCopyMemOpnd() 657 void AArch64CGFunc::SelectCopyRegOpnd(Operand &dest, PrimType dtype, Operand::OperandType opndType,… in SelectCopyRegOpnd() 739 void AArch64CGFunc::SelectCopy(Operand &dest, PrimType dtype, Operand &src, PrimType stype) in SelectCopy() 797 RegOperand &dest = CreateRegisterOperandOfType(dtype); in SelectCopy() local 1509 MemOperand *dest = GetPseudoRegisterSpillMemoryOperand(pregIdx); in SelectRegassign() local [all …]
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download_config.json | 6 "dest": "/prebuilts/clang/ohos/linux-x86_64/llvm", string
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | created_object_file.cpp | 92 llvm::raw_fd_ostream dest(output, errorCode, llvm::sys::fs::FA_Write); in WriteTo() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 295 compiler::VReg dest = prop->IsStatic() ? classReg : protoReg; in CompileMissingProperties() local 607 void ClassDefinition::CompileGetterOrSetter(compiler::PandaGen *pg, compiler::VReg dest, in CompileGetterOrSetter()
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | extractor.cpp | 46 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 112 bool JsStackGetter::CheckAndCopy(char *dest, size_t length, const char *src) in CheckAndCopy()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_checker.cpp | 199 FromElfSectionHeader* dest = in GetSectionHeaderNum() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 835 std::vector<uint8_t> dest; in EvaluateOnCallFrame() local 1259 std::vector<uint8_t> dest; in CallFunctionOn() local 1791 bool DebuggerImpl::DecodeAndCheckBase64(const std::string &src, std::vector<uint8_t> &dest) in DecodeAndCheckBase64() 1805 std::vector<uint8_t> dest; in CheckAndGenerateCondFunc() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 335 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | namemangler.cpp | 556 void GetUnsignedLeb128Encode(std::vector<uint8_t> &dest, uint32_t value) in GetUnsignedLeb128Encode()
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_type.cpp | 401 Span<Type> dest = tsys->GetNewTypeSpan(span.size()); in CopySpanToTypeSystem() local
|