OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_stable
(Results
1 - 19
of
19
) sorted by null
/external/v8/test/cctest/
test-field-type-tracking.cc
436
CHECK(map->
is_stable
());
443
CHECK(!map->
is_stable
());
449
CHECK(new_map->
is_stable
());
462
CHECK(prepared_map->
is_stable
());
569
CHECK(map->
is_stable
());
603
CHECK(!map->
is_stable
());
610
CHECK(!map->
is_stable
());
618
CHECK(map->
is_stable
()); // Map did not change, must be left stable.
631
CHECK(!tmp->
is_stable
());
882
CHECK(map->
is_stable
());
[
all
...]
test-unboxed-doubles.cc
762
CHECK(last_map->
is_stable
());
769
CHECK(!map->
is_stable
());
[
all
...]
/external/drm_hwcomposer/
drmdisplaycompositor.h
55
bool
is_stable
(int region_index) const {
function in class:android::SquashState
drmdisplaycompositor.cpp
95
stable_regions[i] = !changed_regions[i] &&
is_stable
(i);
[
all
...]
/external/v8/src/
compilation-dependencies.cc
119
DCHECK(map->
is_stable
());
objects-debug.cc
337
!Map::cast(GetBackPointer())->
is_stable
());
360
if (!
is_stable
() ||
[
all
...]
objects-printer.cc
456
if (
is_stable
()) os << " - stable_map\n";
[
all
...]
types.cc
610
return !this->IsClass() || this->AsClass()->Map()->
is_stable
();
[
all
...]
objects-inl.h
[
all
...]
objects.cc
81
if (map->
is_stable
() && map->IsJSReceiverMap()) {
[
all
...]
objects.h
[
all
...]
/external/v8/src/compiler/
access-info.cc
164
if (!prototype->map()->
is_stable
()) return false;
typer.cc
[
all
...]
/external/v8/src/crankshaft/
lithium-codegen.cc
189
if (!map->
is_stable
()) return Retry(kMapBecameUnstable);
lithium.cc
420
DCHECK(map->
is_stable
());
lithium.h
672
DCHECK(map->
is_stable
());
hydrogen-instructions.h
[
all
...]
hydrogen-instructions.cc
[
all
...]
hydrogen.cc
[
all
...]
Completed in 2142 milliseconds