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:async_id_fields
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/lib/internal/
H
A
D
async_hooks.js
17
*
async_id_fields
is a Float64Array wrapping the double array of
40
async_id_fields
,
416
return ++
async_id_fields
[kAsyncIdCounter];
432
const defaultTriggerAsyncId =
async_id_fields
[kDefaultTriggerAsyncId];
435
return
async_id_fields
[kExecutionAsyncId];
441
async_id_fields
[kDefaultTriggerAsyncId] = -1;
458
const oldDefaultTriggerAsyncId =
async_id_fields
[kDefaultTriggerAsyncId];
459
async_id_fields
[kDefaultTriggerAsyncId] = triggerAsyncId;
464
async_id_fields
[kDefaultTriggerAsyncId] = oldDefaultTriggerAsyncId;
542
async_wrap.async_ids_stack[offset * 2] =
async_id_fields
[kExecutionAsyncI
[all...]
/third_party/node/src/
H
A
D
env-inl.h
89
inline AliasedFloat64Array& AsyncHooks::
async_id_fields
() {
in async_id_fields()
function in node::AsyncHooks
386
async_hooks()->
async_id_fields
()[AsyncHooks::kAsyncIdCounter] += 1;
in new_async_id()
387
return async_hooks()->
async_id_fields
()[AsyncHooks::kAsyncIdCounter];
in new_async_id()
391
return async_hooks()->
async_id_fields
()[AsyncHooks::kExecutionAsyncId];
in execution_async_id()
395
return async_hooks()->
async_id_fields
()[AsyncHooks::kTriggerAsyncId];
in trigger_async_id()
400
async_hooks()->
async_id_fields
()[AsyncHooks::kDefaultTriggerAsyncId];
in get_default_trigger_async_id()
H
A
D
env.cc
234
async_hooks_->
async_id_fields
()[AsyncHooks::kDefaultTriggerAsyncId];
in DefaultTriggerAsyncIdScope()
235
async_hooks_->
async_id_fields
()[AsyncHooks::kDefaultTriggerAsyncId] =
in DefaultTriggerAsyncIdScope()
240
async_hooks_->
async_id_fields
()[AsyncHooks::kDefaultTriggerAsyncId] =
in ~DefaultTriggerAsyncIdScope()
1405
isolate, kUidFieldsCount, MAYBE_FIELD_PTR(info,
async_id_fields
)),
in AsyncHooks()
1466
<< " " << i.
async_id_fields
<< ", //
async_id_fields
\n"
in operator <<()
1481
info.
async_id_fields
= async_id_fields_.Serialize(context, creator);
in Serialize()
1513
tracker->TrackField("
async_id_fields
", async_id_fields_);
in MemoryInfo()
H
A
D
env.h
256
inline AliasedFloat64Array&
async_id_fields
();
316
AliasedBufferIndex
async_id_fields
;
member
H
A
D
async_wrap.cc
399
"
async_id_fields
",
in Initialize()
400
env->async_hooks()->
async_id_fields
().GetJSArray());
in Initialize()
H
A
D
node_snapshotable.cc
538
// [ 4/8 bytes ] snapshot index of
async_id_fields
550
result.
async_id_fields
= Read<AliasedBufferIndex>();
in Read()
570
written_total += Write<AliasedBufferIndex>(data.
async_id_fields
);
in Write()
Completed in 12 milliseconds