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:read_only_heap
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
read-only-spaces.cc
38
std::unique_ptr<ReadOnlyHeap>
read_only_heap
) {
in set_read_only_heap()
39
read_only_heap_ = std::move(
read_only_heap
);
in set_read_only_heap()
93
return
read_only_heap
();
in GetReadOnlyHeapForIsolate()
117
DCHECK_EQ(
read_only_heap
()->read_only_space(), shared_read_only_space());
in VerifyHeapAndSpaceRelationships()
120
DCHECK_EQ(
read_only_heap
(), isolate->
read_only_heap
());
in VerifyHeapAndSpaceRelationships()
182
ReadOnlyHeap*
read_only_heap
= new ReadOnlyHeap(shared_read_only_space);
in GetReadOnlyHeapForIsolate()
local
187
auto& cache =
read_only_heap
->read_only_object_cache_;
in GetReadOnlyHeapForIsolate()
196
return
read_only_heap
;
in GetReadOnlyHeapForIsolate()
266
auto* ro_heap = new ReadOnlyHeap(isolate->
read_only_heap
(),
in ReinstallReadOnlySpace()
37
set_
read_only_heap
( std::unique_ptr<ReadOnlyHeap>
read_only_heap
)
set_read_only_heap()
argument
[all...]
H
A
D
combined-heap.cc
15
ro_heap_iterator_(heap->isolate()->
read_only_heap
()) {}
in CombinedHeapObjectIterator()
H
A
D
read-only-heap.cc
152
isolate->SetUpFromReadOnlyArtifacts(artifacts, artifacts->
read_only_heap
());
in CreateInitalHeapForBootstrapping()
153
return artifacts->
read_only_heap
();
in CreateInitalHeapForBootstrapping()
H
A
D
read-only-spaces.h
104
void set_read_only_heap(std::unique_ptr<ReadOnlyHeap>
read_only_heap
);
105
ReadOnlyHeap*
read_only_heap
() const { return read_only_heap_.get(); }
in read_only_heap()
function in v8::internal::ReadOnlyArtifacts
H
A
D
heap.cc
6189
isolate()->
read_only_heap
()->OnHeapTearDown(this);
in TearDown()
7239
ReadOnlyHeapObjectIterator iterator(isolate()->
read_only_heap
());
in GcSafeFindCodeForInnerPointer()
/third_party/node/deps/v8/src/execution/
H
A
D
local-isolate-inl.h
21
ReadOnlyHeap* LocalIsolate::
read_only_heap
() const {
in read_only_heap()
function in v8::internal::LocalIsolate
22
return isolate_->
read_only_heap
();
in read_only_heap()
H
A
D
local-isolate.h
62
inline ReadOnlyHeap*
read_only_heap
() const;
H
A
D
isolate.h
1123
ReadOnlyHeap*
read_only_heap
() const { return read_only_heap_; }
in read_only_heap()
function in v8::internal::final
/third_party/node/deps/v8/src/snapshot/
H
A
D
read-only-serializer.cc
99
ReadOnlyHeapObjectIterator iterator(isolate()->
read_only_heap
());
in FinalizeSerialization()
140
ReadOnlyHeap* ro_heap = isolate()->
read_only_heap
();
in ReconstructReadOnlyObjectCacheForTesting()
H
A
D
read-only-deserializer.cc
20
ReadOnlyHeap* ro_heap = isolate()->
read_only_heap
();
in DeserializeIntoIsolate()
H
A
D
deserializer.cc
998
isolate()->
read_only_heap
()->cached_read_only_object(cache_index));
in ReadSingleBytecodeData()
Completed in 22 milliseconds