| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | working_ranges.h | 35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument
|
| H A D | reg_alloc_linear_scan.cpp | 27 static void AddInterval(LifeIntervals *interval, InstructionsIntervals *dest) in AddInterval() argument
|
| /arkcompiler/toolchain/tooling/test/ |
| H A 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; 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 D | debugger_impl_test.cpp | 46 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 D | baseptbase64decode_fuzzer.cpp | 37 std::string dest; in BasePtBase64DecodeFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer/ |
| H A D | baseptbase64encode_fuzzer.cpp | 37 std::string dest; in BasePtBase64EncodeFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/ |
| H A D | regexp_executor.cpp | 48 uint8_t *dest = buffer.data(); in HandleCaptures() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | standardize.cpp | 62 Operand &dest = insn.GetOperand(kInsnFirstOpnd); in AddressMapping() local
|
| H A D | isel.cpp | 735 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 D | pt_base64.cpp | 51 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 D | dominators_tree.h | 54 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 D | dominators_tree.h | 52 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 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); StdzFloatingNeg() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/extractortool/tests/ |
| H A D | extractor_test.cpp | 119 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 D | reg_alloc_graph_coloring.cpp | 328 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackgetter.cpp | 123 bool JsStackGetter::CheckAndCopy(char *dest, size_t length, const char *src) in CheckAndCopy() argument
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | extractor.cpp | 46 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | elf_checker.cpp | 205 FromElfSectionHeader* dest = in GetSectionHeaderNum() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| H A D | constant_propagation.cpp | 79 auto dest = edge.second; in RunFlowEdge() local
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| H A D | type_type.cpp | 424 Span<Type> dest = tsys->GetNewTypeSpan(span.size()); in CopySpanToTypeSystem() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 295 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 D | JSCompiler.cpp | 257 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 D | share_gate_meta_data.h | 345 auto dest = stringData_.data(); in StringMetaData() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | samples_record.cpp | 778 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 D | cg_option.h | 160 void SetOrClear(T &dest, uint64 flag, bool truth) const in SetOrClear() argument
|