Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dcallee_info_test.js20 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
Ddebug_info_test.js17 function func1(o1, o2) { argument
23 let func3 = (o1, o2, o3, o4, o5) => { }; argument
25 function foo(o1, o2) { argument
Dgraph_test.js32 function foo(o1, o2) { argument
48 function func2(o1, o2) { argument
Ddefine_info_test.js22 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/
Dcfi.cpp34 #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
Dcg_irbuilder.cpp41 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn()
47 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn()
53 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn()
Ddbg.cpp34 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
Dcg_options.cpp302 maplecl::Option<bool> o2({"-O2", "--O2"}, " -O2 \tDo some optimization.\n… variable
Dcgfunc.cpp448 Operand *o2 = cgFunc.HandleExpr(expr, *expr.Opnd(1)); in HandleVectorAddLong() local
455 Operand *o2 = cgFunc.HandleExpr(expr, *expr.Opnd(1)); in HandleVectorAddWiden() local
585 Operand *o2 = cgFunc.HandleExpr(intrnNode, *intrnNode.Opnd(1)); in HandleVectorSubWiden() local
/arkcompiler/ets_runtime/test/aottest/object/object_assign/
Dobject_assign.ts22 const o2 = { b: 2 }; constant
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dref_updater.h44 bool IsSameRegion(ObjectHeader *o1, ObjectHeader *o2) const in IsSameRegion()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddbg.h31 #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
Dcfi.h52 #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/aarch64/
Daarch64_proepilog.cpp879 …Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerSize() * kBitsP… in AppendInstructionPushPair() local
949 …MemOperand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance), size * kB… in AppendInstructionForAllocateOrDeallocateCallFrame() local
988 Operand *o2 = in CreateAndAppendInstructionForAllocateCallFrame() local
1050 MemOperand &o2 = in AppendInstructionAllocateCallFrame() local
1145 …MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(-stackFrameSize, GetPointerSize() * kBitsPerBy… in AppendInstructionAllocateCallFrameDebug() local
1156 … MemOperand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, 0, GetPointerSize() * kBitsPerByte); in AppendInstructionAllocateCallFrameDebug() local
1621 …Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerSize() * kBitsP… in AppendInstructionPopPair() local
1655 Operand *o2 = nullptr; in AppendInstructionDeallocateCallFrame() local
1728 Operand *o2; in AppendInstructionDeallocateCallFrameDebug() local
1743 …MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(stackFrameSize, GetPointerSize() * kBitsPerByt… in AppendInstructionDeallocateCallFrameDebug() local
[all …]
Daarch64_emitter.cpp2014 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument
2015 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument
2047 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
Daarch64_cgfunc.cpp11742 RegOperand *AArch64CGFunc::SelectVectorAddLong(PrimType rType, Operand *o1, Operand *o2, PrimType o… in SelectVectorAddLong()
11761 RegOperand *AArch64CGFunc::SelectVectorAddWiden(Operand *o1, PrimType otyp1, Operand *o2, PrimType … in SelectVectorAddWiden()
11972 RegOperand *AArch64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType o… in SelectVectorAbsSubL()
11992 RegOperand *AArch64CGFunc::SelectVectorMerge(PrimType rType, Operand *o1, Operand *o2, int32 index) in SelectVectorMerge()
12064 void AArch64CGFunc::PrepareVectorOperands(Operand **o1, PrimType &oty1, Operand **o2, PrimType &oty… in PrepareVectorOperands()
12136 RegOperand *AArch64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode … in SelectVectorCompareZero()
12178 RegOperand *AArch64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType ot… in SelectVectorCompare()
12233 …64CGFunc::SelectVectorShift(PrimType rType, Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, in SelectVectorShift()
12351 RegOperand *AArch64CGFunc::SelectVectorTableLookup(PrimType rType, Operand *o1, Operand *o2) in SelectVectorTableLookup()
12366 RegOperand *AArch64CGFunc::SelectVectorMadd(Operand *o1, PrimType oTyp1, Operand *o2, PrimType oTyp… in SelectVectorMadd()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp702 RegOperand *X64CGFunc::SelectVectorAddLong(PrimType rTy, Operand *o1, Operand *o2, PrimType oty, bo… in SelectVectorAddLong()
707 RegOperand *X64CGFunc::SelectVectorAddWiden(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2,… in SelectVectorAddWiden()
717 RegOperand *X64CGFunc::SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, … in SelectVectorBinOp()
723 …Func::SelectVectorBitwiseOp(PrimType rType, Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, in SelectVectorBitwiseOp()
729 RegOperand *X64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) in SelectVectorCompareZero()
734 RegOperand *X64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, … in SelectVectorCompare()
754 RegOperand *X64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, … in SelectVectorAbsSubL()
759 RegOperand *X64CGFunc::SelectVectorMadd(Operand *o1, PrimType oTyp1, Operand *o2, PrimType oTyp2, O… in SelectVectorMadd()
765 RegOperand *X64CGFunc::SelectVectorMerge(PrimType rTyp, Operand *o1, Operand *o2, int32 iNum) in SelectVectorMerge()
770 RegOperand *X64CGFunc::SelectVectorMull(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, P… in SelectVectorMull()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule38.ts22 let o2: C1 = {n: 42, s: "foo"} variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule38.ts22 let o2: C1 = {n: 42, s: "foo"} variable
/arkcompiler/ets_runtime/test/moduletest/objectkeys/
Dobjectkeys.js73 let o2 = {1024: 1024}; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp207 maplecl::Option<bool> o2({"-O2", "--O2"}, " -O2 \tDo some optimization.\n"… variable
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js233 const o2 = { variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h52 static inline bool IsSameRegion(const void *o1, const void *o2, size_t regionSizeBits) in IsSameRegion()
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dobject_literals_2.ts121 let o2: object = {n: 42, s: ''} // OK in TS, CTE in ArkTS: no fields 'n' and 's' in object variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dobject_literals_2.ts123 let o2: object = {n: 42, s: ''} // OK in TS, CTE in ArkTS: no fields 'n' and 's' in object variable