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:WrapperInfo
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
embedder-tracing.h
40
using
WrapperInfo
= std::pair<void*, void*>;
41
using WrapperCache = std::vector<
WrapperInfo
>;
43
//
WrapperInfo
is passed over the API. Use VerboseWrapperInfo to access pair
47
constexpr explicit VerboseWrapperInfo(const
WrapperInfo
& raw_info)
in VerboseWrapperInfo()
58
const
WrapperInfo
& raw_info;
68
void AddWrapperInfoForTesting(
WrapperInfo
info);
82
WrapperInfo
*);
85
const EmbedderDataSlot& instance_slot,
WrapperInfo
*);
143
WrapperInfo
ExtractWrapperInfo(Isolate* isolate, JSObject js_object);
H
A
D
embedder-tracing.cc
129
LocalEmbedderHeapTracer::
WrapperInfo
132
WrapperInfo
info;
in ExtractWrapperInfo()
142
WrapperInfo
info;
in TracePossibleWrapper()
160
WrapperInfo
info) {
in AddWrapperInfoForTesting()
H
A
D
embedder-tracing-inl.h
17
const WrapperDescriptor& wrapper_descriptor,
WrapperInfo
* info) {
in ExtractWrappableInfo()
32
WrapperInfo
* info) {
in ExtractWrappableInfo()
/third_party/mbedtls/scripts/mbedtls_dev/
H
A
D
c_wrapper_generator.py
28
WrapperInfo
= typing.NamedTuple('
WrapperInfo
', [
variable
220
def _wrapper_info(self, function: FunctionInfo) -> Optional[
WrapperInfo
]:
229
return
WrapperInfo
(
237
wrapper:
WrapperInfo
,
286
wrapper:
WrapperInfo
) -> None:
293
wrapper:
WrapperInfo
) -> None:
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
cpp-marking-state-inl.h
36
LocalEmbedderHeapTracer::
WrapperInfo
info;
in MarkAndPush()
H
A
D
cpp-heap.cc
82
internal::LocalEmbedderHeapTracer::
WrapperInfo
info;
in VisitHandle()
Completed in 4 milliseconds