Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h5175 struct JitCodeEvent { struct
5176 enum EventType {
5189 enum PositionType { POSITION, STATEMENT_POSITION };
5192 EventType type;
5194 void* code_start;
5196 size_t code_len;
5198 Local<UnboundScript> script;
5203 void* user_data;
5205 struct name_t {
5235 * Option flags passed to the SetJitCodeEventHandler function. argument