Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_win32_etw_provider.cc96 void CodeAddressNotification(const JitCodeEvent* jevent) { in CodeAddressNotification() argument
99 switch (jevent->type) { in CodeAddressNotification()
101 pre_offset = FilterCodeEvents(jevent->name.str, jevent->name.len); in CodeAddressNotification()
104 NODE_V8SYMBOL_ADD(jevent->name.str + pre_offset, in CodeAddressNotification()
105 jevent->name.len - pre_offset, in CodeAddressNotification()
106 jevent->code_start, in CodeAddressNotification()
107 jevent->code_len); in CodeAddressNotification()
111 NODE_V8SYMBOL_REMOVE(jevent->code_start, nullptr); in CodeAddressNotification()
114 NODE_V8SYMBOL_MOVE(jevent->code_start, jevent->new_code_start); in CodeAddressNotification()