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:bootstrapper
(Results
1 - 18
of
18
) sorted by relevance
/third_party/node/deps/v8/src/init/
H
A
D
bootstrapper.h
119
explicit BootstrapperActive(Bootstrapper*
bootstrapper
)
in BootstrapperActive()
argument
120
: bootstrapper_(
bootstrapper
) {
in BootstrapperActive()
H
A
D
bootstrapper.cc
5
#include "src/init/
bootstrapper
.h"
4136
SourceCodeCache* cache = isolate->
bootstrapper
()->extensions_cache();
in CompileExtension()
6292
: isolate_(isolate), active_(isolate->
bootstrapper
()) {
in Genesis()
6431
: isolate_(isolate), active_(isolate->
bootstrapper
()) {
in Genesis()
/third_party/node/deps/v8/src/execution/
H
A
D
v8threads.cc
13
#include "src/init/
bootstrapper
.h"
145
from = isolate_->
bootstrapper
()->RestoreState(from);
in RestoreThread()
279
to = isolate_->
bootstrapper
()->ArchiveState(to);
in EagerlyArchiveThread()
293
isolate_->
bootstrapper
()->FreeThreadResources();
in FreeThreadResources()
H
A
D
isolate.h
1100
Bootstrapper*
bootstrapper
() { return bootstrapper_; }
in bootstrapper()
function in v8::internal::final
H
A
D
isolate.cc
69
#include "src/init/
bootstrapper
.h"
1499
if (
bootstrapper
()->IsActive()) return true;
in MayAccess()
1816
if (
bootstrapper
()->IsActive()) {
in ThrowInternal()
1818
// while the
bootstrapper
is active since the infrastructure may not have
in ThrowInternal()
/third_party/node/deps/v8/src/objects/
H
A
D
property-descriptor.cc
10
#include "src/init/
bootstrapper
.h"
52
if (isolate->
bootstrapper
()->IsActive()) return false;
in ToPropertyDescriptorFastPath()
H
A
D
js-function.cc
13
#include "src/init/
bootstrapper
.h"
182
isolate->
bootstrapper
()->IsActive()) {
in MarkForOptimization()
635
if (!isolate->
bootstrapper
()->IsActive() &&
in SetInstancePrototype()
645
DCHECK_IMPLIES(!isolate->
bootstrapper
()->IsActive(),
in SetInstancePrototype()
H
A
D
contexts.cc
10
#include "src/init/
bootstrapper
.h"
517
if (child.GetIsolate()->
bootstrapper
()->IsActive()) return true;
in IsBootstrappingOrValidParentContext()
H
A
D
map.cc
12
#include "src/init/
bootstrapper
.h"
1699
isolate->
bootstrapper
()->IsActive() ? OMIT_TRANSITION : INSERT_TRANSITION;
in CopyForPreventExtensions()
1852
isolate->
bootstrapper
()->IsActive() ? OMIT_TRANSITION : INSERT_TRANSITION;
in TransitionToDataProperty()
2012
isolate->
bootstrapper
()->IsActive() ? OMIT_TRANSITION : INSERT_TRANSITION;
in TransitionToAccessorProperty()
H
A
D
lookup.cc
11
#include "src/init/
bootstrapper
.h"
189
if (isolate->
bootstrapper
()->IsActive()) return;
in InternalUpdateProtector()
H
A
D
js-objects.cc
19
#include "src/init/
bootstrapper
.h"
4716
// TODO(v8:11248) make
bootstrapper
create dict mode prototypes, too?
in PrototypeBenefitsFromNormalization()
4717
if (object->GetIsolate()->
bootstrapper
()->IsActive()) return false;
in PrototypeBenefitsFromNormalization()
4782
!object->GetIsolate()->
bootstrapper
()->IsActive();
in OptimizeAsPrototype()
/third_party/node/deps/v8/src/snapshot/
H
A
D
snapshot.cc
13
#include "src/init/
bootstrapper
.h"
347
new_isolate->
bootstrapper
()->CreateEnvironmentForTesting();
in SerializeDeserializeAndVerifyForTesting()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-printer.cc
15
#include "src/init/
bootstrapper
.h"
1659
if (!GetIsolate()->
bootstrapper
()->IsActive()) {
in JSGlobalProxyPrint()
1667
if (!GetIsolate()->
bootstrapper
()->IsActive()) {
in JSGlobalObjectPrint()
/third_party/node/deps/v8/src/logging/
H
A
D
log.cc
29
#include "src/init/
bootstrapper
.h"
1784
if (!isolate_->
bootstrapper
()->IsActive()) {
in MapEvent()
/third_party/node/deps/v8/src/debug/
H
A
D
debug.cc
30
#include "src/init/
bootstrapper
.h"
2476
if (isolate_->
bootstrapper
()->IsActive()) return;
in HandleDebugBreak()
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
68
#include "src/init/
bootstrapper
.h"
617
//
bootstrapper
to create a global proxy before we deserialize the context.
in CreateBlob()
6267
return isolate->
bootstrapper
()->CreateEnvironment(
in Invoke()
6283
return isolate->
bootstrapper
()->NewRemoteContext(maybe_global_proxy,
in Invoke()
/third_party/node/deps/v8/src/heap/
H
A
D
heap.cc
80
#include "src/init/
bootstrapper
.h"
4983
isolate_->
bootstrapper
()->Iterate(v);
in IterateRoots()
H
A
D
mark-compact.cc
2340
if (isolate()->
bootstrapper
()->IsActive()) return;
in RecordObjectStats()
Completed in 97 milliseconds