Home
last modified time | relevance | path

Searched refs:VariableIsSynthetic (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc120 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in MaterializeStackLocals()
135 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in MaterializeStackLocals()
169 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in UpdateStackLocalsFromMaterializedObject()
181 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in UpdateStackLocalsFromMaterializedObject()
Ddebug-scopes.cc775 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in CopyContextLocalsToScopeObject()
802 CHECK(!ScopeInfo::VariableIsSynthetic(name)); in CopyModuleVarsToScopeObject()
/external/v8/src/runtime/
Druntime-debug.cc630 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(slot))) { in RUNTIME_FUNCTION()
640 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(i))) continue; in RUNTIME_FUNCTION()
658 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in RUNTIME_FUNCTION()
/external/v8/src/
Dcontexts.cc271 if (ScopeInfo::VariableIsSynthetic(*name)) { in Lookup()
Dobjects.h4542 static bool VariableIsSynthetic(String* name);
/external/v8/src/ast/
Dscopeinfo.cc609 bool ScopeInfo::VariableIsSynthetic(String* name) { in VariableIsSynthetic() function in v8::internal::ScopeInfo