Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-literal-reindexer.cc55 UpdateIndex(node); in VisitRegExpLiteral()
265 UpdateIndex(node); in VisitObjectLiteral()
280 UpdateIndex(node); in VisitArrayLiteral()
Dast-literal-reindexer.h31 void UpdateIndex(MaterializedLiteral* literal) { in UpdateIndex() function
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h208 UpdateIndex(); in CountCounters()
212 UpdateIndex(); in GetCounterIncrement()
216 UpdateIndex(); in GetCounterReset()
220 UpdateIndex(); in GetCounterIdentifier()
225 void UpdateIndex();
Dfde_cssstyleselector.cpp65 void CFDE_CSSCounterStyle::UpdateIndex() { in UpdateIndex() function in CFDE_CSSCounterStyle
/external/v8/src/
Dobjects-inl.h6857 bool StringHasher::UpdateIndex(uint16_t c) { in UpdateIndex() function
6887 if (!UpdateIndex(chars[i])) { in AddCharacters()
Dobjects.cc12182 if (is_index) is_index = hasher.UpdateIndex(c1); in ComputeUtf8Hash()
12183 if (is_index) is_index = hasher.UpdateIndex(c2); in ComputeUtf8Hash()
12186 if (is_index) is_index = hasher.UpdateIndex(c); in ComputeUtf8Hash()
Dobjects.h8346 inline bool UpdateIndex(uint16_t c);