v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
|
explicit |
|
virtual |
Definition at line 725 of file log.cc.
References JitCodeEvent::CODE_ADD_LINE_POS_INFO.
|
virtual |
Implements CodeEventListener.
Definition at line 714 of file log.cc.
References Code::cast(), JitCodeEvent::CODE_REMOVED, HeapObject::FromAddress(), Code::instruction_size(), Code::instruction_start(), and JitCodeEvent::type.
Implements CodeEventListener.
Definition at line 694 of file log.cc.
References Code::cast(), JitCodeEvent::CODE_MOVED, HeapObject::FromAddress(), Code::instruction_size(), Code::instruction_start(), and JitCodeEvent::type.
void EndCodePosInfoEvent | ( | Code * | code, |
void * | jit_handler_data | ||
) |
Definition at line 752 of file log.cc.
References JitCodeEvent::CODE_END_LINE_INFO_RECORDING, and Code::instruction_start().
void * StartCodePosInfoEvent | ( | ) |
Definition at line 742 of file log.cc.
References JitCodeEvent::CODE_START_LINE_INFO_RECORDING.
Referenced by Logger::CodeStartLinePosInfoRecordEvent().