Home | History | Annotate | Download | only in x64

Lines Matching full:jsfunction

608   const ZoneList<Handle<JSFunction> >* inlined_closures =
1867 __ movq(temp, FieldOperand(temp, JSFunction::kSharedFunctionInfoOffset));
2216 Handle<JSFunction> function(lookup.GetConstantFunctionFromMap(*type));
2291 FieldOperand(function, JSFunction::kPrototypeOrInitialMapOffset));
2558 FieldOperand(function, JSFunction::kSharedFunctionInfoOffset));
2684 void LCodeGen::CallKnownFunction(Handle<JSFunction> function,
2703 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
2717 __ call(FieldOperand(rdi, JSFunction::kCodeEntryOffset));
3932 Handle<JSFunction> target = instr->hydrogen()->target();
4056 Handle<JSFunction> constructor = instr->hydrogen()->constructor();
4077 __ movq(map, FieldOperand(scratch, JSFunction::kPrototypeOrInitialMapOffset));
4115 Handle<JSFunction> constructor = instr->hydrogen()->constructor();
4151 __ push(FieldOperand(rax, JSFunction::kLiteralsOffset));
4344 __ movq(rcx, FieldOperand(rdi, JSFunction::kLiteralsOffset));