Lines Matching refs:Handle
53 Handle<CompilationCacheTable> GetTable(int generation);
56 Handle<CompilationCacheTable> GetFirstTable() { in GetFirstTable()
59 void SetFirstTable(Handle<CompilationCacheTable> value) { in SetFirstTable()
76 void Remove(Handle<SharedFunctionInfo> function_info);
98 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
99 Handle<Object> name,
102 void Put(Handle<String> source, Handle<SharedFunctionInfo> function_info);
106 Handle<String> source, Handle<SharedFunctionInfo> function_info);
109 Handle<CompilationCacheTable> TablePut(
110 Handle<String> source, Handle<SharedFunctionInfo> function_info);
112 bool HasOrigin(Handle<SharedFunctionInfo> function_info,
113 Handle<Object> name,
142 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
143 Handle<Context> context,
147 void Put(Handle<String> source,
148 Handle<Context> context,
149 Handle<SharedFunctionInfo> function_info,
154 Handle<String> source,
155 Handle<Context> context,
156 Handle<SharedFunctionInfo> function_info,
160 Handle<CompilationCacheTable> TablePut(
161 Handle<String> source,
162 Handle<Context> context,
163 Handle<SharedFunctionInfo> function_info,
176 Handle<FixedArray> Lookup(Handle<String> source, JSRegExp::Flags flags);
178 void Put(Handle<String> source,
180 Handle<FixedArray> data);
182 MUST_USE_RESULT MaybeObject* TryTablePut(Handle<String> source,
184 Handle<FixedArray> data);
187 Handle<CompilationCacheTable> TablePut(Handle<String> source,
189 Handle<FixedArray> data);
204 Handle<SharedFunctionInfo> LookupScript(Handle<String> source,
205 Handle<Object> name,
212 Handle<SharedFunctionInfo> LookupEval(Handle<String> source,
213 Handle<Context> context,
220 Handle<FixedArray> LookupRegExp(Handle<String> source,
225 void PutScript(Handle<String> source,
226 Handle<SharedFunctionInfo> function_info);
230 void PutEval(Handle<String> source,
231 Handle<Context> context,
233 Handle<SharedFunctionInfo> function_info,
238 void PutRegExp(Handle<String> source,
240 Handle<FixedArray> data);
246 void Remove(Handle<SharedFunctionInfo> function_info);