Searched defs:inobject (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dstub-cache-arm.cc317 bool inobject,
322 if (!inobject) {
314 GenerateFastPropertyLoad(MacroAssembler* masm, Register dst, Register src, bool inobject, int index, Representation representation) argument
/external/chromium_org/v8/src/ia32/
H A Dstub-cache-ia32.cc367 bool inobject,
372 if (!inobject) {
364 GenerateFastPropertyLoad(MacroAssembler* masm, Register dst, Register src, bool inobject, int index, Representation representation) argument
/external/chromium_org/v8/src/
H A Dic.cc1121 bool inobject,
1124 LoadFieldStub stub(inobject, offset, representation);
1127 KeyedLoadFieldStub stub(inobject, offset, representation);
1120 SimpleFieldLoad(int offset, bool inobject, Representation representation) argument
H A Dobjects-inl.h1881 int inobject = map->inobject_properties(); local
1885 limit = Max(inobject, kMaxFastProperties);
1887 limit = Max(inobject, kFastPropertiesSoftLimit);
H A Dobjects.cc2370 // If no fields were added, and no inobject properties were removed, setting
2374 // In that case, succeed if all existing fields were inobject, and they still
2375 // fit within the new inobject size.
2392 // properties, unused fields, inobject properties.
2394 // * Copy inobject properties from the backing store back into the object.
2396 // frees inobject properties that moved to the backing store.
2398 // to temporarily store the inobject properties.
2405 int inobject = new_map->inobject_properties(); local
2411 *new_map, number_of_fields, inobject, unused)) {
2417 int external = total_size - inobject;
[all...]
/external/chromium_org/v8/src/mips/
H A Dstub-cache-mips.cc309 bool inobject,
314 if (!inobject) {
306 GenerateFastPropertyLoad(MacroAssembler* masm, Register dst, Register src, bool inobject, int index, Representation representation) argument
/external/chromium_org/v8/src/x64/
H A Dstub-cache-x64.cc342 bool inobject,
347 if (!inobject) {
339 GenerateFastPropertyLoad(MacroAssembler* masm, Register dst, Register src, bool inobject, int index, Representation representation) argument

Completed in 1600 milliseconds