Home
last modified time | relevance | path

Searched defs:code_object_id (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Dbuiltin-deserializer-allocator.cc27 int HandlerAllocationIndex(int code_object_id) { in HandlerAllocationIndex()
34 const int code_object_id = deserializer()->CurrentCodeObjectId(); in Allocate() local
244 const int code_object_id = BSU::BytecodeToIndex(bytecode, operand_scale); in ReserveForHandler() local
263 int code_object_id) { in RegisterCodeObjectReservation()
269 int code_object_id) { in RegisterCodeObjectAllocation()
Dbuiltin-deserializer.cc23 int code_object_id) in DeserializingCodeObjectScope()
180 const int code_object_id = BSU::BytecodeToIndex(bytecode, operand_scale); in DeserializeHandlerRaw() local
209 uint32_t BuiltinDeserializer::ExtractCodeObjectSize(int code_object_id) { in ExtractCodeObjectSize()