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:FindRootMap
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
map-updater.cc
102
!old_map->
FindRootMap
(isolate).GetConstructor().IsFunctionTemplateInfo());
in MapUpdater()
225
if (
FindRootMap
() == kEnd) return result_map_;
in ReconfigureToDataField()
244
if (
FindRootMap
() == kEnd) return result_map_;
in ReconfigureElementsKind()
273
if (
FindRootMap
() == kEnd) return result_map_;
in UpdateImpl()
347
Map root_map = old_map.
FindRootMap
(isolate);
in TryUpdateNoLock()
555
MapUpdater::State MapUpdater::
FindRootMap
() {
in FindRootMap()
function in v8::internal::MapUpdater
558
root_map_ = handle(old_map_->
FindRootMap
(isolate_), isolate_);
in FindRootMap()
786
// Given that we passed root modification check in
FindRootMap
() so
in BuildDescriptorArray()
H
A
D
map-updater.h
28
// - Search the root of the transition tree using
FindRootMap
, remember
117
// - Search the root of the transition tree using
FindRootMap
.
119
State
FindRootMap
();
H
A
D
map.cc
617
Map Map::
FindRootMap
(Isolate* isolate) const {
905
Map root_map =
FindRootMap
(isolate);
in FindElementsKindTransitionedMap()
940
DCHECK_EQ(map.
FindRootMap
(isolate).NumberOfOwnDescriptors(),
in FindClosestElementsTransition()
1554
DCHECK_EQ(map->
FindRootMap
(isolate).NumberOfOwnDescriptors(),
in CopyAsElementsKind()
H
A
D
map.h
480
V8_EXPORT_PRIVATE Map
FindRootMap
(Isolate* isolate) const;
/third_party/node/deps/v8/src/compiler/
H
A
D
heap-refs.h
728
MapRef
FindRootMap
() const;
H
A
D
heap-refs.cc
1603
MapRef MapRef::
FindRootMap
() const {
in FindRootMap()
function in v8::internal::compiler::MapRef
1606
object()->
FindRootMap
(broker()->isolate()));
in FindRootMap()
H
A
D
js-native-context-specialization.cc
1599
!map.
FindRootMap
().equals(*root_map);
in RemoveImpossibleMaps()
3425
return map.
FindRootMap
();
in InferRootMap()
3430
DCHECK(initial_map->equals(initial_map->
FindRootMap
()));
in InferRootMap()
/third_party/node/deps/v8/src/heap/
H
A
D
factory.cc
2542
map.
FindRootMap
(isolate()).InobjectSlackTrackingStep(isolate());
in InitializeJSObjectBody()
Completed in 27 milliseconds