Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/toolchain/tooling/test/
Dpt_base64_test.cpp47 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/static_core/compiler/optimizer/analysis/
Ddominators_tree.h52 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/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.h54 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp53 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/
Dpt_base64.cpp51 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/
Dstandardize.cpp62 Operand &dest = insn.GetOperand(kInsnFirstOpnd); in AddressMapping() local
Disel.cpp929 MemOperand *dest = &cgFunc->GetOpndBuilder()->CreateMem(base, offset, bitLen); in SelectRegassign() local
1543 RegOperand &dest = in SelectCopy2Reg() local
1559 RegOperand &dest = in SelectCopy2Reg() local
1566 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) in SelectCopy()
1580 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType type) in SelectCopy()
1600 void MPISel::SelectCopyInsn(Operand &dest, Operand &src, PrimType type) in SelectCopyInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dcfg_mst.cpp71 void CFGMST<Edge, BB>::AddEdge(BB *src, BB *dest, uint64 w, bool isCritical, bool isFake) in AddEdge()
123 BB *dest = edge->GetDestBB(); in DumpEdgesInfo() local
Dinstrument.cpp82 IRBB *dest = edge->GetDestBB(); in GetInstrumentBBs() local
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/
Dbaseptbase64encode_fuzzer.cpp37 std::string dest; in BasePtBase64EncodeFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64decode_fuzzer/
Dbaseptbase64decode_fuzzer.cpp37 std::string dest; in BasePtBase64DecodeFuzzTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dworking_ranges.h35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp104 bool AArch64ICOPattern::IsSetInsn(const Insn &insn, Operand *&dest, std::vector<Operand *> &src) co… in IsSetInsn()
233 RegOperand *AArch64ICOIfThenElsePattern::GenerateRegAndTempInsn(Operand &dest, const RegOperand &de… in GenerateRegAndTempInsn()
289 Operand *dest = nullptr; in GetDestReg() local
317 Operand *dest = nullptr; in BuildCondMovInsn() local
399 Operand *dest = nullptr; in CheckCondMoveBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/
Dcfg_mst.h34 bool IsCritialEdge(const BB *src, const BB *dest) const in IsCritialEdge()
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download_config.json7 "dest": "/prebuilts/clang/ohos/linux-x86_64/llvm", string
14 "dest": "/prebuilts/clang/ohos/darwin-arm64/llvm", string
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp_executor.cpp48 uint8_t *dest = buffer.data(); in HandleCaptures() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp132 llvm::raw_fd_ostream dest(output, errorCode, llvm::sys::fs::FA_Write); in WriteTo() local
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp345 int dest = base1; in MergeLo() local
459 int dest = base2 + len2 - 1; in MergeHi() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp295 compiler::VReg dest = prop->IsStatic() ? classReg : protoReg; in CompileMissingProperties() local
702 void ClassDefinition::CompileGetterOrSetter(compiler::PandaGen *pg, compiler::VReg dest, in CompileGetterOrSetter()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp46 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp123 bool JsStackGetter::CheckAndCopy(char *dest, size_t length, const char *src) in CheckAndCopy()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp205 FromElfSectionHeader* dest = in GetSectionHeaderNum() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1079 std::vector<uint8_t> dest; in EvaluateOnCallFrame() local
1548 std::vector<uint8_t> dest; in CallFunctionOn() local
2096 bool DebuggerImpl::DecodeAndCheckBase64(const std::string &src, std::vector<uint8_t> &dest) in DecodeAndCheckBase64()
2110 std::vector<uint8_t> dest; in CheckAndGenerateCondFunc() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp328 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp407 void GetUnsignedLeb128Encode(std::vector<uint8_t> &dest, uint32_t value) in GetUnsignedLeb128Encode()

12