Searched refs:stub_keys_ (Results 1 – 2 of 2) sorted by relevance
602 List<uint32_t>* stub_keys() { return &stub_keys_; } in stub_keys()617 List<uint32_t> stub_keys_; variable
1952 while (index < stub_keys_.length()) { in AddCodeStubKey()1953 if (stub_keys_[index] == stub_key) return index; in AddCodeStubKey()1956 stub_keys_.Add(stub_key); in AddCodeStubKey()