HomeSort by relevance Sort by last modified time
    Searched full:inobject (Results 1 - 25 of 31) sorted by null

1 2

  /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 911 LoadFieldStub(bool inobject, int index, Representation representation)
913 Initialize(Code::LOAD_IC, inobject, index, representation);
952 bool inobject,
957 | InobjectBits::encode(inobject)
976 KeyedLoadFieldStub(bool inobject, int index, Representation representation)
978 Initialize(Code::KEYED_LOAD_IC, inobject, index, representation);
    [all...]
handles.cc 156 // have been compiled into the fast construct stub. More over, the inobject
181 // Inobject slack tracking will reclaim redundant inobject space later,
    [all...]
factory.cc 556 // extra inobject properties.
562 // as we can as inobject properties.
566 // Adjust the map with the extra inobject properties.
    [all...]
factory.h 257 // Copy the map adding more inobject properties if possible without
objects.cc     [all...]
objects-printer.cc 531 PrintF(out, " - inobject properties: %d\n", inobject_properties());
    [all...]
stub-cache.h 533 bool inobject,
    [all...]
objects-inl.h 1867 int inobject = map()->inobject_properties(); local
    [all...]
objects.h 236 // inobject properties when normalizing properties of a JSObject.
    [all...]
mark-compact.cc     [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/tools/
grokdump.py     [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 321 bool inobject,
326 if (!inobject) {
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 375 bool inobject,
380 if (!inobject) {
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 313 bool inobject,
318 if (!inobject) {
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 349 bool inobject,
354 if (!inobject) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 971 // Step 1: prepare a map for the object. We add 1 inobject property to it.
976 // Create a map with single inobject property.
    [all...]

Completed in 698 milliseconds

1 2