Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:set_context
(Results
1 - 20
of
20
) sorted by relevance
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-wasm.cc
177
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
D
runtime-generator.cc
66
generator->
set_context
(isolate->context());
in RUNTIME_FUNCTION()
H
A
D
runtime-compiler.cc
193
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
D
isolate-inl.h
21
void Isolate::
set_context
(Context context) {
in set_context()
function in v8::internal::Isolate
H
A
D
execution.cc
362
function->
set_context
(*context);
in Invoke()
H
A
D
isolate.h
737
inline void
set_context
(Context context);
H
A
D
isolate.cc
5431
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
D
virtio_device.c
65
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
D
api-inl.h
161
isolate->
set_context
(*env);
in CallDepthScope()
172
isolate_->
set_context
(impl->RestoreContext());
in ~CallDepthScope()
H
A
D
api.cc
1043
isolate->
set_context
(*env);
in Enter()
1056
isolate->
set_context
(impl->RestoreContext());
in Exit()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_perfetto.cc
160
event->
set_context
((uintptr_t)dev);
in stage_end()
/third_party/mesa3d/src/intel/ds/
H
A
D
intel_driver_ds.cc
320
event->
set_context
(queue->device->iid);
in end_event()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_perfetto.cc
163
event->
set_context
((uintptr_t)pctx);
in stage_end()
/third_party/node/deps/v8/src/heap/
H
A
D
factory.cc
1436
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
D
source-text-module.cc
408
function->
set_context
(*context);
in RunInitializationCode()
H
A
D
objects.cc
5643
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
D
heap-snapshot-generator.cc
2610
isolate_->
set_context
(Context());
in NullContextForSnapshotScope()
2612
~NullContextForSnapshotScope() { isolate_->
set_context
(prev_); }
in ~NullContextForSnapshotScope()
/third_party/node/deps/v8/src/wasm/
H
A
D
module-instantiate.cc
794
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
D
web-snapshot.cc
1799
function->
set_context
(context);
in CreateJSFunction()
/third_party/node/deps/v8/src/init/
H
A
D
bootstrapper.cc
1262
isolate()->
set_context
(*native_context());
in CreateRoots()
6340
isolate->
set_context
(*native_context());
in Genesis()
Completed in 89 milliseconds