Home
last modified time | relevance | path

Searched refs:old_location (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/heap/
Dtest-heap.cc4587 FixedArray* old_location = *lit; in TEST() local
4605 CHECK(lo->get(i) == old_location); in TEST()
4614 CHECK(lo->get(i) != old_location); in TEST()
/external/v8/src/
Dobjects.cc3523 PropertyLocation old_location = old_details.location(); in ReconfigureProperty() local
3547 } else if (old_location == kField || in ReconfigureProperty()