Searched refs:StringDictionaryShape (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dobjects.cc10890 return HashTable<StringDictionaryShape, String*>::FindEntry(key);
11068 template class Dictionary<StringDictionaryShape, String*>;
11080 template MaybeObject* Dictionary<StringDictionaryShape, String*>::Allocate(
11095 template Object* Dictionary<StringDictionaryShape, String*>::SlowReverseLookup(
11103 template Object* Dictionary<StringDictionaryShape, String*>::DeleteProperty(
11109 template MaybeObject* Dictionary<StringDictionaryShape, String*>::Shrink(
11115 template void Dictionary<StringDictionaryShape, String*>::CopyKeysTo(
11118 Dictionary<StringDictionaryShape, String*>::SortMode);
11121 Dictionary<StringDictionaryShape, String*>::NumberOfElementsFilterAttributes(
11124 template MaybeObject* Dictionary<StringDictionaryShape, Strin
[all...]
H A Dobjects-inl.h4677 bool StringDictionaryShape::IsMatch(String* key, Object* other) {
4685 uint32_t StringDictionaryShape::Hash(String* key) {
4690 uint32_t StringDictionaryShape::HashForObject(String* key, Object* other) {
4695 MaybeObject* StringDictionaryShape::AsObject(String* key) {
H A Dobjects.h3086 class StringDictionaryShape : public BaseShape<String*> { class in namespace:v8::internal
3098 class StringDictionary: public Dictionary<StringDictionaryShape, String*> {

Completed in 200 milliseconds