Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc310 ASSERT_EQ(0, pre_allocated_property_fields()); in SharedMapVerify()
Dobjects-printer.cc516 pre_allocated_property_fields()); in MapPrint()
Dobjects-inl.h1587 int pre_allocated = map->pre_allocated_property_fields(); in InitializeBody()
2738 int Map::pre_allocated_property_fields() { in pre_allocated_property_fields() function
Dobjects.h4525 inline int pre_allocated_property_fields();
Dobjects.cc4768 if (pre_allocated_property_fields() > 0) { in CopyDropDescriptors()
4779 pre_allocated_property_fields()); in CopyDropDescriptors()
Dheap.cc3785 map->pre_allocated_property_fields() + in AllocateJSObjectFromMap()
/external/v8/src/x64/
Dlithium-codegen-x64.cc4059 ASSERT(initial_map->pre_allocated_property_fields() + in DoAllocateObject()
4085 Immediate(initial_map->pre_allocated_property_fields())); in DoAllocateObject()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc4285 ASSERT(initial_map->pre_allocated_property_fields() + in DoAllocateObject()
4311 initial_map->pre_allocated_property_fields()); in DoAllocateObject()
/external/v8/src/arm/
Dlithium-codegen-arm.cc4452 ASSERT(initial_map->pre_allocated_property_fields() + in DoAllocateObject()
/external/v8/src/mips/
Dlithium-codegen-mips.cc4346 ASSERT(initial_map->pre_allocated_property_fields() + in DoAllocateObject()