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/objects/
Dscope-info.h131 static bool VariableIsSynthetic(String* name);
Dscope-info.cc590 bool ScopeInfo::VariableIsSynthetic(String* name) { in VariableIsSynthetic() function in v8::internal::ScopeInfo
/external/v8/src/runtime/
Druntime-debug.cc589 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(slot))) { in RUNTIME_FUNCTION()
599 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(i))) continue; in RUNTIME_FUNCTION()
617 if (ScopeInfo::VariableIsSynthetic(*name)) continue; in RUNTIME_FUNCTION()
/external/v8/src/
Dcontexts.cc275 if (ScopeInfo::VariableIsSynthetic(*name)) { in Lookup()