Home | History | Annotate | Download | only in src

Lines Matching refs:encodings_

517     : encodings_(Match),
545 const_cast<HashMap&>(encodings_).Lookup(key, Hash(key), false);
553 HashMap::Entry* entry = encodings_.Lookup(key, Hash(key), true);
559 : encodings_(NewArray<Address*>(kTypeCodeCount)),
565 encodings_[type] = NewArray<Address>(max + 1);
575 DeleteArray(encodings_[type]);
577 DeleteArray(encodings_);