| /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 | 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 56 func12(o1) { } argument 59 func15(o1, o2) { } argument
|
| D | debug_info_test.js | 288 function func1(o1, o2) { argument 294 let func3 = (o1, o2, o3, o4, o5) => { }; argument 296 function foo(o1, o2) { argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 90 Operand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionPushPair() local 113 Operand *o1 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPushSingle() local 154 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local 172 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local 192 … Operand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in CreateAndAppendInstructionForAllocateCallFrame() local 247 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrame() local 310 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrameDebug() local 323 … RegOperand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrameDebug() local 344 Operand *o1 = aarchCGFunc.CreateStackMemOpnd(RSP, in GenerateFrameTypeSave() local 375 … Operand* o1 = aarchCGFunc.CreateStackMemOpnd(RSP, ploc.memOffset + stackSize, k64BitSize); in GenerateFunctionSave() local [all …]
|
| D | aarch64_emitter.cpp | 1663 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 1664 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument
|
| D | aarch64_cgfunc.cpp | 1945 void AArch64CGFunc::SelectTargetFPCmpQuiet(Operand &o0, Operand &o1, uint32 dsize) in SelectTargetFPCmpQuiet() 1960 void AArch64CGFunc::SelectAArch64Cmp(Operand &o0, Operand &o1, bool isIntType, uint32 dsize) in SelectAArch64Cmp() 2006 void AArch64CGFunc::SelectAArch64CSINV(Operand &res, Operand &o0, Operand &o1, CondOperand &cond, b… in SelectAArch64CSINV() 2013 void AArch64CGFunc::SelectAArch64CSINC(Operand &res, Operand &o0, Operand &o1, CondOperand &cond, b… in SelectAArch64CSINC() 2960 void AArch64CGFunc::SelectAArch64Select(Operand &dest, Operand &o0, Operand &o1, CondOperand &cond,… in SelectAArch64Select()
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/15_symbol/ |
| D | 01_symbol_01.ts | 43 let o1 = { variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 34 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1) in BuildInsn() 39 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() 45 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn() 51 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn() 58 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, in BuildInsn() 67 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, in BuildInsn()
|
| D | cfi.cpp | 31 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 32 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument
|
| /arkcompiler/ets_runtime/test/aottest/pgo_storemiss/ |
| D | pgo_storemiss.ts | 70 var o1 = { variable
|
| /arkcompiler/ets_runtime/test/aottest/object/object_assign/ |
| D | object_assign.ts | 21 const o1 = { a: 1 }; 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/test/aottest/try_catch_finally/ |
| D | try_catch_finally.ts | 124 let o1 = {} variable
|
| /arkcompiler/ets_runtime/test/moduletest/storeicbyname/ |
| D | storeicbyname.js | 67 let o1; variable
|
| /arkcompiler/ets_runtime/test/moduletest/regressdefineproperty/ |
| D | regressdefineproperty.js | 68 const o1 = { variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| 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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/ |
| D | js_call.js | 88 let o1 = new MakeObjectWithPrototype(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/objectkeys/ |
| D | objectkeys.js | 72 let o1 = {1024: true}; variable
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 100 const o1 = { constant
|
| /arkcompiler/ets_runtime/test/moduletest/class/ |
| D | class.js | 149 let o1 = { 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 | 56 o1 = 15; field in A
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 582 const o1 = { constant
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | arraysort.js | 245 const o1 = { constant
|