Home | History | Annotate | Download | only in src

Lines Matching refs:shared_info

107   void BuildInstallCode(HValue* js_function, HValue* shared_info);
113 HValue* shared_info,
1932 HValue* shared_info) {
1936 HValue* code_object = Add<HLoadNamedField>(shared_info, nullptr,
1962 HValue* shared_info,
1968 shared_info, nullptr, HObjectAccess::ForOptimizedCodeMap());
1973 BuildInstallCode(js_function, shared_info);
2032 BuildInstallCode(js_function, shared_info);
2045 HValue* shared_info = GetParameter(0);
2074 js_function, HObjectAccess::ForSharedFunctionInfoPointer(), shared_info);
2081 BuildInstallFromOptimizedCodeMap(js_function, shared_info, native_context);