Home
last modified time | relevance | path

Searched refs:ToSourcePositionTable (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/test/unittests/codegen/
H A Dsource-position-table-unittest.cc43 CHECK(!builder()->ToSourcePositionTable(isolate()).is_null()); in TEST_F()
54 CHECK(!builder()->ToSourcePositionTable(isolate()).is_null()); in TEST_F()
61 CHECK(!builder()->ToSourcePositionTable(isolate()).is_null()); in TEST_F()
77 CHECK(!builder()->ToSourcePositionTable(isolate()).is_null()); in TEST_F()
94 CHECK(!builder()->ToSourcePositionTable(isolate()).is_null()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dsource-position-table.cc159 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::SourcePositionTableBuilder
182 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable(
185 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable(
H A Dsource-position-table.h59 Handle<ByteArray> ToSourcePositionTable(LocalIsolate* isolate);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dsource-position-table.cc165 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::SourcePositionTableBuilder
188 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable(
191 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable(
H A Dsource-position-table.h59 Handle<ByteArray> ToSourcePositionTable(LocalIsolate* isolate);
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dsource-position-table.cc174 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::SourcePositionTableBuilder
197 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable(
200 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable(
H A Dsource-position-table.h59 Handle<ByteArray> ToSourcePositionTable(IsolateT* isolate);
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-array-writer-unittest.cc146 *writer()->ToSourcePositionTable(isolate()), kReleaseStore); in TEST_F()
233 *writer()->ToSourcePositionTable(isolate()), kReleaseStore); in TEST_F()
282 *writer()->ToSourcePositionTable(isolate()), kReleaseStore); in TEST_F()
350 *writer()->ToSourcePositionTable(isolate()), kReleaseStore); in TEST_F()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-array-writer.cc67 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::interpreter::BytecodeArrayWriter
73 : source_position_table_builder_.ToSourcePositionTable(isolate); in ToSourcePositionTable()
78 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable(
81 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable(
H A Dbytecode-array-writer.h66 Handle<ByteArray> ToSourcePositionTable(IsolateT* isolate);
H A Dbytecode-array-builder.cc118 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::interpreter::BytecodeArrayBuilder
122 return bytecode_array_writer_.ToSourcePositionTable(isolate); in ToSourcePositionTable()
126 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable(
129 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable(
H A Dbytecode-array-builder.h54 Handle<ByteArray> ToSourcePositionTable(IsolateT* isolate);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-array-writer.cc67 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::interpreter::BytecodeArrayWriter
73 : source_position_table_builder_.ToSourcePositionTable(isolate); in ToSourcePositionTable()
78 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable(
81 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable(
H A Dbytecode-array-writer.h64 Handle<ByteArray> ToSourcePositionTable(LocalIsolate* isolate);
H A Dbytecode-array-builder.cc120 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::interpreter::BytecodeArrayBuilder
124 return bytecode_array_writer_.ToSourcePositionTable(isolate); in ToSourcePositionTable()
128 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable(
131 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable(
H A Dbytecode-array-builder.h51 Handle<ByteArray> ToSourcePositionTable(LocalIsolate* isolate);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-array-writer.cc67 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::interpreter::BytecodeArrayWriter
73 : source_position_table_builder_.ToSourcePositionTable(isolate); in ToSourcePositionTable()
78 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable(
81 Handle<ByteArray> BytecodeArrayWriter::ToSourcePositionTable(
H A Dbytecode-array-writer.h66 Handle<ByteArray> ToSourcePositionTable(LocalIsolate* isolate);
H A Dbytecode-array-builder.cc119 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::interpreter::BytecodeArrayBuilder
123 return bytecode_array_writer_.ToSourcePositionTable(isolate); in ToSourcePositionTable()
127 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable(
130 Handle<ByteArray> BytecodeArrayBuilder::ToSourcePositionTable(
H A Dbytecode-array-builder.h54 Handle<ByteArray> ToSourcePositionTable(LocalIsolate* isolate);
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dsource-position-table.h44 Handle<ByteArray> ToSourcePositionTable(Isolate* isolate);
H A Dsource-position-table.cc139 Handle<ByteArray> SourcePositionTableBuilder::ToSourcePositionTable( in ToSourcePositionTable() function in v8::internal::SourcePositionTableBuilder
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc49 source_position_table_builder()->ToSourcePositionTable(isolate); in ToBytecodeArray()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dcode-generator.cc358 return source_position_table_builder_.ToSourcePositionTable(isolate()); in GetSourcePositionTable()
369 source_position_table_builder_.ToSourcePositionTable(isolate()); in FinalizeCode()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Dliveedit.cc949 builder.ToSourcePositionTable(isolate)); in TranslateSourcePositionTable()

12