/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | extended_assembler_x64.cpp | 42 Pushq(r15); in PushCppCalleeSaveRegisters() 49 Popq(r15); in PopCppCalleeSaveRegisters() 66 Pushq(r15); in PushGhcCalleeSaveRegisters() 71 Popq(r15); in PopGhcCalleeSaveRegisters()
|
D | assembler_x64.h | 37 r15, enumerator
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | nullIsSubtypeOfEverythingButUndefined.ts | 270 let r15 = true ? af : null; variable 271 AssertType(r15, "typeof f"); 277 let r15 = true ? null : af; variable 278 AssertType(r15, "typeof f");
|
D | callSignatureWithoutReturnTypeAnnotationInference.ts | 229 let r15 = foo15(); variable 230 AssertType(r15, "typeof e1");
|
D | functionConstraintSatisfaction3.ts | 141 let r15 = foo(c2); variable 142 AssertType(r15, "{ <T>(T): T; <T>(T, T): T; }");
|
D | additionOperatorWithStringAndEveryType.ts | 135 let r15 = x + E; variable 136 AssertType(r15, "string");
|
D | additionOperatorWithAnyAndEveryType.ts | 133 let r15 = a + E.a; variable 134 AssertType(r15, "any");
|
D | genericCallWithOverloadedConstructorTypedArguments.ts | 73 let r15 = foo7(1, c2); // new any => string; new(x:any, y?:any) => string variable
|
D | subtypesOfTypeParameterWithConstraints2.ts | 417 let r15 = true ? af : x; // ok 418 AssertType(r15, "typeof f"); 424 let r15 = true ? x : af; // ok 425 AssertType(r15, "typeof f");
|
D | functionConstraintSatisfaction.ts | 183 let r15 = foo(b2); variable 184 AssertType(r15, "new <T>(T) => T");
|
D | subtypingWithConstructSignatures4.ts | 281 let r15 = foo15(r15arg); variable 282 AssertType(r15, "any");
|
D | subtypingWithCallSignatures4.ts | 325 let r15 = foo15(r15arg); variable 326 AssertType(r15, "any");
|
D | subtypingWithConstructSignatures2.ts | 510 let r15 = foo15(r15arg1); // any variable 511 AssertType(r15, "any");
|
D | subtypingWithCallSignatures2.ts | 595 let r15 = foo15(r15arg1); // any variable 596 AssertType(r15, "any");
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | asm_interpreter_call.cpp | 102 Register thisRegister = r15; in GeneratorReEnterAsmInterpDispatch()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/ |
D | log_loop.txt | 1636 [compiler] 00000008:00005741 pushq %r15 1784 [compiler] 0000024b:00f8894c movq %r15, %rax 1789 [compiler] 00000257:00005f41 popq %r15
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 11163 -var r15 = foo15(); 11165 +var r15 = foo15(); 11854 -var r15 = foo(c2); 11856 +var r15 = foo(c2);
|