Lines Matching refs:js_function
836 JSFunction js_function = JSFunction::cast(obj); in Fill() local
837 SharedFunctionInfo sfi = js_function.shared(); in Fill()
840 data->js_functions.emplace_back(js_function, isolate); in Fill()
1078 for (auto& js_function : data->js_functions) { in PatchScript() local
1079 js_function->set_raw_feedback_cell( in PatchScript()
1081 if (!js_function->is_compiled()) continue; in PatchScript()
1083 js_function->shared().is_compiled_scope(isolate)); in PatchScript()
1084 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript()
1119 for (auto& js_function : data->js_functions) { in PatchScript() local
1120 js_function->set_shared(*new_sfi); in PatchScript()
1121 js_function->set_code(js_function->shared().GetCode(), kReleaseStore); in PatchScript()
1123 js_function->set_raw_feedback_cell( in PatchScript()
1125 if (!js_function->is_compiled()) continue; in PatchScript()
1127 js_function->shared().is_compiled_scope(isolate)); in PatchScript()
1128 JSFunction::EnsureFeedbackVector(isolate, js_function, in PatchScript()