Searched refs:exec_state (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/callgrind/ |
D | threads.c | 34 static exec_state* exec_state_save(void); 35 static exec_state* exec_state_restore(void); 36 static exec_state* push_exec_state(int); 37 static exec_state* top_exec_state(void); 201 exec_state *es; in CLG_() 231 exec_state* es = top_exec_state(); in CLG_() 241 exec_state* es; in CLG_() 315 void CLG_(init_exec_state)(exec_state* es) in CLG_() 325 static exec_state* new_exec_state(Int sigNum) in new_exec_state() 327 exec_state* es; in new_exec_state() [all …]
|
D | global.h | 479 typedef struct _exec_state exec_state; typedef 558 exec_state* entry[MAX_SIGHANDLERS]; 765 void CLG_(init_exec_state)(exec_state* es); 791 extern exec_state CLG_(current_state); 837 void CLG_(print_execstate)(int s, exec_state* es);
|
D | debug.c | 97 void CLG_(print_execstate)(int s, exec_state* es) in CLG_()
|
D | main.c | 54 exec_state CLG_(current_state);
|
/external/v8/src/debug/ |
D | debug.cc | 1865 Handle<Object> exec_state; in ProcessDebugEvent() local 1867 if (!MakeExecutionState().ToHandle(&exec_state)) return; in ProcessDebugEvent() 1872 Handle<JSObject>::cast(exec_state), in ProcessDebugEvent() 1880 CallEventCallback(event, exec_state, event_data, NULL); in ProcessDebugEvent() 1886 Handle<Object> exec_state, in CallEventCallback() argument 1900 Handle<JSObject>::cast(exec_state), in CallEventCallback() 1910 exec_state, in CallEventCallback() 1952 Handle<Object> exec_state; in ProcessCompileEvent() local 1954 if (!MakeExecutionState().ToHandle(&exec_state)) return; in ProcessCompileEvent() 1956 CallEventCallback(event, exec_state, event_data, NULL); in ProcessCompileEvent() [all …]
|
D | debug.h | 251 Handle<JSObject> exec_state, 257 Handle<JSObject> exec_state, 278 Handle<JSObject> exec_state, 297 Handle<JSObject> exec_state, 606 Handle<Object> exec_state, 614 Handle<JSObject> exec_state,
|
D | debug.js | 202 BreakPoint.prototype.isTriggered = function(exec_state) { argument 210 var mirror = exec_state.frame(0).evaluate(this.condition()); 1162 function DebugCommandProcessor(exec_state, opt_is_running) { argument 1163 this.exec_state_ = exec_state;
|
/external/kernel-headers/original/uapi/drm/ |
D | etnaviv_drm.h | 163 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */ member
|