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:MemoryRegion
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
page-memory.h
24
class V8_EXPORT_PRIVATE
MemoryRegion
final {
26
MemoryRegion
() = default;
27
MemoryRegion
(Address base, size_t size) : base_(base), size_(size) {
in MemoryRegion()
function in cppgc::internal::final
41
bool Contains(const
MemoryRegion
& other) const {
in Contains()
53
PageMemory(
MemoryRegion
overall,
MemoryRegion
writeable)
in PageMemory()
58
const
MemoryRegion
writeable_region() const { return writable_; }
in writeable_region()
59
const
MemoryRegion
overall_region() const { return overall_; }
in overall_region()
62
MemoryRegion
overall_;
63
MemoryRegion
writable
[all...]
H
A
D
page-memory.cc
62
MemoryRegion
ReserveMemoryRegion(PageAllocator& allocator,
in ReserveMemoryRegion()
71
const
MemoryRegion
reserved_region(static_cast<Address>(region_memory),
in ReserveMemoryRegion()
78
const
MemoryRegion
& reserved_region) {
in FreeMemoryRegion()
88
MemoryRegion
reserved_region, bool is_large)
in PageMemoryRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H
A
D
assembler_arm.cc
2024
void Process(const
MemoryRegion
®ion, intptr_t position) {
2035
void ProcessARMv6(const
MemoryRegion
®ion, intptr_t position) {
2071
void ProcessARMv7(const
MemoryRegion
®ion, intptr_t position) {
H
A
D
assembler_arm.h
413
void FinalizeInstructions(const
MemoryRegion
®ion) {
in FinalizeInstructions()
Completed in 7 milliseconds