Lines Matching defs:function
243 // Function calls both through IC and call stub are breakable.
249 // Function calls through new are breakable.
314 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION);
317 !info->function()->flags()->Contains(kDontOptimize) &&
318 info->function()->scope()->AllowsLazyRecompilation());
411 // We record the offset of the function return so we can rebuild the frame
412 // if the function was inlined, i.e., this is the return address in the
413 // inlined function's frame.
419 // In debug builds, mark the return so we can verify that this function
441 PrintF("%s", printer.PrintProgram(info_->function()));
601 Handle<SharedFunctionInfo> function =
604 if (function.is_null()) {
608 array->set(j++, *function);
777 const Runtime::Function* function = expr->function();
778 ASSERT(function != NULL);
779 ASSERT(function->intrinsic_type == Runtime::INLINE);
781 FindInlineFunctionGenerator(function->function_id);
1266 // 2. By exiting the try-block with a function-local control flow transfer
1271 // This can happen in nested function calls. It traverses the try-handler
1371 // Build the function boilerplate and instantiate it.