Lines Matching defs:table
5 #include "src/codegen/source-position-table.h"
130 // the entire table to verify they are identical.
179 Handle<ByteArray> table = isolate->factory()->NewByteArray(
181 MemCopy(table->GetDataStartAddress(), bytes_.data(), bytes_.size());
185 // the entire table to verify they are identical.
187 *table, SourcePositionTableIterator::kAll,
190 // No additional source positions after creating the table.
193 return table;
208 base::OwnedVector<byte> table = base::OwnedVector<byte>::Of(bytes_);
212 // the entire table to verify they are identical.
214 table.as_vector(), SourcePositionTableIterator::kAll,
217 // No additional source positions after creating the table.
220 return table;
248 // We can enable allocation because we keep the table in a handle.