Lines Matching refs:SharedFunctionInfo
145 StringSharedKey(Handle<String> source, Handle<SharedFunctionInfo> shared, in StringSharedKey()
172 Handle<SharedFunctionInfo> shared; in IsMatch()
190 Handle<SharedFunctionInfo> shared; in AsHandle()
205 MaybeHandle<SharedFunctionInfo> shared_;
237 explicit CodeKey(Handle<SharedFunctionInfo> key) in CodeKey()
242 Handle<SharedFunctionInfo> key_;
247 MaybeHandle<SharedFunctionInfo> CompilationCacheTable::LookupScript( in LookupScript()
253 if (entry.is_not_found()) return MaybeHandle<SharedFunctionInfo>(); in LookupScript()
256 return MaybeHandle<SharedFunctionInfo>(); in LookupScript()
260 return handle(SharedFunctionInfo::cast(obj), isolate); in LookupScript()
262 return MaybeHandle<SharedFunctionInfo>(); in LookupScript()
267 Handle<SharedFunctionInfo> outer_info, Handle<Context> native_context, in LookupEval()
285 return InfoCellPair(isolate, SharedFunctionInfo::cast(obj), feedback_cell); in LookupEval()
300 LanguageMode language_mode, Handle<SharedFunctionInfo> value, in PutScript()
315 Handle<SharedFunctionInfo> outer_info, Handle<SharedFunctionInfo> value, in PutEval()
391 SharedFunctionInfo info = SharedFunctionInfo::cast(get(value_index)); in Age()