HomeSort by relevance Sort by last modified time
    Searched refs:code_offsets_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/snapshot/
builtin-serializer.cc 63 const byte* data = reinterpret_cast<const byte*>(&code_offsets_[0]);
64 int data_length = static_cast<int>(sizeof(code_offsets_));
132 code_offsets_[builtin_id] = offset;
140 code_offsets_[index] = offset;
builtin-deserializer.cc 44 code_offsets_ = data->BuiltinOffsets();
45 DCHECK_EQ(BSU::kNumberOfCodeObjects, code_offsets_.length());
46 DCHECK(std::is_sorted(code_offsets_.begin(), code_offsets_.end()));
152 source()->set_position(code_offsets_[builtin_id]);
184 source()->set_position(code_offsets_[code_object_id]);
215 source()->set_position(code_offsets_[code_object_id]);
builtin-deserializer.h 72 // code object within the snapshot (and within {code_offsets_}). We need this
79 Vector<const uint32_t> code_offsets_; member in class:v8::internal::final
builtin-serializer.h 57 uint32_t code_offsets_[BuiltinSnapshotUtils::kNumberOfCodeObjects]; member in class:v8::internal::BuiltinSerializer

Completed in 397 milliseconds