Home
last modified time | relevance | path

Searched refs:CodeStubKeys (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Dserialize.h763 Vector<const uint32_t> CodeStubKeys() const;
Dserialize.cc2531 Vector<const uint32_t> code_stub_keys = scd->CodeStubKeys(); in Deserialize()
2779 Vector<const uint32_t> SerializedCodeData::CodeStubKeys() const { in CodeStubKeys() function in v8::internal::SerializedCodeData