Home | History | Annotate | Download | only in src

Lines Matching full:empty_fixed_array

5712     object->set_properties(isolate->heap()->empty_fixed_array());
8495 return isolate->factory()->empty_fixed_array();
8545 return Handle<FixedArray>(isolate->heap()->empty_fixed_array());
8554 return Handle<FixedArray>(isolate->heap()->empty_fixed_array());
10945 result = isolate->factory()->empty_fixed_array();
13382 if (*array != isolate->heap()->empty_fixed_array()) {
15429 (code->deoptimization_data() != code->GetHeap()->empty_fixed_array())) {
16066 if (object->elements() == object->GetHeap()->empty_fixed_array() ||