| /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 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/test/jittest/try_catch_throw/ |
| D | try_catch_throw.ts | 39 let o2 = { variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 91 Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPushPair() local 148 …MemOperand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance), size * kB… in AppendInstructionForAllocateOrDeallocateCallFrame() local 193 …Operand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, static_cast<int32>(fpToSpDistance), GetPointerBi… in CreateAndAppendInstructionForAllocateCallFrame() local 248 …MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(static_cast<int32>(-offset), GetPointerBitSize… in AppendInstructionAllocateCallFrame() local 311 … MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(-stackFrameSize, GetPointerBitSize()); in AppendInstructionAllocateCallFrameDebug() local 324 MemOperand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, 0, GetPointerBitSize()); in AppendInstructionAllocateCallFrameDebug() local 389 Operand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, in GenerateFunctionSave() local 661 Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPopPair() local 693 Operand *o2 = nullptr; in AppendInstructionDeallocateCallFrame() local 753 … Operand *o2 = aarchCGFunc.CreateStackMemOpnd(RSP, (isLmbc ? lmbcOffset : 0), GetPointerBitSize()); in AppendInstructionDeallocateCallFrameDebug() 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
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 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 | 66 var o2 = { variable
|
| /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/test/moduletest/storeicbyname/ |
| D | storeicbyname.js | 74 let o2 = new Object(-63); 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/ets_runtime/test/moduletest/objectkeys/ |
| D | objectkeys.js | 73 let o2 = {1024: 1024}; 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
|
| /arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/ |
| D | index-DAjlO3pK.js | 24 …tch(o){case"children":typeof f=="string"?i==="body"||i==="textarea"&&f===""||Ja(a,f):(typeof f=="n…
|