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:global_handles_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/handles/
H
A
D
global-handles.cc
56
global_handles_
(global_handles),
65
GlobalHandles* global_handles() const { return
global_handles_
; }
in global_handles()
110
GlobalHandles* const
global_handles_
;
member in v8::internal::final
219
:
global_handles_
(global_handles) {}
in global_handles_()
function in v8::internal::final
234
GlobalHandles* const
global_handles_
;
member in v8::internal::final
255
first_block_ = new BlockType(
global_handles_
, this, first_block_);
in Acquire()
267
global_handles_
->isolate()->counters()->global_handles()->Increment();
in Acquire()
299
global_handles_
->isolate()->counters()->global_handles()->Decrement();
in Free()
752
:
global_handles_
(global_handles) {}
in OnStackTracedNodeSpace()
793
GlobalHandles*
global_handles_
member in v8::internal::final
[all...]
/third_party/node/deps/v8/src/execution/
H
A
D
isolate.h
1267
GlobalHandles* global_handles() const { return
global_handles_
; }
in global_handles()
2117
GlobalHandles*
global_handles_
= nullptr;
member in v8::internal::final
H
A
D
isolate.cc
3556
delete
global_handles_
;
in ThrowInternal()
3557
global_handles_
= nullptr;
in ThrowInternal()
3915
global_handles_
= new GlobalHandles(this);
in ThrowInternal()
Completed in 18 milliseconds