Home
last modified time | relevance | path

Searched defs:r13 (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericCallWithOverloadedFunctionTypedArguments.ts65 …let r13 = foo7(1, <T>(x: T) => ''); // any => string (+1 overload) [inferences are made for T, but… variable
DgenericCallWithOverloadedConstructorTypedArguments.ts69 let r13 = foo7(1, b); // new any => string; new(x:any, y?:any) => string variable
DadditionOperatorWithNumberAndEnum.ts113 let r13 = c + b; variable
DnullIsSubtypeOfEverythingButUndefined.ts234 let r13 = true ? E : null; variable
241 let r13 = true ? null : E; variable
DadditionOperatorWithStringAndEveryType.ts122 let r13 = f + x; variable
DadditionOperatorWithAnyAndEveryType.ts120 let r13 = a + new C(); variable
DfunctionConstraintSatisfaction.ts171 let r13 = foo(i2); variable
DcallSignatureWithoutReturnTypeAnnotationInference.ts202 let r13 = foo13(); variable
DsubtypingWithConstructSignatures2.ts458 let r13 = foo13(r13arg1); // any variable
DsubtypingWithCallSignatures2.ts535 let r13 = foo13(r13arg1); // any variable
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp59 Register r13 = __ CppJSCallAvailableRegister1(); in GetArgvAtStack() local
Dasm_interpreter_call.cpp1086 Register r13 = __ CppJSCallAvailableRegister1(); in CallReturnWithArgv() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h35 r13, enumerator