Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcompilation-cache.cc225 StrictMode strict_mode, int scope_position) { in Lookup() argument
234 result = table->LookupEval(source, outer_info, strict_mode, scope_position); in Lookup()
241 Put(source, outer_info, function_info, scope_position); in Lookup()
255 int scope_position) { in Put() argument
259 function_info, scope_position); in Put()
326 Handle<Context> context, StrictMode strict_mode, int scope_position) { in LookupEval() argument
332 eval_global_.Lookup(source, outer_info, strict_mode, scope_position); in LookupEval()
334 DCHECK(scope_position != RelocInfo::kNoPosition); in LookupEval()
336 scope_position); in LookupEval()
363 int scope_position) { in PutEval() argument
[all …]
Dcompilation-cache.h119 int scope_position);
122 Handle<SharedFunctionInfo> function_info, int scope_position);
163 Handle<Context> context, StrictMode strict_mode, int scope_position);
180 Handle<SharedFunctionInfo> function_info, int scope_position);
Dcompiler.cc1089 ParseRestriction restriction, int scope_position) { in GetFunctionFromEval() argument
1098 scope_position); in GetFunctionFromEval()
1125 scope_position); in GetFunctionFromEval()
Dcompiler.h687 ParseRestriction restriction, int scope_position);
Dobjects.cc13533 int scope_position) in StringSharedKey() argument
13537 scope_position_(scope_position) { } in StringSharedKey()
13549 int scope_position = Smi::cast(other_array->get(3))->value(); in IsMatch() local
13550 if (scope_position != scope_position_) return false; in IsMatch()
13558 int scope_position) { in StringSharedHashHelper() argument
13569 hash += scope_position; in StringSharedHashHelper()
13587 int scope_position = Smi::cast(other_array->get(3))->value(); in HashForObject() local
13589 source, shared, strict_mode, scope_position); in HashForObject()
14729 StrictMode strict_mode, int scope_position) { in LookupEval() argument
14733 StringSharedKey key(src, outer_info, strict_mode, scope_position); in LookupEval()
[all …]
Dobjects.h7868 StrictMode strict_mode, int scope_position);
7876 int scope_position);
Druntime.cc9913 int scope_position) { in CompileGlobalEval() argument
9938 context, strict_mode, restriction, scope_position), in CompileGlobalEval()