Home
last modified time | relevance | path

Searched refs:X3 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp145 __ Mov(Register(X3), Immediate(0x7fff001234)); in HWTEST_F_L0()
176 __ Ldp(Register(X3), Register(X4), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
177 __ Ldp(Register(X3).W(), Register(X4).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
201 __ Ldr(Register(X3), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
202 __ Ldr(Register(X3).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
208 __ Stur(Register(X3), MemoryOperand(Register(SP), -8, OFFSET)); in HWTEST_F_L0()
226 __ Add(Register(X1), Register(X2), Operand(Register(X3), LSL, 3)); in HWTEST_F_L0()
227 __ Add(Register(X1), Register(X2), Operand(Register(X3), UXTW, 3)); in HWTEST_F_L0()
334 __ Cbz(Register(X3).W(), &label1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferTypesWithExtends1.ts42 type X3<T extends (...args: any[]) => any> =
47 type X3_T1 = X3<() => "a">; // ["string", "a"]
48 type X3_T2 = X3<() => 1>; // ["number", 1]
49 type X3_T3 = X3<() => object>; // never
DdottedModuleName2.ts64 import X3 = A.B.C;
DcontextualTypeShouldBeLiteral.ts103 interface X3 { interface
115 let xy: X3 | Y3 = {
DintersectionTypeNormalization.ts29 type X3 = A & C | A & D | B & C | B & D; alias
37 let x: X3;
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp48 Register prevFpReg(X3); in OptimizedFastCallEntry()
52 __ Mov(Register(X3), argc); in OptimizedFastCallEntry()
54 Register tmpArgc(X3); in OptimizedFastCallEntry()
102 Register codeAddr(X3); in OptimizedFastCallAndPushUndefined()
139 __ Mov(Register(X3), Immediate(JSTaggedValue::VALUE_UNDEFINED)); in OptimizedFastCallAndPushUndefined()
148 __ Mov(Register(X3), Register(X5)); in OptimizedFastCallAndPushUndefined()
252 Register actualNumArgs(X3); in JSFastCallWithArgV()
270 __ Mov(Register(X3), op); // first arg in JSFastCallWithArgV()
349 __ Mov(actualNumArgsReg, Register(X3)); in JSFastCallWithArgVAndPushUndefined()
355 __ Mov(Register(X3), Immediate(JSTaggedValue::VALUE_UNDEFINED)); in JSFastCallWithArgVAndPushUndefined()
[all …]
Doptimized_call.cpp141 Register prevFpReg(X3); in JSFunctionEntry()
153 __ Ldr(Register(X3), MemoryOperand(tmpArgV, FRAME_SLOT_SIZE)); in JSFunctionEntry()
208 Register codeAddr(X3); in OptimizedCallAndPushUndefined()
398 Register callField(X3); in JSCallInternal()
455 __ Ldr(Register(X3), MemoryOperand(sp, DOUBLE_SLOT_SIZE)); // get newtarget in JSCallInternal()
552 Register jstype(X3, W); in JSCallCheck()
660 __ Add(X3, fp, Immediate(4 * FRAME_SLOT_SIZE)); // 4: skip argc and func new this in JSBoundFunctionCallInternal()
690 __ Add(X3, sp, Immediate(FRAME_SLOT_SIZE)); // get argv in JSProxyCallInternal()
746 Register argv(X3); in CallRuntimeWithArgv()
961 Register newTarget(X3); in GenJSCallWithArgV()
[all …]
Dasm_interpreter_call.cpp80 Register callFieldRegister(X3); in AsmInterpEntryDispatch()
471 Register thisObj(X3); in CallNativeWithArgv()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp24 X0, FP, X1, X2, X3, X4, X5, X6, X7 };
Dassembler_aarch64_constants.h20 X0, X1, X2, X3, X4, X5, X6, X7, enumerator
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js63259 var O3, N3, L3, F3, V3, k3, U3, G3, z3, H3, j3, X3, W3, Y3, q3, K3, J3, Z3;
63272 …U3 = lh(), G3 = lh(), z3 = hh(), H3 = lh(), O3(j3 = N3(j3 = L3(j3 = (X3 = (Z3 = J3 = class t exten…
63498 }, J3.AudioState = c3, J3.EventType = $3, Z3), W3 = Bl(X3.prototype, "_clip", [ F3 ], {
63505 }), Y3 = Bl(X3.prototype, "_loop", [ Yl ], {
63512 }), q3 = Bl(X3.prototype, "_playOnAwake", [ Yl ], {
63519 }), K3 = Bl(X3.prototype, "_volume", [ Yl ], {
63526 …}), Bl(X3.prototype, "clip", [ V3, k3 ], Object.getOwnPropertyDescriptor(X3.prototype, "clip"), X3
63527 …Bl(X3.prototype, "loop", [ U3 ], Object.getOwnPropertyDescriptor(X3.prototype, "loop"), X3.prototy…
63528 …Bl(X3.prototype, "playOnAwake", [ G3 ], Object.getOwnPropertyDescriptor(X3.prototype, "playOnAwake…
63529 …Bl(X3.prototype, "volume", [ z3, H3 ], Object.getOwnPropertyDescriptor(X3.prototype, "volume"), X3
[all …]