Home
last modified time | relevance | path

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

12

/external/v8/src/runtime/
Druntime-wasm.cc79 isolate->set_context(instance->native_context()); in RUNTIME_FUNCTION()
95 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
105 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
120 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
147 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
159 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
180 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
209 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
252 isolate->set_context(instance->native_context()); in RUNTIME_FUNCTION()
291 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
Druntime-generator.cc32 generator->set_context(isolate->context()); in RUNTIME_FUNCTION()
Druntime-compiler.cc162 isolate->set_context(deoptimizer->function()->native_context()); in RUNTIME_FUNCTION()
171 isolate->set_context(Context::cast(top_frame->context())); in RUNTIME_FUNCTION()
Druntime-scopes.cc714 isolate->set_context(*context); in RUNTIME_FUNCTION()
727 isolate->set_context(*context); in RUNTIME_FUNCTION()
739 isolate->set_context(*context); in RUNTIME_FUNCTION()
751 isolate->set_context(*context); in RUNTIME_FUNCTION()
Druntime-function.cc131 target->set_context(*context); in RUNTIME_FUNCTION()
/external/v8/tools/clang/plugins/
DCheckIPCVisitor.h44 void set_context(clang::ASTContext* context) { context_ = context; } in set_context() function
DFindBadConstructsConsumer.cpp219 ipc_visitor_->set_context(&context); in Traverse()
223 if (ipc_visitor_) ipc_visitor_->set_context(nullptr); in Traverse()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc200 node.set_context(CallContext::kSequential); in SetCallContexts()
227 callee_node.set_context(new_context); in SetCallContexts()
Dcall_graph.h136 void set_context(CallContext value) { context_ = value; } in set_context() function
/external/compiler-rt/lib/asan/
Dasan_thread.h77 void set_context(AsanThreadContext *context) { context_ = context; } in set_context() function
Dasan_thread.cc40 thread->set_context(this); in OnCreated()
/external/v8/src/
Disolate-inl.h24 void Isolate::set_context(Context* context) { in set_context() function
Dexecution.cc85 isolate->set_context(function->context()); in Invoke()
Disolate.h706 inline void set_context(Context* context);
Dbootstrapper.cc1183 isolate()->set_context(*native_context()); in CreateRoots()
5285 isolate_->set_context(*native_context); in InstallExtensions()
5691 isolate->set_context(*native_context()); in Genesis()
Dobjects-inl.h2404 void JSFunction::set_context(Object* value) { in set_context() function
Dapi.cc288 isolate->set_context(*env); in CallDepthScope()
296 isolate_->set_context(impl->RestoreContext()); in ~CallDepthScope()
1178 isolate->set_context(*env); in Enter()
1192 isolate->set_context(impl->RestoreContext()); in Exit()
Dobjects.h3192 inline void set_context(Object* context);
/external/python/cpython2/Python/
Dast.c370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() function
480 if (!set_context(c, (expr_ty)asdl_seq_GET(s, i), ctx, n)) in set_context()
654 if (!set_context(c, result, Store, n)) in compiler_complex_args()
2200 if(!set_context(c, expr1, Store, ch)) in ast_for_expr_stmt()
2254 if (!set_context(c, e, Store, CHILD(n, i))) in ast_for_expr_stmt()
2322 if (context && !set_context(c, e, context, CHILD(n, i))) in ast_for_exprlist()
3044 if (!set_context(c, e, Store, CHILD(exc, 3))) in ast_for_except_clause()
3157 if (!set_context(c, optional_vars, Store, n)) { in ast_for_with_item()
/external/v8/src/compiler-dispatcher/
Dunoptimized-compile-job.cc311 isolate->set_context(context()); in ReportErrorsOnMainThread()
/external/v8/src/wasm/
Dmodule-compiler.cc776 isolate->set_context(nullptr); in RunInternal()
2256 job_->isolate_->set_context(*job_->native_context_); in Run()
2494 job->isolate()->set_context(*job->native_context_); in RunInForeground()
2515 job->isolate()->set_context(*job->native_context_); in RunInForeground()
2760 job_->isolate_->set_context(*job_->native_context_); in OnFinishedStream()
Dwasm-debug.cc738 new_entry->set_context(debug_info->wasm_instance()->native_context()); in GetCWasmEntry()
/external/python/cpython3/Python/
Dast.c965 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() function
993 if (!set_context(c, e->v.Starred.value, ctx, n)) in set_context()
1085 if (!set_context(c, (expr_ty)asdl_seq_GET(s, i), ctx, n)) in set_context()
2915 if(!set_context(c, expr1, Store, ch)) in ast_for_expr_stmt()
3038 if (!set_context(c, e, Store, CHILD(n, i))) in ast_for_expr_stmt()
3072 if (context && !set_context(c, e, context, CHILD(n, i))) in ast_for_exprlist()
3864 if (!set_context(c, optional_vars, Store, n)) { in ast_for_with_item()
/external/v8/src/heap/
Dfactory.cc1599 microtask->set_context(*context); in NewCallableTask()
1622 microtask->set_context(*context); in NewPromiseResolveThenableJobTask()
2280 function->set_context(*context); in DEFINE_ERROR()
3321 isolate()->set_context(*target_function->GetCreationContext()); in NewJSBoundFunction()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2450 isolate_->set_context(nullptr); in NullContextScope()
2452 ~NullContextScope() { isolate_->set_context(prev_); } in ~NullContextScope()

12