Home
last modified time | relevance | path

Searched refs:scope_position (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcompilation-cache.cc255 int scope_position) { in Lookup() argument
265 *source, *context, language_mode, scope_position); in Lookup()
275 Put(source, context, function_info, scope_position); in Lookup()
290 int scope_position) { in TryTablePut() argument
292 return table->PutEval(*source, *context, *function_info, scope_position); in TryTablePut()
300 int scope_position) { in TablePut() argument
303 source, context, function_info, scope_position), in TablePut()
311 int scope_position) { in Put() argument
313 SetFirstTable(TablePut(source, context, function_info, scope_position)); in Put()
400 int scope_position) { in LookupEval() argument
[all …]
Dcompilation-cache.h145 int scope_position);
150 int scope_position);
157 int scope_position);
164 int scope_position);
216 int scope_position);
234 int scope_position);
Dcompiler.cc549 int scope_position) { in CompileEval() argument
566 scope_position); in CompileEval()
591 source, context, is_global, result, scope_position); in CompileEval()
Dcompiler.h302 int scope_position);
Dobjects.cc10502 int scope_position) in StringSharedKey() argument
10506 scope_position_(scope_position) { } in StringSharedKey()
10519 int scope_position = Smi::cast(other_array->get(3))->value(); in IsMatch() local
10520 if (scope_position != scope_position_) return false; in IsMatch()
10528 int scope_position) { in StringSharedHashHelper() argument
10540 hash += scope_position; in StringSharedHashHelper()
10559 int scope_position = Smi::cast(other_array->get(3))->value(); in HashForObject() local
10561 source, shared, language_mode, scope_position); in HashForObject()
11790 int scope_position) { in LookupEval() argument
11794 scope_position); in LookupEval()
[all …]
Dobjects.h6405 int scope_position);
6411 int scope_position);
Druntime.cc9173 int scope_position) { in CompileGlobalEval() argument
9193 scope_position); in CompileGlobalEval()