Home | History | Annotate | Download | only in src

Lines Matching refs:Function

223   // Function calls both through IC and call stub are breakable.
229 // Function calls through new are breakable.
299 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION, NOT_IN_LOOP);
360 // We record the offset of the function return so we can rebuild the frame
361 // if the function was inlined, i.e., this is the return address in the
362 // inlined function's frame.
368 // In debug builds, mark the return so we can verify that this function
388 PrintF("%s", printer.PrintProgram(info_->function()));
544 // Compute array of global variable and function declarations.
564 function =
567 if (function.is_null()) {
571 array->set(j++, *function);
697 const Runtime::Function* function = node->function();
698 ASSERT(function != NULL);
699 ASSERT(function->intrinsic_type == Runtime::INLINE);
701 FindInlineFunctionGenerator(function->function_id);
1208 // 2. By exiting the try-block with a function-local control flow transfer
1213 // This can happen in nested function calls. It traverses the try-handler
1319 // Build the function boilerplate and instantiate it.