Home
last modified time | relevance | path

Searched defs:dest (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dworking_ranges.h35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument
H A Dreg_alloc_linear_scan.cpp27 static void AddInterval(LifeIntervals *interval, InstructionsIntervals *dest) in AddInterval() argument
/arkcompiler/toolchain/tooling/test/
H A 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; HWTEST_F_L0() local
128 std::string dest; HWTEST_F_L0() local
149 std::string dest; HWTEST_F_L0() local
159 std::string dest; HWTEST_F_L0() local
208 std::string dest; HWTEST_F_L0() local
231 std::string dest; HWTEST_F_L0() local
248 std::string dest; HWTEST_F_L0() local
265 std::string dest; HWTEST_F_L0() local
[all...]
H A Ddebugger_impl_test.cpp46 bool DecodeAndCheckBase64(const std::string &src, std::vector<uint8_t> &dest) in DecodeAndCheckBase64() argument
1777 std::vector<uint8_t> dest; in HWTEST_F_L0() local
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64decode_fuzzer/
H A Dbaseptbase64decode_fuzzer.cpp37 std::string dest; in BasePtBase64DecodeFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/
H A Dbaseptbase64encode_fuzzer.cpp37 std::string dest; in BasePtBase64EncodeFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
H A Dregexp_executor.cpp48 uint8_t *dest = buffer.data(); in HandleCaptures() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dstandardize.cpp62 Operand &dest = insn.GetOperand(kInsnFirstOpnd); in AddressMapping() local
H A Disel.cpp735 MemOperand *dest = &cgFunc->GetOpndBuilder()->CreateMem(base, offset, bitLen); in SelectRegassign() local
1179 RegOperand &dest = in SelectCopy2Reg() local
1195 RegOperand &dest = in SelectCopy2Reg() local
1202 SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) SelectCopy() argument
1216 SelectCopy(Operand &dest, Operand &src, PrimType type) SelectCopy() argument
1236 SelectCopyInsn(Operand &dest, Operand &src, PrimType type) SelectCopyInsn() argument
[all...]
/arkcompiler/toolchain/tooling/base/
H A Dpt_base64.cpp51 char *dest = static_cast<char *>(output); in Decode() local
98 char *dest = output; in Encode() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.h54 void SetAncestor(BasicBlock *dest, BasicBlock *block) in SetAncestor() argument
74 void SetIdom(BasicBlock *dest, BasicBlock *block) in SetIdom() argument
86 void SetLabel(BasicBlock *dest, BasicBlock *block) in SetLabel() argument
98 void SetParent(BasicBlock *dest, BasicBlock *block) in SetParent() argument
110 void SetSemi(BasicBlock *dest, int32_t value) in SetSemi() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.h52 void SetAncestor(BasicBlock *dest, BasicBlock *block) in SetAncestor() argument
72 void SetIdom(BasicBlock *dest, BasicBlock *block) in SetIdom() argument
84 void SetLabel(BasicBlock *dest, BasicBlock *block) in SetLabel() argument
96 void SetParent(BasicBlock *dest, BasicBlock *block) in SetParent() argument
108 void SetSemi(BasicBlock *dest, int32_t value) in SetSemi() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A 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); StdzFloatingNeg() local
[all...]
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp119 std::ostringstream dest; in HWTEST_F_L0() local
158 std::ostringstream dest; in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp328 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.cpp123 bool JsStackGetter::CheckAndCopy(char *dest, size_t length, const char *src) in CheckAndCopy() argument
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.cpp46 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp205 FromElfSectionHeader* dest = in GetSectionHeaderNum() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp79 auto dest = edge.second; in RunFlowEdge() local
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_type.cpp424 Span<Type> dest = tsys->GetNewTypeSpan(span.size()); in CopySpanToTypeSystem() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp295 compiler::VReg dest = prop->IsStatic() ? classReg : protoReg; in CompileMissingProperties() local
702 void ClassDefinition::CompileGetterOrSetter(compiler::PandaGen *pg, compiler::VReg dest, in CompileGetterOrSetter() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp257 static void CompilePropertyKind(const ir::MethodDefinition *prop, compiler::VReg dest, compiler::PandaGen *pg, in CompilePropertyKind() argument
332 compiler::VReg dest = prop->IsStatic() ? classReg : protoReg; in CompileMissingProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dshare_gate_meta_data.h345 auto dest = stringData_.data(); in StringMetaData() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp778 bool SamplesQueue::CheckAndCopy(char *dest, size_t length, const char *src) const in CheckAndCopy() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h160 void SetOrClear(T &dest, uint64 flag, bool truth) const in SetOrClear() argument

Completed in 24 milliseconds

12