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:is_on_heap
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
pointer-policies.cc
46
bool
is_on_heap
= true;
in CheckPointerImpl()
local
53
is_on_heap
= false;
in CheckPointerImpl()
79
if (check_off_heap_assignments ||
is_on_heap
) {
in CheckPointerImpl()
94
USE(
is_on_heap
);
in CheckPointerImpl()
/third_party/node/deps/v8/src/objects/
H
A
D
js-array-buffer-inl.h
265
DCHECK(!
is_on_heap
());
in GetExternalBackingStoreRefForDeserialization()
270
DCHECK(!
is_on_heap
());
in SetExternalBackingStoreRefForSerialization()
276
DCHECK(
is_on_heap
());
in RemoveExternalPointerCompensationForSerialization()
284
DCHECK(
is_on_heap
());
in AddExternalPointerCompensationForDeserialization()
314
bool JSTypedArray::
is_on_heap
() const {
in is_on_heap()
function in v8::internal::JSTypedArray
315
// Keep synced with `
is_on_heap
(AcquireLoadTag)`.
in is_on_heap()
320
bool JSTypedArray::
is_on_heap
(AcquireLoadTag tag) const {
in is_on_heap()
function in v8::internal::JSTypedArray
321
// Keep synced with `
is_on_heap
()`.
in is_on_heap()
H
A
D
js-array-buffer.h
301
inline bool
is_on_heap
() const;
302
inline bool
is_on_heap
(AcquireLoadTag tag) const;
H
A
D
js-array-buffer.cc
226
if (!
is_on_heap
()) {
in GetBuffer()
257
DCHECK(!self->
is_on_heap
());
in GetBuffer()
/third_party/node/deps/v8/src/compiler/
H
A
D
heap-refs.cc
1620
bool JSTypedArrayRef::
is_on_heap
() const {
in is_on_heap()
function in v8::internal::compiler::JSTypedArrayRef
1622
return object()->
is_on_heap
(kAcquireLoad);
in is_on_heap()
1626
CHECK(!
is_on_heap
());
in length()
1632
CHECK(!
is_on_heap
());
in buffer()
1638
CHECK(!
is_on_heap
());
in data_ptr()
1640
//
is_on_heap
release/acquire semantics (external_pointer store happens-before
in data_ptr()
H
A
D
heap-refs.h
951
bool
is_on_heap
() const;
H
A
D
js-native-context-specialization.cc
1586
if (typed_array.
is_on_heap
()) return base::nullopt;
in GetTypedArrayConstant()
2664
DCHECK(!typed_array->
is_on_heap
());
in BuildElementAccess()
/third_party/node/deps/v8/src/profiler/
H
A
D
heap-profiler.cc
249
JSTypedArray::cast(heap_obj).
is_on_heap
()) {
in QueryObjects()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-printer.cc
405
size_t length, bool
is_on_heap
) {
in PrintTypedArrayElements()
408
if (i::FLAG_mock_arraybuffer_allocator && !
is_on_heap
) {
in PrintTypedArrayElements()
536
bool
is_on_heap
= JSTypedArray::cast(*this).
is_on_heap
(); \
in PrintElements()
539
PrintTypedArrayElements<elementType>(os, data_ptr, length,
is_on_heap
); \
in PrintElements()
404
PrintTypedArrayElements(std::ostream& os, const ElementType* data_ptr, size_t length, bool
is_on_heap
)
PrintTypedArrayElements()
argument
/third_party/node/deps/v8/src/snapshot/
H
A
D
deserializer.cc
431
// available here for
is_on_heap
(). See also: CanBeDeferred.
in PostProcessNewJSReceiver()
433
if (typed_array.
is_on_heap
()) {
in PostProcessNewJSReceiver()
H
A
D
serializer.cc
513
if (typed_array.
is_on_heap
()) {
in SerializeJSTypedArray()
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
8068
return !typed_array->
is_on_heap
();
in HasBuffer()
Completed in 46 milliseconds