Searched refs:jit_handler_data (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dlog.cc480 void* jit_handler_data,
486 void EndCodePosInfoEvent(Code* code, void* jit_handler_data);
555 void* jit_handler_data,
562 event.user_data = jit_handler_data;
581 void JitLogger::EndCodePosInfoEvent(Code* code, void* jit_handler_data) { argument
586 event.user_data = jit_handler_data;
1360 void Logger::CodeLinePosInfoAddPositionEvent(void* jit_handler_data, argument
1363 JIT_LOG(AddCodeLinePosInfoEvent(jit_handler_data,
1370 void Logger::CodeLinePosInfoAddStatementPositionEvent(void* jit_handler_data, argument
1373 JIT_LOG(AddCodeLinePosInfoEvent(jit_handler_data,
554 AddCodeLinePosInfoEvent( void* jit_handler_data, int pc_offset, int position, JitCodeEvent::PositionType position_type) argument
1387 CodeEndLinePosInfoRecordEvent(Code* code, void* jit_handler_data) argument
[all...]
H A Dlog.h259 void CodeLinePosInfoAddPositionEvent(void* jit_handler_data,
263 void CodeLinePosInfoAddStatementPositionEvent(void* jit_handler_data,
269 // It's the callee's responsibility to dispose the parameter jit_handler_data.
270 void CodeEndLinePosInfoRecordEvent(Code* code, void* jit_handler_data);
H A Dlithium.cc481 void* jit_handler_data = local
484 CodeEndLinePosInfoRecordEvent(*code, jit_handler_data));

Completed in 334 milliseconds