Home
last modified time | relevance | path

Searched refs:instruction_length (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.h186 uint32_t instruction_length; member
203 STATIC_ASSERT(offsetof(LayoutDescription, instruction_length) ==
Dembedded-data-inl.h24 return desc.instruction_length; in InstructionSizeOfBuiltin()
Dembedded-data.cc305 layout_desc.instruction_length = instruction_size; in FromIsolate()