Home | History | Annotate | Download | only in src

Lines Matching refs:HashTableBase

3088 int HashTableBase::NumberOfElements() {
3093 int HashTableBase::NumberOfDeletedElements() {
3098 int HashTableBase::Capacity() {
3103 void HashTableBase::ElementAdded() {
3108 void HashTableBase::ElementRemoved() {
3114 void HashTableBase::ElementsRemoved(int n) {
3121 int HashTableBase::ComputeCapacity(int at_least_space_for) {
3126 bool HashTableBase::IsKey(Isolate* isolate, Object* k) {
3131 bool HashTableBase::IsKey(Object* k) {
3137 void HashTableBase::SetNumberOfElements(int nof) {
3142 void HashTableBase::SetNumberOfDeletedElements(int nod) {