Home
last modified time | relevance | path

Searched defs:JitCodeEvent (Results 1 – 1 of 1) sorted by relevance

/external/v8/include/
Dv8.h6116 struct JitCodeEvent { struct
6117 enum EventType {
6130 enum PositionType { POSITION, STATEMENT_POSITION };
6133 EventType type;
6135 void* code_start;
6137 size_t code_len;
6139 Local<UnboundScript> script;
6144 void* user_data;
6146 struct name_t {
6154 struct line_info_t {
[all …]