/external/v8/src/runtime/ |
D | runtime-wasm.cc | 79 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()
|
D | runtime-generator.cc | 32 generator->set_context(isolate->context()); in RUNTIME_FUNCTION()
|
D | runtime-compiler.cc | 162 isolate->set_context(deoptimizer->function()->native_context()); in RUNTIME_FUNCTION() 171 isolate->set_context(Context::cast(top_frame->context())); in RUNTIME_FUNCTION()
|
D | runtime-scopes.cc | 714 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()
|
D | runtime-function.cc | 131 target->set_context(*context); in RUNTIME_FUNCTION()
|
/external/v8/tools/clang/plugins/ |
D | CheckIPCVisitor.h | 44 void set_context(clang::ASTContext* context) { context_ = context; } in set_context() function
|
D | FindBadConstructsConsumer.cpp | 219 ipc_visitor_->set_context(&context); in Traverse() 223 if (ipc_visitor_) ipc_visitor_->set_context(nullptr); in Traverse()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.cc | 200 node.set_context(CallContext::kSequential); in SetCallContexts() 227 callee_node.set_context(new_context); in SetCallContexts()
|
D | call_graph.h | 136 void set_context(CallContext value) { context_ = value; } in set_context() function
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.h | 77 void set_context(AsanThreadContext *context) { context_ = context; } in set_context() function
|
D | asan_thread.cc | 40 thread->set_context(this); in OnCreated()
|
/external/v8/src/ |
D | isolate-inl.h | 24 void Isolate::set_context(Context* context) { in set_context() function
|
D | execution.cc | 85 isolate->set_context(function->context()); in Invoke()
|
D | isolate.h | 706 inline void set_context(Context* context);
|
D | bootstrapper.cc | 1183 isolate()->set_context(*native_context()); in CreateRoots() 5285 isolate_->set_context(*native_context); in InstallExtensions() 5691 isolate->set_context(*native_context()); in Genesis()
|
D | objects-inl.h | 2404 void JSFunction::set_context(Object* value) { in set_context() function
|
D | api.cc | 288 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()
|
D | objects.h | 3192 inline void set_context(Object* context);
|
/external/python/cpython2/Python/ |
D | ast.c | 370 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/ |
D | unoptimized-compile-job.cc | 311 isolate->set_context(context()); in ReportErrorsOnMainThread()
|
/external/v8/src/wasm/ |
D | module-compiler.cc | 776 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()
|
D | wasm-debug.cc | 738 new_entry->set_context(debug_info->wasm_instance()->native_context()); in GetCWasmEntry()
|
/external/python/cpython3/Python/ |
D | ast.c | 965 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/ |
D | factory.cc | 1599 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/ |
D | heap-snapshot-generator.cc | 2450 isolate_->set_context(nullptr); in NullContextScope() 2452 ~NullContextScope() { isolate_->set_context(prev_); } in ~NullContextScope()
|