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:NodePlatform
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/src/
H
A
D
node_platform.cc
333
NodePlatform
::
NodePlatform
(int thread_pool_size,
in NodePlatform()
function in node::NodePlatform
356
NodePlatform
::~
NodePlatform
() {
in ~NodePlatform()
360
void
NodePlatform
::RegisterIsolate(Isolate* isolate, uv_loop_t* loop) {
in RegisterIsolate()
370
void
NodePlatform
::RegisterIsolate(Isolate* isolate,
in RegisterIsolate()
379
void
NodePlatform
::UnregisterIsolate(Isolate* isolate) {
in UnregisterIsolate()
390
void
NodePlatform
::AddIsolateFinishedCallback(Isolate* isolate,
in AddIsolateFinishedCallback()
402
void
NodePlatform
::Shutdown() {
in Shutdown()
413
int
NodePlatform
[all...]
H
A
D
node_v8_platform-inl.h
104
platform_ = new
NodePlatform
(thread_pool_size, controller);
in Initialize()
160
inline
NodePlatform
* Platform() { return platform_; }
in Platform()
165
NodePlatform
* platform_;
181
inline
NodePlatform
* Platform() { return nullptr; }
in Platform()
H
A
D
node_platform.h
18
class
NodePlatform
;
138
class
NodePlatform
: public MultiIsolatePlatform {
class
140
NodePlatform
(int thread_pool_size,
143
~
NodePlatform
() override;
/third_party/node/test/fuzzers/
H
A
D
fuzz_env.cc
24
using NodePlatformUniquePtr = std::unique_ptr<node::
NodePlatform
>;
45
new node::
NodePlatform
(kV8ThreadPoolSize, tracing_controller));
in LLVMFuzzerInitialize()
/third_party/node/test/cctest/
H
A
D
test_platform.cc
15
node::
NodePlatform
* platform)
in RepostingTask()
37
node::
NodePlatform
* platform_;
H
A
D
node_test_fixture.cc
21
new node::
NodePlatform
(kV8ThreadPoolSize, tracing_controller));
in SetUp()
H
A
D
node_test_fixture.h
61
using NodePlatformUniquePtr = std::unique_ptr<node::
NodePlatform
>;
/third_party/node/src/api/
H
A
D
environment.cc
456
//
NodePlatform
implementation.
in FreeEnvironment()
554
return std::make_unique<
NodePlatform
>(thread_pool_size,
in Create()
Completed in 5 milliseconds