Home
last modified time | relevance | path

Searched refs:exec_state (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/callgrind/
Dthreads.c34 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 …]
Dglobal.h479 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);
Ddebug.c97 void CLG_(print_execstate)(int s, exec_state* es) in CLG_()
Dmain.c54 exec_state CLG_(current_state);
/external/v8/src/debug/
Ddebug.cc1865 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 …]
Ddebug.h251 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,
Ddebug.js202 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/
Detnaviv_drm.h163 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */ member