Home
last modified time | relevance | path

Searched refs:BYTE_CODE (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-callbacks.h60 // while for BYTE_CODE events, |code_start| points to the first bytecode of
62 enum CodeType { BYTE_CODE, JIT_CODE, WASM_CODE }; enumerator
/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h62 // while for BYTE_CODE events, |code_start| points to the first bytecode of
64 enum CodeType { BYTE_CODE, JIT_CODE, WASM_CODE }; enumerator
/third_party/node/deps/v8/src/logging/
H A Dlog.cc732 code->IsCode() ? JitCodeEvent::JIT_CODE : JitCodeEvent::BYTE_CODE; in LogRecordedBuffer()
803 from.IsCode() ? JitCodeEvent::JIT_CODE : JitCodeEvent::BYTE_CODE; in CodeMoveEvent()
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc954 JitCodeEvent::BYTE_CODE)); in TranslateSourcePositionTable()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1255 *source_position_table, JitCodeEvent::BYTE_CODE)); in FinalizeSourcePositionTable()

Completed in 19 milliseconds