Searched refs:jit_handler_data (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 700 void AddCodeLinePosInfoEvent(void* jit_handler_data, int pc_offset, 706 void EndCodePosInfoEvent(Address start_address, void* jit_handler_data, 813 void* jit_handler_data, int pc_offset, int position, in AddCodeLinePosInfoEvent() 819 event.user_data = jit_handler_data; in AddCodeLinePosInfoEvent() 839 void* jit_handler_data, in EndCodePosInfoEvent() 845 event.user_data = jit_handler_data; in EndCodePosInfoEvent() 1531 void* jit_handler_data = jit_logger.StartCodePosInfoEvent(code_type); in CodeLinePosEvent() local 1534 jit_logger.AddCodeLinePosInfoEvent(jit_handler_data, iter.code_offset(), in CodeLinePosEvent() 1539 jit_logger.AddCodeLinePosInfoEvent(jit_handler_data, iter.code_offset(), in CodeLinePosEvent() 1543 jit_logger.EndCodePosInfoEvent(code_start, jit_handler_data, code_typ in CodeLinePosEvent() 812 AddCodeLinePosInfoEvent( void* jit_handler_data, int pc_offset, int position, JitCodeEvent::PositionType position_type, JitCodeEvent::CodeType code_type) AddCodeLinePosInfoEvent() argument 838 EndCodePosInfoEvent(Address start_address, void* jit_handler_data, JitCodeEvent::CodeType code_type) EndCodePosInfoEvent() argument [all...] |
Completed in 4 milliseconds