HomeSort by relevance Sort by last modified time
    Searched refs:stub_keys (Results 1 - 2 of 2) sorted by null

  /external/v8/src/snapshot/
code-serializer.cc 242 const List<uint32_t>* stub_keys = cs->stub_keys(); local
249 int num_stub_keys = stub_keys->length();
250 int stub_keys_size = stub_keys->length() * kInt32Size;
279 reinterpret_cast<byte*>(stub_keys->begin()), stub_keys_size);
code-serializer.h 28 const List<uint32_t>* stub_keys() const { return &stub_keys_; } function in class:v8::internal::CodeSerializer

Completed in 1126 milliseconds