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:job_handle_
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
concurrent-marking.cc
595
DCHECK(!
job_handle_
|| !
job_handle_
->IsValid());
in ScheduleJob()
597
job_handle_
= V8::GetCurrentPlatform()->PostJob(
in ScheduleJob()
602
DCHECK(
job_handle_
->IsValid());
in ScheduleJob()
614
if (!
job_handle_
|| !
job_handle_
->IsValid()) {
in RescheduleJobIfNeeded()
618
job_handle_
->UpdatePriority(priority);
in RescheduleJobIfNeeded()
619
job_handle_
->NotifyConcurrencyIncrease();
in RescheduleJobIfNeeded()
625
if (!
job_handle_
|| !
job_handle_
in Join()
[all...]
H
A
D
sweeper.cc
35
if (sweeper_->
job_handle_
&& sweeper_->
job_handle_
->IsValid())
in PauseScope()
36
sweeper_->
job_handle_
->Cancel();
in PauseScope()
145
if (
job_handle_
&&
job_handle_
->IsValid())
job_handle_
->Cancel();
in TearDown()
172
DCHECK(!
job_handle_
|| !
job_handle_
->IsValid());
in StartSweeperTasks()
175
job_handle_
= V8::GetCurrentPlatform()->PostJob(
in StartSweeperTasks()
204
if (
job_handle_
in EnsureCompleted()
[all...]
H
A
D
memory-allocator.cc
108
if (
job_handle_
&&
job_handle_
->IsValid()) {
in FreeQueuedChunks()
109
job_handle_
->NotifyConcurrencyIncrease();
in FreeQueuedChunks()
111
job_handle_
= V8::GetCurrentPlatform()->PostJob(
in FreeQueuedChunks()
124
if (
job_handle_
&&
job_handle_
->IsValid())
job_handle_
->Join();
in CancelAndWaitForPendingTasks()
181
CHECK(!
job_handle_
|| !
job_handle_
->IsValid());
in TearDown()
H
A
D
concurrent-marking.h
113
std::unique_ptr<JobHandle>
job_handle_
;
member in v8::internal::ConcurrentMarking
H
A
D
sweeper.h
202
std::unique_ptr<JobHandle>
job_handle_
;
member in v8::internal::Sweeper
H
A
D
memory-allocator.h
132
std::unique_ptr<v8::JobHandle>
job_handle_
;
member in v8::internal::MemoryAllocator::Unmapper
/third_party/node/deps/v8/src/maglev/
H
A
D
maglev-concurrent-dispatcher.cc
163
job_handle_
= V8::GetCurrentPlatform()->PostJob(
in MaglevConcurrentDispatcher()
172
if (is_enabled() &&
job_handle_
->IsValid()) {
in ~MaglevConcurrentDispatcher()
175
job_handle_
->Cancel();
in ~MaglevConcurrentDispatcher()
185
job_handle_
->NotifyConcurrencyIncrease();
in EnqueueJob()
H
A
D
maglev-concurrent-dispatcher.h
86
bool is_enabled() const { return static_cast<bool>(
job_handle_
); }
in is_enabled()
90
std::unique_ptr<JobHandle>
job_handle_
;
member in v8::internal::maglev::final
/third_party/node/deps/v8/src/baseline/
H
A
D
baseline-batch-compiler.cc
187
job_handle_
= V8::GetCurrentPlatform()->PostJob(
in ConcurrentBaselineCompiler()
195
if (
job_handle_
&&
job_handle_
->IsValid()) {
in ~ConcurrentBaselineCompiler()
198
job_handle_
->Cancel();
in ~ConcurrentBaselineCompiler()
207
job_handle_
->NotifyConcurrencyIncrease();
in CompileBatch()
220
std::unique_ptr<JobHandle>
job_handle_
= nullptr;
member in v8::internal::baseline::ConcurrentBaselineCompiler
/third_party/node/deps/v8/src/compiler-dispatcher/
H
A
D
lazy-compile-dispatcher.cc
84
job_handle_
= platform_->PostJob(TaskPriority::kUserVisible,
in LazyCompileDispatcher()
90
CHECK(!
job_handle_
->IsValid());
in ~LazyCompileDispatcher()
184
job_handle_
->NotifyConcurrencyIncrease();
in Enqueue()
345
job_handle_
->Cancel();
in AbortAll()
H
A
D
lazy-compile-dispatcher.h
192
std::unique_ptr<JobHandle>
job_handle_
;
member in v8::internal::LazyCompileDispatcher
Completed in 8 milliseconds