Home
last modified time | relevance | path

Searched refs:set_bytecode_offset_table (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory.h926 CodeBuilder& set_bytecode_offset_table(Handle<ByteArray> table) { in set_bytecode_offset_table() function
Dfactory.cc186 raw_code.set_bytecode_offset_table(*position_table_); in BuildInternal()
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc330 code_builder.set_bytecode_offset_table(bytecode_offset_table); in Build()