Lines Matching defs:JitCodeEvent
7822 struct JitCodeEvent { struct
7838 // There are two different kinds of JitCodeEvents, one for JIT code generated argument
7844 enum CodeType { BYTE_CODE, JIT_CODE };
7847 EventType type;
7848 CodeType code_type;
7850 void* code_start;
7852 size_t code_len;
7854 Local<UnboundScript> script;
7859 void* user_data;
7861 struct name_t {
7869 struct line_info_t {
7878 struct wasm_source_info_t {
7890 wasm_source_info_t* wasm_source_info;
7892 union {
7903 Isolate* isolate;