Searched defs:function_reg (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc1992 Register function_reg) {
1999 DCHECK(function_reg.Is(x1) || function_reg.IsNone());
2005 if (function_reg.IsNone()) {
2006 function_reg = x1;
2007 __ LoadObject(function_reg, function);
2012 // Try to confirm that function_reg (x1) is a tagged pointer.
2013 __ JumpIfNotSmi(function_reg, &is_not_smi);
2020 __ Ldr(cp, FieldMemOperand(function_reg, JSFunction::kContextOffset));
2029 __ Ldr(x10, FieldMemOperand(function_reg, JSFunctio
1988 CallKnownFunction(Handle<JSFunction> function, int formal_parameter_count, int arity, LInstruction* instr, Register function_reg) argument
[all...]

Completed in 44 milliseconds