| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | callee_info_test.js | 20 function func1(o1, o2) { } argument 23 function foo(o1, o2) { argument 43 function foo1(o1, o2, o3) { argument 86 function func6(o1, o2) { argument 112 function func10(o1, o2) { argument
|
| D | debug_info_test.js | 17 function func1(o1, o2) { argument 23 let func3 = (o1, o2, o3, o4, o5) => { }; argument 25 function foo(o1, o2) { argument
|
| D | graph_test.js | 32 function foo(o1, o2) { argument 48 function func2(o1, o2) { argument
|
| D | define_info_test.js | 22 function func2(o1, o2) { argument 45 func9(o1, o2, o3) { } argument 59 func15(o1, o2) { } argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cfi.cpp | 34 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 35 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument
|
| D | dbg.cpp | 34 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
|
| D | cg_irbuilder.cpp | 42 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() 48 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn() 54 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn()
|
| D | cg_options.cpp | 307 maplecl::Option<bool> o2({"-O2", "--O2"}, " -O2 \tDo some optimization.\n… variable
|
| D | cgfunc.cpp | 515 Operand *o2 = cgFunc.HandleExpr(expr, *expr.Opnd(1)); in HandleVectorAddLong() local 522 Operand *o2 = cgFunc.HandleExpr(expr, *expr.Opnd(1)); in HandleVectorAddWiden() local 654 Operand *o2 = cgFunc.HandleExpr(intrnNode, *intrnNode.Opnd(1)); in HandleVectorSubWiden() local 1819 Operand *o2 = CreateDbgImmOperand(columnNum); in BuildLocInsn() local
|
| /arkcompiler/ets_runtime/test/moduletest/storeicbyname/ |
| D | storeicbyname.js | 77 let o2 = new Object(-63); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 315 Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPushPair() local 369 …MemOperand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance), size * kB… in AppendInstructionForAllocateOrDeallocateCallFrame() local 415 …Operand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance), GetPointerBi… in CreateAndAppendInstructionForAllocateCallFrame() local 473 …MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(static_cast<int32>(-offset), GetPointerBitSize… in AppendInstructionAllocateCallFrame() local 539 … MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(-stackFrameSize, GetPointerBitSize()); in AppendInstructionAllocateCallFrameDebug() local 552 MemOperand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, 0, GetPointerBitSize()); in AppendInstructionAllocateCallFrameDebug() local 968 Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPopPair() local 1000 Operand *o2 = nullptr; in AppendInstructionDeallocateCallFrame() local 1060 … Operand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, (isLmbc ? lmbcOffset : 0), GetPointerBitSize()); in AppendInstructionDeallocateCallFrameDebug() local 1069 … MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(stackFrameSize, GetPointerBitSize()); in AppendInstructionDeallocateCallFrameDebug() local [all …]
|
| D | aarch64_emitter.cpp | 1650 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 1651 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument 1683 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
|
| D | aarch64_cgfunc.cpp | 10678 RegOperand *AArch64CGFunc::SelectVectorAddLong(PrimType rType, Operand *o1, Operand *o2, PrimType o… in SelectVectorAddLong() 10697 RegOperand *AArch64CGFunc::SelectVectorAddWiden(Operand *o1, PrimType otyp1, Operand *o2, PrimType … in SelectVectorAddWiden() 10908 RegOperand *AArch64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType o… in SelectVectorAbsSubL() 10928 RegOperand *AArch64CGFunc::SelectVectorMerge(PrimType rType, Operand *o1, Operand *o2, int32 index) in SelectVectorMerge() 11000 void AArch64CGFunc::PrepareVectorOperands(Operand **o1, PrimType &oty1, Operand **o2, PrimType &oty… in PrepareVectorOperands() 11072 RegOperand *AArch64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode … in SelectVectorCompareZero() 11114 RegOperand *AArch64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType ot… in SelectVectorCompare() 11169 …64CGFunc::SelectVectorShift(PrimType rType, Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, in SelectVectorShift() 11284 RegOperand *AArch64CGFunc::SelectVectorTableLookup(PrimType rType, Operand *o1, Operand *o2) in SelectVectorTableLookup() 11299 RegOperand *AArch64CGFunc::SelectVectorMadd(Operand *o1, PrimType oTyp1, Operand *o2, PrimType oTyp… in SelectVectorMadd() [all …]
|
| /arkcompiler/ets_runtime/test/aottest/object/object_assign/ |
| D | object_assign.ts | 22 const o2 = { b: 2 }; constant
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | ref_updater.h | 45 bool IsSameRegion(ObjectHeader *o1, ObjectHeader *o2) const in IsSameRegion()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | dbg.h | 31 #define DBG_DEFINE(k, sub, n, o0, o1, o2) OP_DBG_##k##sub, argument 32 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) OP_ARM_DIRECTIVES_##k##sub, argument
|
| D | cfi.h | 52 #define CFI_DEFINE(k, sub, n, o0, o1, o2) OP_CFI_##k##sub, argument 53 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) OP_ARM_DIRECTIVES_##k##sub, argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 692 RegOperand *X64CGFunc::SelectVectorAddLong(PrimType rTy, Operand *o1, Operand *o2, PrimType oty, bo… in SelectVectorAddLong() 697 RegOperand *X64CGFunc::SelectVectorAddWiden(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2,… in SelectVectorAddWiden() 707 RegOperand *X64CGFunc::SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, … in SelectVectorBinOp() 713 …Func::SelectVectorBitwiseOp(PrimType rType, Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, in SelectVectorBitwiseOp() 719 RegOperand *X64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) in SelectVectorCompareZero() 724 RegOperand *X64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, … in SelectVectorCompare() 744 RegOperand *X64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, … in SelectVectorAbsSubL() 749 RegOperand *X64CGFunc::SelectVectorMadd(Operand *o1, PrimType oTyp1, Operand *o2, PrimType oTyp2, O… in SelectVectorMadd() 755 RegOperand *X64CGFunc::SelectVectorMerge(PrimType rTyp, Operand *o1, Operand *o2, int32 iNum) in SelectVectorMerge() 760 RegOperand *X64CGFunc::SelectVectorMull(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, P… in SelectVectorMull() [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/objectkeys/ |
| D | objectkeys.js | 73 let o2 = {1024: 1024}; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mpl2mpl_options.cpp | 200 maplecl::Option<bool> o2({"-O2", "--O2"}, " -O2 \tDo some optimization.\n"… variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_allocator.h | 52 static inline bool IsSameRegion(const void *o1, const void *o2, size_t regionSizeBits) in IsSameRegion()
|
| /arkcompiler/ets_runtime/test/aottest/definefieldbyname2/ |
| D | definefieldbyname2.js | 82 o2 = 15; field in A
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | arraysort.js | 249 const o2 = { variable
|