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:AllocateSubspace
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/base/sanitizer/
H
A
D
lsan-virtual-address-space.cc
65
std::unique_ptr<VirtualAddressSpace> LsanVirtualAddressSpace::
AllocateSubspace
(
in AllocateSubspace()
function in v8::base::LsanVirtualAddressSpace
69
vas_->
AllocateSubspace
(hint, size, alignment, max_page_permissions);
in AllocateSubspace()
H
A
D
lsan-virtual-address-space.h
60
std::unique_ptr<VirtualAddressSpace>
AllocateSubspace
(
/third_party/node/deps/v8/src/base/
H
A
D
virtual-address-space.h
80
std::unique_ptr<v8::VirtualAddressSpace>
AllocateSubspace
(
125
std::unique_ptr<v8::VirtualAddressSpace>
AllocateSubspace
(
H
A
D
emulated-virtual-address-subspace.h
69
std::unique_ptr<v8::VirtualAddressSpace>
AllocateSubspace
(
H
A
D
virtual-address-space.cc
147
std::unique_ptr<v8::VirtualAddressSpace> VirtualAddressSpace::
AllocateSubspace
(
in AllocateSubspace()
function in v8::base::VirtualAddressSpace
326
VirtualAddressSubspace::
AllocateSubspace
(Address hint, size_t size,
in AllocateSubspace()
function in v8::base::VirtualAddressSubspace
H
A
D
emulated-virtual-address-subspace.cc
175
EmulatedVirtualAddressSubspace::
AllocateSubspace
(
in AllocateSubspace()
function in v8::base::EmulatedVirtualAddressSubspace
/third_party/node/deps/v8/src/sandbox/
H
A
D
sandbox.cc
194
address_space_ = vas->
AllocateSubspace
(
in Initialize()
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-platform.h
876
virtual std::unique_ptr<VirtualAddressSpace>
AllocateSubspace
(
/third_party/node/deps/v8/include/
H
A
D
v8-platform.h
813
virtual std::unique_ptr<VirtualAddressSpace>
AllocateSubspace
(
Completed in 7 milliseconds