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:Microtask
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
microtask.h
24
class
Microtask
: public TorqueGeneratedMicrotask<
Microtask
, Struct> {
class
26
TQ_OBJECT_CONSTRUCTORS(
Microtask
)
29
// A CallbackTask is a special
Microtask
that allows us to schedule
33
: public TorqueGeneratedCallbackTask<CallbackTask,
Microtask
> {
40
// A CallableTask is a special (internal)
Microtask
that allows us to
44
: public TorqueGeneratedCallableTask<CallableTask,
Microtask
> {
H
A
D
promise.h
32
Microtask
> {
68
PromiseResolveThenableJobTask,
Microtask
> {
H
A
D
microtask-inl.h
23
TQ_OBJECT_CONSTRUCTORS_IMPL(
Microtask
)
H
A
D
object-list-macros.h
188
V(
Microtask
) \
/third_party/node/deps/v8/src/execution/
H
A
D
microtask-queue.h
21
class
Microtask
;
33
// {raw_microtask} is a tagged
Microtask
pointer.
54
void EnqueueMicrotask(
Microtask
microtask);
103
Microtask
get(intptr_t index) const;
124
// A ring buffer to hold
Microtask
instances.
125
// ring_buffer_[(start_ + i) % capacity_] contains |i|th
Microtask
for each
H
A
D
microtask-queue.cc
74
Microtask
microtask =
Microtask
::cast(Object(raw_microtask));
in CallEnqueueMicrotask()
100
void MicrotaskQueue::EnqueueMicrotask(
Microtask
microtask) {
in EnqueueMicrotask()
203
// all single
Microtask
. If this hurts the GC performance, use a FixedArray.
in IterateMicrotasks()
254
Microtask
MicrotaskQueue::get(intptr_t index) const {
in get()
257
return
Microtask
::cast(microtask);
in get()
H
A
D
isolate.h
120
class
Microtask
;
H
A
D
isolate.cc
5106
Handle<
Microtask
> current_microtask(
in ThrowInternal()
5107
Microtask
::cast(heap()->current_microtask()), this);
in ThrowInternal()
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-microtask-queue-gen.cc
39
TNode<
Microtask
> microtask);
119
TNode<Context> current_context, TNode<
Microtask
> microtask) {
in RunSingleMicrotask()
541
auto microtask = Parameter<
Microtask
>(Descriptor::kMicrotask);
in TF_BUILTIN()
612
TNode<
Microtask
> microtask = CAST(BitcastWordToTagged(microtask_pointer));
in TF_BUILTIN()
Completed in 16 milliseconds