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_
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
array-buffer-sweeper.cc
114
heap_->isolate()->cancelable_task_manager()->TryAbort(
job_
->id_);
in EnsureFinished()
119
job_
->Sweep();
in EnsureFinished()
124
CHECK_EQ(SweepingState::kDone,
job_
->state_);
in EnsureFinished()
129
while (
job_
->state_ != SweepingState::kDone) {
in EnsureFinished()
143
DCHECK(
job_
);
in FinishIfDone()
144
if (
job_
->state_ == SweepingState::kDone) {
in FinishIfDone()
166
job_
->Sweep();
in RequestSweep()
169
job_
->id_ = task->id();
in RequestSweep()
172
job_
->Sweep();
in RequestSweep()
181
job_
in Prepare()
[all...]
H
A
D
incremental-marking-job.cc
29
job_
(job),
in Task()
40
IncrementalMarkingJob* const
job_
;
member in v8::internal::IncrementalMarkingJob::Task
105
heap->MonotonicallyIncreasingTimeInMs() -
job_
->scheduled_time_);
in RunInternal()
106
job_
->scheduled_time_ = 0.0;
in RunInternal()
121
base::MutexGuard guard(&
job_
->mutex_);
in RunInternal()
122
job_
->SetTaskPending(task_type_, false);
in RunInternal()
136
job_
->ScheduleTask(heap, task_type);
in RunInternal()
H
A
D
scavenge-job.cc
20
: CancelableTask(isolate), isolate_(isolate),
job_
(job) {}
in Task()
29
ScavengeJob* const
job_
;
member in v8::internal::ScavengeJob::Task
63
job_
->set_task_pending(false);
in RunInternal()
H
A
D
array-buffer-sweeper.h
75
bool sweeping_in_progress() const { return
job_
.get(); }
in sweeping_in_progress()
91
std::unique_ptr<SweepingJob>
job_
;
member in v8::internal::final
/third_party/node/deps/v8/src/wasm/
H
A
D
module-compiler.cc
2086
AsyncCompileJob*
job_
;
member in v8::internal::wasm::__anon15175::final
2295
explicit CompilationStateCallback(AsyncCompileJob* job) :
job_
(job) {}
in CompilationStateCallback()
2307
if (
job_
->DecrementAndCheckFinisherCount()) {
2310
// main thread to update {
job_
->native_module_} to avoid a data race.
2311
std::shared_ptr<NativeModule> native_module =
job_
->native_module_;
2313
false, &native_module,
job_
->isolate_);
2314
DCHECK_EQ(cache_hit, native_module !=
job_
->native_module_);
2315
job_
->DoSync<CompileFinished>(cache_hit ? std::move(native_module)
2331
if (
job_
->DecrementAndCheckFinisherCount()) {
2332
// Don't update {
job_
2352
AsyncCompileJob*
job_
;
global()
member in v8::internal::wasm::__anon15175::AsyncCompileJob::CompilationStateCallback
2412
AsyncCompileJob*
job_
;
global()
member in v8::internal::wasm::__anon15175::AsyncCompileJob::CompileTask
[all...]
H
A
D
function-compiler.cc
217
job_
(use_generic_wrapper_
in JSToWasmWrapperCompilationUnit()
228
CompilationJob::Status status =
job_
->ExecuteJob(nullptr);
in Execute()
240
CompilationJob::Status status =
job_
->FinalizeJob(isolate_);
in Finalize()
242
Handle<Code> code =
job_
->compilation_info()->code();
in Finalize()
246
job_
->compilation_info()->GetDebugName().get());
in Finalize()
H
A
D
function-compiler.h
141
std::unique_ptr<TurbofanCompilationJob>
job_
;
variable
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.h
481
UnoptimizedCompilationJob* job() const { return
job_
.get(); }
in job()
485
std::unique_ptr<UnoptimizedCompilationJob>
job_
;
member in v8::internal::DeferredFinalizationJobData
H
A
D
compiler.cc
1518
job_
(std::move(job)) {}
in DeferredFinalizationJobData()
Completed in 14 milliseconds