Home
last modified time | relevance | path

Searched defs:JitCodeEvent (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-callbacks.h40 struct JitCodeEvent { struct
41 enum EventType {
54 enum PositionType { POSITION, STATEMENT_POSITION };
62 enum CodeType { BYTE_CODE, JIT_CODE, WASM_CODE };
65 EventType type;
66 CodeType code_type;
68 void* code_start;
70 size_t code_len;
72 Local<UnboundScript> script;
77 void* user_data;
[all …]