Home
last modified time | relevance | path

Searched refs:inobject (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
Dcode-stubs.h887 LoadFieldStub(bool inobject, int index, Representation representation) { in LoadFieldStub() argument
888 Initialize(Code::LOAD_IC, inobject, index, representation); in LoadFieldStub()
927 bool inobject, in Initialize() argument
932 | InobjectBits::encode(inobject) in Initialize()
1003 KeyedLoadFieldStub(bool inobject, int index, Representation representation) in KeyedLoadFieldStub() argument
1005 Initialize(Code::KEYED_LOAD_IC, inobject, index, representation); in KeyedLoadFieldStub()
Dic.h482 bool inobject = true,
Dstub-cache.h417 bool inobject,
Dic.cc1121 bool inobject, in SimpleFieldLoad() argument
1124 LoadFieldStub stub(inobject, offset, representation); in SimpleFieldLoad()
1127 KeyedLoadFieldStub stub(inobject, offset, representation); in SimpleFieldLoad()
Dobjects-inl.h1881 int inobject = map->inobject_properties(); in TooManyFastProperties() local
1885 limit = Max(inobject, kMaxFastProperties); in TooManyFastProperties()
1887 limit = Max(inobject, kFastPropertiesSoftLimit); in TooManyFastProperties()
Dobjects.cc2405 int inobject = new_map->inobject_properties(); in MigrateToMap() local
2411 *new_map, number_of_fields, inobject, unused)) { in MigrateToMap()
2417 int external = total_size - inobject; in MigrateToMap()
2449 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateToMap()
2459 int limit = Min(inobject, number_of_fields); in MigrateToMap()
2474 RightTrimFixedArray<FROM_MUTATOR>(isolate->heap(), *array, inobject); in MigrateToMap()
/external/chromium_org/v8/src/x64/
Dstub-cache-x64.cc342 bool inobject, in GenerateFastPropertyLoad() argument
347 if (!inobject) { in GenerateFastPropertyLoad()
/external/chromium_org/v8/src/ia32/
Dstub-cache-ia32.cc367 bool inobject, in GenerateFastPropertyLoad() argument
372 if (!inobject) { in GenerateFastPropertyLoad()
/external/chromium_org/v8/src/arm/
Dstub-cache-arm.cc317 bool inobject, in GenerateFastPropertyLoad() argument
322 if (!inobject) { in GenerateFastPropertyLoad()
/external/chromium_org/v8/src/mips/
Dstub-cache-mips.cc309 bool inobject, in GenerateFastPropertyLoad() argument
314 if (!inobject) { in GenerateFastPropertyLoad()