Lines Matching defs:function
250 function()->PrintTo(stream);
267 function()->PrintTo(stream);
280 function()->PrintTo(stream);
309 function()->PrintTo(stream);
1014 LOperand* function = UseRegisterAtStart(instr->function());
1015 LWrapReceiver* result = new(zone()) LWrapReceiver(receiver, function);
1021 LOperand* function = UseFixed(instr->function(), rdi);
1025 LApplyArguments* result = new(zone()) LApplyArguments(function,
1045 LOperand* function = UseRegister(store_code_entry->function());
1047 return new(zone()) LStoreCodeEntry(function, code_object);
1086 LOperand* function = UseFixed(instr->function(), rdi);
1088 LCallJSFunction* result = new(zone()) LCallJSFunction(function);
1123 LOperand* function = UseFixed(instr->function(), rdi);
1124 LInvokeFunction* result = new(zone()) LInvokeFunction(context, function);
1239 LOperand* function = UseFixed(instr->function(), rdi);
1247 new (zone()) LCallFunction(context, function, slot, vector);
1629 // We call a C function for double power. It can't trigger a GC.
2136 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
2148 // points and should not invoke this function. We can't use STATIC_ASSERT
2601 instr->function(),
2675 LOperand* function = UseRegisterAtStart(instr->function());
2677 new(zone()) LAllocateBlockContext(context, function);