Searched refs:scope_position (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | compilation-cache.cc | 255 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 …]
|
D | compilation-cache.h | 145 int scope_position); 150 int scope_position); 157 int scope_position); 164 int scope_position); 216 int scope_position); 234 int scope_position);
|
D | compiler.cc | 549 int scope_position) { in CompileEval() argument 566 scope_position); in CompileEval() 591 source, context, is_global, result, scope_position); in CompileEval()
|
D | compiler.h | 302 int scope_position);
|
D | objects.cc | 10502 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 …]
|
D | objects.h | 6405 int scope_position); 6411 int scope_position);
|
D | runtime.cc | 9173 int scope_position) { in CompileGlobalEval() argument 9193 scope_position); in CompileGlobalEval()
|