Home
last modified time | relevance | path

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

12

/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
56 func12(o1) { } argument
59 func15(o1, o2) { } argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp692 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()
702 RegOperand *X64CGFunc::SelectVectorAbs(PrimType rType, Operand *o1) in SelectVectorAbs()
707 RegOperand *X64CGFunc::SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, … in SelectVectorBinOp()
713 RegOperand *X64CGFunc::SelectVectorBitwiseOp(PrimType rType, Operand *o1, PrimType oty1, Operand *o… 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()
[all …]
/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.cpp37 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1) in BuildInsn()
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()
Ddbg.cpp34 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
Dcgfunc.cpp514 Operand *o1 = cgFunc.HandleExpr(expr, *expr.Opnd(0)); in HandleVectorAddLong() local
521 Operand *o1 = cgFunc.HandleExpr(expr, *expr.Opnd(0)); in HandleVectorAddWiden() local
653 Operand *o1 = cgFunc.HandleExpr(intrnNode, *intrnNode.Opnd(0)); in HandleVectorSubWiden() local
1818 Operand *o1 = CreateDbgImmOperand(lineNum); in BuildLocInsn() local
1838 Operand *o1 = CreateDbgImmOperand(newSrcLoc); in GenerateLoc() local
1849 Operand *o1 = CreateDbgImmOperand(newMplLoc); in GenerateLoc() local
Dcg_options.cpp305 maplecl::Option<bool> o1({"-O1", "--O1"}, " -O1 \tDo some optimization.\n"… variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp314 Operand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionPushPair() local
337 Operand *o1 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPushSingle() local
375 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local
393 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local
414 … Operand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in CreateAndAppendInstructionForAllocateCallFrame() local
472 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrame() local
538 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrameDebug() local
551 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrameDebug() local
945 Operand *o1 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPopSingle() local
967 Operand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionPopPair() local
[all …]
Daarch64_cgfunc.cpp4238 void AArch64CGFunc::SelectTargetFPCmpQuiet(Operand &o0, Operand &o1, uint32 dsize) in SelectTargetFPCmpQuiet()
4253 void AArch64CGFunc::SelectAArch64Cmp(Operand &o0, Operand &o1, bool isIntType, uint32 dsize) in SelectAArch64Cmp()
4313 void AArch64CGFunc::SelectAArch64CSINV(Operand &res, Operand &o0, Operand &o1, CondOperand &cond, b… in SelectAArch64CSINV()
4320 void AArch64CGFunc::SelectAArch64CSINC(Operand &res, Operand &o0, Operand &o1, CondOperand &cond, b… in SelectAArch64CSINC()
5622 void AArch64CGFunc::SelectAArch64Select(Operand &dest, Operand &o0, Operand &o1, CondOperand &cond,… in SelectAArch64Select()
10664 RegOperand *AArch64CGFunc::SelectVectorAbs(PrimType rType, Operand *o1) in SelectVectorAbs()
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()
[all …]
Daarch64_emitter.cpp1650 #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
/arkcompiler/ets_runtime/test/moduletest/storeicbyname/
Dstoreicbyname.js70 let o1; variable
/arkcompiler/ets_runtime/test/aottest/try_catch_finally/
Dtry_catch_finally.ts127 let o1 = {} variable
/arkcompiler/ets_runtime/test/aottest/object/object_assign/
Dobject_assign.ts21 const o1 = { a: 1 }; constant
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dref_updater.h45 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/test/moduletest/regressdefineproperty/
Dregressdefineproperty.js62 const o1 = { variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js91 let o1 = new MakeObjectWithPrototype(); variable
/arkcompiler/ets_runtime/test/moduletest/objectkeys/
Dobjectkeys.js72 let o1 = {1024: true}; variable
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js100 const o1 = { constant
/arkcompiler/ets_runtime/test/moduletest/class/
Dclass.js149 let o1 = { 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()

12