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:LocalHandles
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/handles/
H
A
D
local-handles.cc
38
LocalHandles
::
LocalHandles
() { scope_.Initialize(); }
in LocalHandles()
function in v8::internal::LocalHandles
39
LocalHandles
::~
LocalHandles
() {
in ~LocalHandles()
45
void
LocalHandles
::Iterate(RootVisitor* visitor) {
in Iterate()
62
bool
LocalHandles
::Contains(Address* location) {
in Contains()
79
Address*
LocalHandles
::AddBlock() {
in AddBlock()
88
void
LocalHandles
::RemoveUnusedBlocks() {
in RemoveUnusedBlocks()
108
void
LocalHandles
::ZapRange(Address* start, Address* end) {
in ZapRange()
H
A
D
local-handles-inl.h
23
LocalHandles
* handles = local_heap->handles();
in GetHandle()
43
LocalHandles
* handles = local_heap->handles();
in LocalHandleScope()
84
LocalHandles
* handles = local_heap->handles();
in CloseScope()
97
LocalHandles
::ZapRange(handles->scope_.next, old_limit);
in CloseScope()
H
A
D
local-handles.h
19
class
LocalHandles
{
class
21
LocalHandles
();
22
~
LocalHandles
();
H
A
D
handles.h
270
friend class
LocalHandles
;
/third_party/node/deps/v8/src/heap/
H
A
D
local-heap.h
25
class
LocalHandles
;
56
LocalHandles
* handles() { return handles_.get(); }
in handles()
309
std::unique_ptr<
LocalHandles
> handles_;
H
A
D
local-heap.cc
57
handles_(new
LocalHandles
),
in LocalHeap()
Completed in 3 milliseconds