Home | History | Annotate | Download | only in src

Lines Matching refs:StringTable

15002 MaybeObject* StringTable::LookupString(String* string, Object** s) {
15072 bool StringTable::LookupStringIfExists(String* string, String** result) {
15085 bool StringTable::LookupTwoCharsStringIfExists(uint16_t c1,
15100 MaybeObject* StringTable::LookupUtf8String(Vector<const char> str,
15107 MaybeObject* StringTable::LookupOneByteString(Vector<const uint8_t> str,
15114 MaybeObject* StringTable::LookupSubStringOneByteString(
15124 MaybeObject* StringTable::LookupTwoByteString(Vector<const uc16> str,
15131 MaybeObject* StringTable::LookupKey(HashTableKey* key, Object** s) {
15154 // StringTable::cast here.
15155 StringTable* table = reinterpret_cast<StringTable*>(obj);