HomeSort by relevance Sort by last modified time
    Searched refs:is_stable (Results 1 - 21 of 21) sorted by null

  /external/v8/src/
field-type.cc 60 return !this->IsClass() || this->AsClass()->is_stable();
compilation-dependencies.cc 119 DCHECK(map->is_stable());
objects-debug.cc 397 !Map::cast(GetBackPointer())->is_stable());
420 if (!is_stable() ||
    [all...]
objects-printer.cc 541 if (is_stable()) os << "\n - stable_map";
    [all...]
objects-inl.h     [all...]
objects.cc 99 if (map->is_stable() && map->IsJSReceiverMap()) {
    [all...]
objects.h     [all...]
  /external/drm_hwcomposer/
drmdisplaycompositor.h 55 bool is_stable(int region_index) const { function in class:android::SquashState
drmdisplaycompositor.cpp 99 stable_regions[i] = !changed_regions[i] && is_stable(i);
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 154 if (function_map->is_stable()) {
346 !Handle<HeapObject>::cast(property_cell_value)->map()->is_stable()) {
409 if (property_cell_value_map->is_stable()) {
452 DCHECK(property_cell_value_map->is_stable());
    [all...]
node-properties.cc 338 if (receiver_map->is_stable()) {
typed-optimization.cc 110 if (object_map->is_stable()) return object_map;
js-builtin-reducer.cc 144 if (!current->map()->is_stable()) return false;
149 (!receiver_map->is_prototype_map() || receiver_map->is_stable()) &&
173 if (!current->map()->is_stable()) return false;
179 (!receiver_map->is_dictionary_map() || receiver_map->is_stable()) &&
    [all...]
js-call-reducer.cc 422 if (!isolate()->initial_array_iterator_prototype_map()->is_stable()) {
    [all...]
  /external/v8/src/crankshaft/
lithium-codegen.cc 203 if (!map->is_stable()) return Retry(kMapBecameUnstable);
lithium.cc 413 DCHECK(map->is_stable());
lithium.h 671 DCHECK(map->is_stable());
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
hydrogen.cc     [all...]
  /external/v8/src/ast/
ast-types.cc 607 return !this->IsClass() || this->AsClass()->Map()->is_stable();
    [all...]

Completed in 383 milliseconds