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:is_stable
(Results
1 - 19
of
19
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
map-inference.cc
135
auto
is_stable
= [](const MapRef& map) { return map.
is_stable
(); };
in RelyOnMapsHelper()
137
std::all_of(maps_.cbegin(), maps_.cend(),
is_stable
)) {
in RelyOnMapsHelper()
H
A
D
property-access-builder.cc
90
if (object_map.
is_stable
()) {
in BuildCheckMaps()
308
if (field_map->
is_stable
()) {
in BuildLoadDataField()
H
A
D
heap-refs.cc
1102
if (!prototype_map.IsJSObjectMap() || !prototype_map.
is_stable
() ||
in HasOnlyStablePrototypesWithFastElements()
1655
bool MapRef::
is_stable
() const {
in is_stable()
function in v8::internal::compiler::MapRef
1656
IF_ACCESS_FROM_HEAP_C(
is_stable
);
in is_stable()
H
A
D
js-native-context-specialization.cc
373
if (function_map.
is_stable
()) {
in ReduceJSGetSuperConstructor()
531
if (result == NodeProperties::kUnreliableMaps && !map.
is_stable
()) {
in InferHasInPrototypeChain()
549
if (!map.
is_stable
() || map.is_dictionary_map()) {
in InferHasInPrototypeChain()
570
if (!prototype.map().
is_stable
()) return kMayBeInPrototypeChain;
in InferHasInPrototypeChain()
811
!property_cell_value.AsHeapObject().map().
is_stable
()) {
in ReduceGlobalAccess()
893
if (property_cell_value_map.
is_stable
()) {
in ReduceGlobalAccess()
3410
if (!map.
is_stable
()) return false;
in InferMaps()
H
A
D
node-properties.cc
386
if (ref.map().
is_stable
()) {
in InferMapsUnsafe()
H
A
D
heap-refs.h
681
bool
is_stable
() const;
H
A
D
compilation-dependencies.cc
273
return !map_.object()->is_dictionary_map() && map_.object()->
is_stable
();
1079
if (!map.
is_stable
()) {
in DependOnFieldConstness()
H
A
D
typed-optimization.cc
115
if (object_map.
is_stable
()) return object_map;
in GetStableMapFromObjectType()
H
A
D
js-heap-broker.cc
823
if (!map.
is_stable
()) {
in ProcessFeedbackMapsForElementAccess()
/third_party/rust/crates/proc-macro-error/
H
A
D
build.rs
7
|| !version_check::Channel::read().unwrap().
is_stable
()
in main()
/third_party/node/deps/v8/src/objects/
H
A
D
field-type.cc
53
return !this->IsClass() || AsClass().
is_stable
();
in NowStable()
H
A
D
map-inl.h
642
bool Map::
is_stable
() const {
in is_stable()
function in v8::internal::Map
659
if (
is_stable
()) {
in NotifyLeafMapLayoutChange()
H
A
D
map.h
643
inline bool
is_stable
() const;
H
A
D
js-objects.cc
3328
DCHECK(!old_map->
is_stable
());
in MigrateToMap()
3329
DCHECK(new_map->
is_stable
());
in MigrateToMap()
H
A
D
objects.cc
213
if (map->
is_stable
() && map->IsJSReceiverMap()) {
in OptimalType()
6611
return HeapObject::cast(cell.value()).map() == map && map.
is_stable
();
in RemainsConstantType()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-debug.cc
504
CHECK(!parent.
is_stable
());
in MapVerify()
559
CHECK_IMPLIES(is_deprecated(), !
is_stable
());
in MapVerify()
H
A
D
objects-printer.cc
2585
if (
is_stable
()) os << "\n - stable_map";
in MapPrint()
/third_party/node/deps/v8/src/heap/
H
A
D
object-stats.cc
874
} else if (map.
is_stable
()) {
in RecordVirtualMapDetails()
/third_party/node/deps/v8/src/ic/
H
A
D
ic.cc
1425
if (receiver_map->
is_stable
()) {
in LoadElementPolymorphicHandlers()
2420
if (receiver_map->
is_stable
()) {
in StoreElementPolymorphicHandlers()
Completed in 56 milliseconds