Home
last modified time | relevance | path

Searched refs:r15 (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.cpp42 Pushq(r15); in PushCppCalleeSaveRegisters()
49 Popq(r15); in PopCppCalleeSaveRegisters()
66 Pushq(r15); in PushGhcCalleeSaveRegisters()
71 Popq(r15); in PopGhcCalleeSaveRegisters()
Dassembler_x64.h37 r15, enumerator
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnullIsSubtypeOfEverythingButUndefined.ts270 let r15 = true ? af : null; variable
271 AssertType(r15, "typeof f");
277 let r15 = true ? null : af; variable
278 AssertType(r15, "typeof f");
DcallSignatureWithoutReturnTypeAnnotationInference.ts229 let r15 = foo15(); variable
230 AssertType(r15, "typeof e1");
DfunctionConstraintSatisfaction3.ts141 let r15 = foo(c2); variable
142 AssertType(r15, "{ <T>(T): T; <T>(T, T): T; }");
DadditionOperatorWithStringAndEveryType.ts135 let r15 = x + E; variable
136 AssertType(r15, "string");
DadditionOperatorWithAnyAndEveryType.ts133 let r15 = a + E.a; variable
134 AssertType(r15, "any");
DgenericCallWithOverloadedConstructorTypedArguments.ts73 let r15 = foo7(1, c2); // new any => string; new(x:any, y?:any) => string variable
DsubtypesOfTypeParameterWithConstraints2.ts417 let r15 = true ? af : x; // ok
418 AssertType(r15, "typeof f");
424 let r15 = true ? x : af; // ok
425 AssertType(r15, "typeof f");
DfunctionConstraintSatisfaction.ts183 let r15 = foo(b2); variable
184 AssertType(r15, "new <T>(T) => T");
DsubtypingWithConstructSignatures4.ts281 let r15 = foo15(r15arg); variable
282 AssertType(r15, "any");
DsubtypingWithCallSignatures4.ts325 let r15 = foo15(r15arg); variable
326 AssertType(r15, "any");
DsubtypingWithConstructSignatures2.ts510 let r15 = foo15(r15arg1); // any variable
511 AssertType(r15, "any");
DsubtypingWithCallSignatures2.ts595 let r15 = foo15(r15arg1); // any variable
596 AssertType(r15, "any");
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp102 Register thisRegister = r15; in GeneratorReEnterAsmInterpDispatch()
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt1636 [compiler] 00000008:00005741 pushq %r15
1784 [compiler] 0000024b:00f8894c movq %r15, %rax
1789 [compiler] 00000257:00005f41 popq %r15
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch11163 -var r15 = foo15();
11165 +var r15 = foo15();
11854 -var r15 = foo(c2);
11856 +var r15 = foo(c2);