Home | History | Annotate | Download | only in src

Lines Matching refs:Handle

15 class Handle;
36 Handle<CompilationCacheTable> GetTable(int generation);
39 Handle<CompilationCacheTable> GetFirstTable() {
42 void SetFirstTable(Handle<CompilationCacheTable> value) {
59 void Remove(Handle<SharedFunctionInfo> function_info);
81 InfoVectorPair Lookup(Handle<String> source, Handle<Object> name,
84 Handle<Context> context, LanguageMode language_mode);
86 void Put(Handle<String> source, Handle<Context> context,
87 LanguageMode language_mode, Handle<SharedFunctionInfo> function_info,
88 Handle<Cell> literals);
91 bool HasOrigin(Handle<SharedFunctionInfo> function_info, Handle<Object> name,
116 InfoVectorPair Lookup(Handle<String> source,
117 Handle<SharedFunctionInfo> outer_info,
118 Handle<Context> native_context,
121 void Put(Handle<String> source, Handle<SharedFunctionInfo> outer_info,
122 Handle<SharedFunctionInfo> function_info,
123 Handle<Context> native_context, Handle<Cell> literals, int position);
136 MaybeHandle<FixedArray> Lookup(Handle<String> source, JSRegExp::Flags flags);
138 void Put(Handle<String> source,
140 Handle<FixedArray> data);
152 // string. Returns an empty handle if the cache doesn't contain a
154 InfoVectorPair LookupScript(Handle<String> source, Handle<Object> name,
157 Handle<Context> context,
161 // given context. Returns an empty handle if the cache doesn't
163 InfoVectorPair LookupEval(Handle<String> source,
164 Handle<SharedFunctionInfo> outer_info,
165 Handle<Context> context, LanguageMode language_mode,
169 // is in cache, otherwise an empty handle.
171 Handle<String> source, JSRegExp::Flags flags);
175 void PutScript(Handle<String> source, Handle<Context> context,
177 Handle<SharedFunctionInfo> function_info,
178 Handle<Cell> literals);
182 void PutEval(Handle<String> source, Handle<SharedFunctionInfo> outer_info,
183 Handle<Context> context,
184 Handle<SharedFunctionInfo> function_info, Handle<Cell> literals,
189 void PutRegExp(Handle<String> source,
191 Handle<FixedArray> data);
197 void Remove(Handle<SharedFunctionInfo> function_info);