Home
last modified time | relevance | path

Searched refs:function_reg (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dlithium-codegen-arm64.h334 Register function_reg = NoReg);
Dlithium-codegen-arm64.cc1992 Register function_reg) { in CallKnownFunction() argument
1999 DCHECK(function_reg.Is(x1) || function_reg.IsNone()); in CallKnownFunction()
2005 if (function_reg.IsNone()) { in CallKnownFunction()
2006 function_reg = x1; in CallKnownFunction()
2007 __ LoadObject(function_reg, function); in CallKnownFunction()
2013 __ JumpIfNotSmi(function_reg, &is_not_smi); in CallKnownFunction()
2020 __ Ldr(cp, FieldMemOperand(function_reg, JSFunction::kContextOffset)); in CallKnownFunction()
2029 __ Ldr(x10, FieldMemOperand(function_reg, JSFunction::kCodeEntryOffset)); in CallKnownFunction()
2038 __ InvokeFunction(function_reg, expected, count, CALL_FUNCTION, generator); in CallKnownFunction()