Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dbuiltin-deserializer.h64 int CurrentCodeObjectId() const { return current_code_object_id_; } in CurrentCodeObjectId() function
Dbuiltin-deserializer-allocator.cc34 const int code_object_id = deserializer()->CurrentCodeObjectId(); in Allocate()