/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-loadfield.js | 34 // Make sure there is a transition on adding "bar" inobject property.
|
/external/v8/test/mjsunit/compiler/ |
regress-loadfield.js | 34 // Make sure there is a transition on adding "bar" inobject property.
|
/external/chromium_org/v8/src/ |
code-stubs.h | 887 LoadFieldStub(bool inobject, int index, Representation representation) { 888 Initialize(Code::LOAD_IC, inobject, index, representation); 927 bool inobject, 932 | InobjectBits::encode(inobject) 1003 KeyedLoadFieldStub(bool inobject, int index, Representation representation) 1005 Initialize(Code::KEYED_LOAD_IC, inobject, index, representation); [all...] |
factory.cc | 634 // extra inobject properties. 641 // as we can as inobject properties. 645 // Adjust the map with the extra inobject properties. [all...] |
factory.h | 272 // Copy the map adding more inobject properties if possible without
|
compiler.cc | 624 // Inobject slack tracking will reclaim redundant inobject space later, [all...] |
ic.h | 482 bool inobject = true, [all...] |
stub-cache.h | 417 bool inobject, [all...] |
objects.cc | 2405 int inobject = new_map->inobject_properties(); local [all...] |
objects-printer.cc | 535 PrintF(out, " - inobject properties: %d\n", inobject_properties()); [all...] |
ic.cc | [all...] |
objects.h | 249 // inobject properties when normalizing properties of a JSObject. [all...] |