Searched refs:RawCodeOffset (Results 1 – 2 of 2) sorted by relevance
331 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()
266 static constexpr uint32_t RawCodeOffset() { return 0; } in RawCodeOffset() function278 const uint8_t* RawCode() const { return code_ + RawCodeOffset(); } in RawCode()