Home
last modified time | relevance | path

Searched refs:set_context (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_thread.h74 void set_context(AsanThreadContext *context) { context_ = context; } in set_context() function
Dasan_thread.cc40 thread->set_context(this); in OnCreated()
/external/v8/src/
Disolate.h548 void set_context(Context* context) { in set_context() function
1378 isolate_->set_context(context_.is_null() ? NULL : *context_); in ~SaveContext()
Dbootstrapper.cc735 isolate()->set_context(*native_context()); in CreateRoots()
2200 isolate_->set_context(*native_context); in InstallExtensions()
2636 isolate->set_context(*native_context()); in Genesis()
Ddebug.cc817 isolate_->set_context(*context); in Load()
3098 if (!failed_) isolate()->set_context(*debug->debug_context()); in DebugScope()
Dfactory.cc1236 function->set_context(*context); in InitializeFunction()
1534 module->set_context(*context); in NewJSModule()
Druntime.cc2987 target->set_context(*context); in RUNTIME_FUNCTION()
3016 generator->set_context(Context::cast(frame->context())); in RUNTIME_FUNCTION()
9104 isolate->set_context(*context); in RUNTIME_FUNCTION()
9126 isolate->set_context(*context); in RUNTIME_FUNCTION()
9147 isolate->set_context(*context); in RUNTIME_FUNCTION()
9170 isolate->set_context(context); in RUNTIME_FUNCTION()
9186 isolate->set_context(*context); in RUNTIME_FUNCTION()
10994 isolate->set_context(*isolate->debug()->debugger_entry()->GetContext()); in RUNTIME_FUNCTION()
13066 isolate->set_context(*(save->context())); in RUNTIME_FUNCTION()
13125 isolate->set_context(*top->context()); in RUNTIME_FUNCTION()
Disolate.cc2327 set_context(microtask_function->context()->native_context()); in RunMicrotasks()
Dapi.cc619 isolate->set_context(*env); in Enter()
634 isolate->set_context(impl->RestoreContext()); in Exit()
Dobjects-inl.h5895 void JSFunction::set_context(Object* value) { in set_context() function
Dobjects.h7185 inline void set_context(Object* context);