Home
last modified time | relevance | path

Searched refs:NumVariableSymbols (Results 1 – 5 of 5) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dsymbol.h1234 unsigned NumVariableSymbols();
1565 unsigned NumVariableSymbols();
1675 unsigned NumVariableSymbols() in NumVariableSymbols() function
1685 symbol -> pool_index = NumVariableSymbols(); in AddVariableSymbol()
1742 NumVariableSymbols() + NumOtherSymbols(); in Size()
1795 inline unsigned TypeSymbol::NumVariableSymbols() in NumVariableSymbols() function
1797 return table ? table -> NumVariableSymbols() : 0; in NumVariableSymbols()
1804 inline unsigned BlockSymbol::NumVariableSymbols() in NumVariableSymbols() function
1806 return table ? table -> NumVariableSymbols() : 0; in NumVariableSymbols()
H A Ddefinite.cpp816 for (i = 0; i < block_body -> block_symbol -> NumVariableSymbols(); i++) in DefiniteBlock()
1220 for (i = 0; i < block_body -> block_symbol -> NumVariableSymbols(); i++) in DefiniteSwitchStatement()
1727 new Tuple<VariableSymbol*> (this_type -> NumVariableSymbols()); in DefiniteSetup()
1729 for (unsigned i = 0; i < this_type -> NumVariableSymbols(); i++) in DefiniteSetup()
H A Dsymbol.cpp303 for (i = 0; i < table -> NumVariableSymbols(); i++) in RemoveCompilationReferences()
491 for (k = 0; k < NumVariableSymbols(); k++) in Rehash()
546 for (i = 0; i < NumVariableSymbols(); i++) in ~SymbolTable()
H A Ddecl.cpp3203 for (unsigned i = 0; i < type -> NumVariableSymbols(); i++) in ComputeFieldsClosure()
H A Dbytecode.cpp49 (unit_type -> NumVariableSymbols()); in GenerateCode()