Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/ignition/
Dlinux_perf_bytecode_annotate.py66 def bytecode_offset_counts(bytecode_offsets): argument
68 for offset in bytecode_offsets:
166 bytecode_offsets = bytecode_offset_generator(
168 offset_counts = bytecode_offset_counts(bytecode_offsets)
/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc136 Handle<ByteArray> bytecode_offsets( in CodeCreateEvent() local
139 bytecode_offsets, bytecodes); in CodeCreateEvent()
/third_party/node/deps/v8/src/d8/
Dd8.cc2134 i::Handle<i::ByteArray> bytecode_offsets; in TestVerifySourcePositions() local
2137 bytecode_offsets = in TestVerifySourcePositions()
2142 bytecode_offsets, bytecodes); in TestVerifySourcePositions()
2160 i::baseline::BytecodeOffsetIterator pc_lookup(bytecode_offsets, in TestVerifySourcePositions()