Home
last modified time | relevance | path

Searched refs:fixed_array_map (Results 1 – 25 of 49) sorted by relevance

12

/external/v8/src/ia32/
Dic-ia32.cc317 FACTORY->fixed_array_map(), in GenerateFastArrayLoad()
432 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map()); in GenerateUnmappedArgumentsLookup() local
433 __ CheckMap(backing_store, fixed_array_map, slow_case, DONT_DO_SMI_CHECK); in GenerateUnmappedArgumentsLookup()
817 __ cmp(edi, masm->isolate()->factory()->fixed_array_map()); in GenerateGeneric()
855 __ cmp(edi, masm->isolate()->factory()->fixed_array_map()); in GenerateGeneric()
Dbuiltins-ia32.cc234 __ mov(eax, factory->fixed_array_map()); in Generate_JSConstructStubHelper()
950 factory->fixed_array_map()); in AllocateEmptyJSArray()
1046 factory->fixed_array_map()); in AllocateJSArray()
Dcodegen-ia32.cc538 Immediate(masm->isolate()->factory()->fixed_array_map())); in GenerateDoubleToObject()
Dstub-cache-ia32.cc1417 Immediate(factory()->fixed_array_map())); in CompileArrayPushCall()
1613 Immediate(factory()->fixed_array_map())); in CompileArrayPopCall()
3814 Immediate(masm->isolate()->factory()->fixed_array_map())); in GenerateStoreFastElement()
3879 Immediate(masm->isolate()->factory()->fixed_array_map())); in GenerateStoreFastElement()
Dcode-stubs-ia32.cc330 __ CheckMap(ebx, factory->fixed_array_map(), in Generate()
346 expected_map = factory->fixed_array_map(); in Generate()
3474 Immediate(FACTORY->fixed_array_map())); in GenerateNewNonStrictFast()
3580 Immediate(FACTORY->fixed_array_map())); in GenerateNewStrict()
3702 __ cmp(eax, factory->fixed_array_map()); in Generate()
4081 Immediate(factory->fixed_array_map())); in Generate()
/external/chromium_org/v8/src/ia32/
Dic-ia32.cc274 masm->isolate()->factory()->fixed_array_map(), in GenerateFastArrayLoad()
396 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map()); in GenerateUnmappedArgumentsLookup() local
397 __ CheckMap(backing_store, fixed_array_map, slow_case, DONT_DO_SMI_CHECK); in GenerateUnmappedArgumentsLookup()
733 __ cmp(edi, masm->isolate()->factory()->fixed_array_map()); in KeyedStoreGenerateGenericHelper()
919 __ cmp(edi, masm->isolate()->factory()->fixed_array_map()); in GenerateGeneric()
Dbuiltins-ia32.cc288 __ mov(eax, factory->fixed_array_map()); in Generate_JSConstructStubHelper()
Dstub-cache-ia32.cc1739 Immediate(factory()->fixed_array_map())); in CompileArrayPushCall()
1973 Immediate(factory()->fixed_array_map())); in CompileArrayPopCall()
Dcodegen-ia32.cc857 Immediate(masm->isolate()->factory()->fixed_array_map())); in GenerateDoubleToObject()
Dcode-stubs-ia32.cc1727 Immediate(isolate->factory()->fixed_array_map())); in GenerateNewNonStrictFast()
1835 Immediate(isolate->factory()->fixed_array_map())); in GenerateNewStrict()
2185 __ cmp(eax, factory->fixed_array_map()); in Generate()
2364 Immediate(factory->fixed_array_map())); in Generate()
/external/chromium_org/v8/src/arm/
Dic-arm.cc793 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map()); in GenerateUnmappedArgumentsLookup() local
794 __ CheckMap(backing_store, scratch, fixed_array_map, slow_case, in GenerateUnmappedArgumentsLookup()
1265 Operand(masm->isolate()->factory()->fixed_array_map())); in KeyedStoreGenerateGenericHelper()
1473 Operand(masm->isolate()->factory()->fixed_array_map())); in GenerateGeneric()
/external/v8/src/arm/
Dic-arm.cc828 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map()); in GenerateUnmappedArgumentsLookup() local
829 __ CheckMap(backing_store, scratch, fixed_array_map, slow_case, in GenerateUnmappedArgumentsLookup()
1374 Operand(masm->isolate()->factory()->fixed_array_map())); in GenerateGeneric()
1409 Operand(masm->isolate()->factory()->fixed_array_map())); in GenerateGeneric()
/external/chromium_org/v8/src/x64/
Dic-x64.cc1240 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map()); in GenerateUnmappedArgumentsLookup() local
1241 __ CheckMap(backing_store, fixed_array_map, slow_case, DONT_DO_SMI_CHECK); in GenerateUnmappedArgumentsLookup()
/external/v8/src/
Dobjects-inl.h1306 ASSERT(elements->map() == GetHeap()->fixed_array_map() || in EnsureCanContainElements()
1365 (value->map() == GetHeap()->fixed_array_map() || in set_map_and_elements()
1705 map() != HEAP->fixed_array_map()); in get_scalar()
1714 map() != HEAP->fixed_array_map()); in get_representation()
1730 map() != HEAP->fixed_array_map()); in set()
1739 map() != HEAP->fixed_array_map()); in set_the_hole()
4284 (map == GetHeap()->fixed_array_map() || in GetElementsKind()
4386 elems, isolate->heap()->fixed_array_map()); in EnsureWritableFastElements()
Dheap.cc2058 fixed_array_map()->init_instance_descriptors(); in CreateInitialMaps()
2059 fixed_array_map()->set_code_cache(empty_fixed_array()); in CreateInitialMaps()
2060 fixed_array_map()->set_prototype_transitions(empty_fixed_array()); in CreateInitialMaps()
2070 fixed_array_map()->set_prototype(null_value()); in CreateInitialMaps()
2071 fixed_array_map()->set_constructor(null_value()); in CreateInitialMaps()
2081 ASSERT(fixed_array_map() != fixed_cow_array_map()); in CreateInitialMaps()
4442 fixed_array_map()); in AllocateEmptyFixedArray()
4515 array->set_map_no_write_barrier(fixed_array_map()); in AllocateFixedArray()
4563 HeapObject::cast(result)->set_map_no_write_barrier(heap->fixed_array_map()); in AllocateFixedArrayWithFiller()
4597 fixed_array_map()); in AllocateUninitializedFixedArray()
Dobjects-debug.cc289 (elements()->map() == GetHeap()->fixed_array_map() || in JSObjectVerify()
Dbuiltins.cc373 former_start[to_trim] = heap->fixed_array_map(); in LeftTrimFixedArray()
414 if (map == heap->fixed_array_map()) { in EnsureJSArrayWithWritableFastElements()
/external/v8/src/x64/
Dic-x64.cc1219 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map()); in GenerateUnmappedArgumentsLookup() local
1220 __ CheckMap(backing_store, fixed_array_map, slow_case, DONT_DO_SMI_CHECK); in GenerateUnmappedArgumentsLookup()
Dbuiltins-x64.cc1028 factory->fixed_array_map()); in AllocateEmptyJSArray()
1126 factory->fixed_array_map()); in AllocateJSArray()
/external/chromium_org/v8/src/
Dheap.cc2680 fixed_array_map()->set_code_cache(empty_fixed_array()); in CreateInitialMaps()
2681 fixed_array_map()->set_dependent_code( in CreateInitialMaps()
2683 fixed_array_map()->init_back_pointer(undefined_value()); in CreateInitialMaps()
2684 fixed_array_map()->set_instance_descriptors(empty_descriptor_array()); in CreateInitialMaps()
2695 fixed_array_map()->set_prototype(null_value()); in CreateInitialMaps()
2696 fixed_array_map()->set_constructor(null_value()); in CreateInitialMaps()
2706 ASSERT(fixed_array_map() != fixed_cow_array_map()); in CreateInitialMaps()
5285 fixed_array_map()); in AllocateEmptyFixedArray()
5384 HeapObject::cast(result)->set_map_no_write_barrier(fixed_array_map()); in AllocateFixedArrayWithFiller()
5412 fixed_array_map()); in AllocateUninitializedFixedArray()
Dobjects-inl.h1479 ASSERT(elements->map() == GetHeap()->fixed_array_map() || in EnsureCanContainElements()
1541 (value->map() == GetHeap()->fixed_array_map() || in set_map_and_elements()
2005 map() != GetHeap()->fixed_array_map()); in get_scalar()
2014 map() != GetHeap()->fixed_array_map()); in get_representation()
2030 map() != GetHeap()->fixed_array_map()); in set()
2039 map() != GetHeap()->fixed_array_map()); in set_the_hole()
5618 (map == GetHeap()->fixed_array_map() || in GetElementsKind()
5729 elems, isolate->heap()->fixed_array_map()); in EnsureWritableFastElements()
Delements.cc1053 (map == heap->fixed_array_map() || in ValidateContents()
1056 ((map == heap->fixed_array_map() && length == 0) || in ValidateContents()
Dobjects-debug.cc349 (elements()->map() == GetHeap()->fixed_array_map() || in JSObjectVerify()
Dcode-stubs-hydrogen.cc389 if_fixed.If<HCompareMap>(elements, factory->fixed_array_map()); in BuildCodeStub()
Dbuiltins.cc313 if (map == heap->fixed_array_map()) { in EnsureJSArrayWithWritableFastElements()

12