Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data-inl.h16 const uint8_t* result = RawCode() + desc.instruction_offset; in InstructionStartOfBuiltin()
Dembedded-data.h278 const uint8_t* RawCode() const { return code_ + RawCodeOffset(); } in RawCode() function