Lines Matching defs:function
92 #include "src/objects/shared-function-info.h"
104 #include "src/wasm/function-body-decoder.h"
105 #include "src/wasm/function-compiler.h"
664 // state, and the maximal number of arguments pushed during function calls.
863 // Print information for the given inlining: which function was inlined and
1017 json_of << "{\"function\" : ";
1044 json_of << "{\"function\":\"" << function_name.get() << "\", \"source\":\"";
1075 Handle<JSFunction> function, BytecodeOffset osr_offset,
1104 Handle<JSFunction> function, BytecodeOffset osr_offset,
1113 compilation_info_(&zone_, isolate, shared_info, function, code_kind,
1169 // Determine whether to specialize the code for the function's context.
2583 json_of << "{\"function\":\"" << info_.GetDebugName().get()
2666 // Perform function context specialization and inlining (if enabled).
2925 json_of << "{\"function\" : ";
2961 PrintF("Rejected profile data for %s due to function change\n", debug_name);
3052 json_of << "{\"function\":\"" << info.GetDebugName().get()
3233 StdoutStream{} << "Compiled function "
3321 json_of << "{\"function\":\"" << info->GetDebugName().get()
3342 Isolate* isolate, Handle<JSFunction> function, CodeKind code_kind,
3344 Handle<SharedFunctionInfo> shared(function->shared(), isolate);
3346 isolate, shared, function, osr_offset, osr_frame, code_kind);
3361 json_of << "{\"function\":\"" << info.GetDebugName().get()
3440 // Depending on which code path led us to this function, the frame may or