Home
last modified time | relevance | path

Searched refs:set_context (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc177 isolate->set_context(GetNativeContextFromWasmInstanceOnStackTop(isolate)); in RUNTIME_FUNCTION()
223 isolate->set_context(instance->native_context()); in RUNTIME_FUNCTION()
257 isolate->set_context(instance->native_context()); in RUNTIME_FUNCTION()
393 isolate->set_context(instance->native_context()); in ThrowTableOutOfBounds()
565 isolate->set_context(instance->native_context()); in RUNTIME_FUNCTION()
H A Druntime-generator.cc66 generator->set_context(isolate->context()); in RUNTIME_FUNCTION()
H A Druntime-compiler.cc193 isolate->set_context(deoptimizer->function()->native_context()); in RUNTIME_FUNCTION()
202 isolate->set_context(Context::cast(top_frame->context())); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
H A Disolate-inl.h21 void Isolate::set_context(Context context) { in set_context() function in v8::internal::Isolate
H A Dexecution.cc362 function->set_context(*context); in Invoke()
H A Disolate.h737 inline void set_context(Context context);
H A Disolate.cc5431 isolate_->set_context(context_.is_null() ? Context() : *context_); in ThrowInternal()
5441 isolate->set_context(new_context); in ThrowInternal()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c65 set_context(int fd) in set_context() function
178 ret = set_context(fd); in virtio_device_new()
/third_party/node/deps/v8/src/api/
H A Dapi-inl.h161 isolate->set_context(*env); in CallDepthScope()
172 isolate_->set_context(impl->RestoreContext()); in ~CallDepthScope()
H A Dapi.cc1043 isolate->set_context(*env); in Enter()
1056 isolate->set_context(impl->RestoreContext()); in Exit()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc160 event->set_context((uintptr_t)dev); in stage_end()
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.cc320 event->set_context(queue->device->iid); in end_event()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc163 event->set_context((uintptr_t)pctx); in stage_end()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1436 microtask.set_context(*context, SKIP_WRITE_BARRIER); in NewCallableTask()
1460 microtask.set_context(*context, SKIP_WRITE_BARRIER); in NewPromiseResolveThenableJobTask()
2740 wrapped->set_context(*creation_context); in NewJSWrappedFunction()
3529 handler.set_context(*context); in NewMegaDomHandler()
3978 function.set_context(*context_, mode); in BuildRaw()
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc408 function->set_context(*context); in RunInitializationCode()
H A Dobjects.cc5643 Handle<PromiseFulfillReactionJobTask>::cast(task)->set_context( in TriggerPromiseReactions()
5663 Handle<PromiseRejectReactionJobTask>::cast(task)->set_context( in TriggerPromiseReactions()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc2610 isolate_->set_context(Context()); in NullContextForSnapshotScope()
2612 ~NullContextForSnapshotScope() { isolate_->set_context(prev_); } in ~NullContextForSnapshotScope()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc794 start_function_->set_context(JSFunction::cast(callable).context()); in Build()
820 // sequence doing the compiled version of "isolate->set_context(...)". in ExecuteStartFunction()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1799 function->set_context(context); in CreateJSFunction()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1262 isolate()->set_context(*native_context()); in CreateRoots()
6340 isolate->set_context(*native_context()); in Genesis()

Completed in 89 milliseconds