/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...] |
objects-inl.h | 1881 int inobject = map->inobject_properties(); local [all...] |
/external/chromium_org/third_party/codesighs/ |
msmap2tsv.c | [all...] |
/external/v8/src/ |
factory.cc | 468 // extra inobject properties. 474 // as we can as inobject properties. 478 // Adjust the map with the extra inobject properties. [all...] |
handles.cc | 160 // have been compiled into the fast construct stub. More over, the inobject 191 // Inobject slack tracking will reclaim redundant inobject space later, [all...] |
factory.h | 224 // Copy the map adding more inobject properties if possible without
|
objects.h | 189 // inobject properties when normalizing properties of a JSObject. [all...] |
objects-printer.cc | 512 PrintF(out, " - inobject properties: %d\n", inobject_properties());
|
/external/v8/test/cctest/ |
test-heap.cc | 873 // Step 1: prepare a map for the object. We add 1 inobject property to it. 878 // Create a map with single inobject property. [all...] |
/external/chromium_org/v8/src/arm/ |
stub-cache-arm.cc | 317 bool inobject, 322 if (!inobject) { [all...] |
/external/chromium_org/v8/src/ia32/ |
stub-cache-ia32.cc | 367 bool inobject, 372 if (!inobject) { [all...] |
/external/chromium_org/v8/src/mips/ |
stub-cache-mips.cc | 309 bool inobject, 314 if (!inobject) { [all...] |
/external/chromium_org/v8/src/x64/ |
stub-cache-x64.cc | 342 bool inobject, 347 if (!inobject) { [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | [all...] |