Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.cc331 STATIC_ASSERT(RawCodeOffset() == 0); in FromIsolate()
332 const uint32_t blob_code_size = RawCodeOffset() + raw_code_size; in FromIsolate()
373 uint8_t* const raw_code_start = blob_code + RawCodeOffset(); in FromIsolate()
381 DCHECK_LE(RawCodeOffset() + offset + code.raw_instruction_size(), in FromIsolate()
Dembedded-data.h266 static constexpr uint32_t RawCodeOffset() { return 0; } in RawCodeOffset() function
278 const uint8_t* RawCode() const { return code_ + RawCodeOffset(); } in RawCode()