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:proto_info
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
module.cc
364
Handle<PrototypeInfo>
proto_info
=
in GetModuleNamespace()
local
366
proto_info
->set_module_namespace(*ns);
in GetModuleNamespace()
H
A
D
map.cc
2205
Handle<PrototypeInfo>
proto_info
= isolate->factory()->NewPrototypeInfo();
in GetOrCreatePrototypeInfo()
local
2206
prototype->map().set_prototype_info(*
proto_info
, kReleaseStore);
in GetOrCreatePrototypeInfo()
2207
return
proto_info
;
in GetOrCreatePrototypeInfo()
2217
Handle<PrototypeInfo>
proto_info
= isolate->factory()->NewPrototypeInfo();
in GetOrCreatePrototypeInfo()
local
2218
prototype_map->set_prototype_info(*
proto_info
, kReleaseStore);
in GetOrCreatePrototypeInfo()
2219
return
proto_info
;
in GetOrCreatePrototypeInfo()
H
A
D
js-objects.cc
4684
PrototypeInfo
proto_info
= PrototypeInfo::cast(map.prototype_info());
in PrototypeRegistryCompactionCallback()
local
4685
DCHECK_EQ(old_index,
proto_info
.registry_slot());
in PrototypeRegistryCompactionCallback()
4686
proto_info
.set_registry_slot(new_index);
in PrototypeRegistryCompactionCallback()
4813
Handle<PrototypeInfo>
proto_info
=
in LazyRegisterPrototypeUser()
local
4815
Handle<Object> maybe_registry(
proto_info
->prototype_users(), isolate);
in LazyRegisterPrototypeUser()
4826
proto_info
->set_prototype_users(*new_array);
in LazyRegisterPrototypeUser()
4836
current_user_info =
proto_info
;
in LazyRegisterPrototypeUser()
4863
Handle<PrototypeInfo>
proto_info
(PrototypeInfo::cast(maybe_proto_info),
in UnregisterPrototypeUser()
4866
WeakArrayList::cast(
proto_info
->prototype_users()), isolate);
in UnregisterPrototypeUser()
4930
PrototypeInfo
proto_info
in InvalidatePrototypeChainsInternal()
[all...]
/third_party/node/deps/v8/src/compiler/
H
A
D
access-info.cc
530
Handle<PrototypeInfo>
proto_info
= broker->CanonicalPersistentHandle(
in AccessorAccessInfoHelper()
local
534
JSModuleNamespace::cast(
proto_info
->module_namespace()));
in AccessorAccessInfoHelper()
Completed in 14 milliseconds