Searched refs:jit_handler_data (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/src/ |
D | log.h | 265 void CodeLinePosInfoAddPositionEvent(void* jit_handler_data, 269 void CodeLinePosInfoAddStatementPositionEvent(void* jit_handler_data, 276 void CodeEndLinePosInfoRecordEvent(Code* code, void* jit_handler_data);
|
D | log.cc | 651 void* jit_handler_data, 657 void EndCodePosInfoEvent(Code* code, void* jit_handler_data); 726 void* jit_handler_data, in AddCodeLinePosInfoEvent() argument 733 event.user_data = jit_handler_data; in AddCodeLinePosInfoEvent() 752 void JitLogger::EndCodePosInfoEvent(Code* code, void* jit_handler_data) { in EndCodePosInfoEvent() argument 757 event.user_data = jit_handler_data; in EndCodePosInfoEvent() 1557 void Logger::CodeLinePosInfoAddPositionEvent(void* jit_handler_data, in CodeLinePosInfoAddPositionEvent() argument 1560 JIT_LOG(AddCodeLinePosInfoEvent(jit_handler_data, in CodeLinePosInfoAddPositionEvent() 1567 void Logger::CodeLinePosInfoAddStatementPositionEvent(void* jit_handler_data, in CodeLinePosInfoAddStatementPositionEvent() argument 1570 JIT_LOG(AddCodeLinePosInfoEvent(jit_handler_data, in CodeLinePosInfoAddStatementPositionEvent() [all …]
|
D | lithium.cc | 437 void* jit_handler_data = in Codegen() local 440 CodeEndLinePosInfoRecordEvent(*code, jit_handler_data)); in Codegen()
|