Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DExecutionContext.cpp385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext() function in ExecutionContext
397 ExecutionContext::SetContext (const lldb::ProcessSP &process_sp) in SetContext() function in ExecutionContext
409 ExecutionContext::SetContext (const lldb::ThreadSP &thread_sp) in SetContext() function in ExecutionContext
429 ExecutionContext::SetContext (const lldb::StackFrameSP &frame_sp) in SetContext() function in ExecutionContext
/external/lldb/include/lldb/Core/
DValue.h165 SetContext (ContextType context_type, void *p) in SetContext() function
/external/v8/src/
Dcompiler.h251 void SetContext(Handle<Context> context) { in SetContext() function
Ddeoptimizer.h543 void SetContext(intptr_t context) { context_ = context; } in SetContext() function