Home
last modified time | relevance | path

Searched refs:backing_store (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/src/
Delements.cc497 bool IsPacked(Handle<JSObject> holder, Handle<FixedArrayBase> backing_store, in IsPacked() argument
499 return ElementsAccessorSubclass::IsPackedImpl(holder, backing_store, start, in IsPacked()
504 Handle<FixedArrayBase> backing_store, uint32_t start, in IsPackedImpl() argument
508 if (!ElementsAccessorSubclass::HasElementImpl(holder, i, backing_store, in IsPackedImpl()
519 Handle<FixedArrayBase> backing_store(array->elements()); in TryTransitionResultArrayToPacked() local
520 if (!ElementsAccessorSubclass::IsPackedImpl(array, backing_store, 0, in TryTransitionResultArrayToPacked()
529 JSObject::PrintElementsTransition(stdout, array, kind(), backing_store, in TryTransitionResultArrayToPacked()
530 packed_kind, backing_store); in TryTransitionResultArrayToPacked()
535 Handle<FixedArrayBase> backing_store, in HasElement() argument
538 backing_store, filter); in HasElement()
[all …]
Delements.h49 Handle<FixedArrayBase> backing_store,
59 Handle<FixedArrayBase> backing_store, uint32_t start,
62 virtual Handle<Object> Get(Handle<FixedArrayBase> backing_store,
120 Handle<FixedArrayBase> backing_store,
145 virtual void Set(FixedArrayBase* backing_store, uint32_t entry,
149 Handle<FixedArrayBase> backing_store, uint32_t entry,
161 Handle<FixedArrayBase> backing_store, Arguments* args,
165 Handle<FixedArrayBase> backing_store,
169 Handle<FixedArrayBase> backing_store,
173 Handle<FixedArrayBase> backing_store,
[all …]
Dfutex-emulation.cc80 void* backing_store = array_buffer->backing_store(); in Wait() local
82 reinterpret_cast<int32_t*>(static_cast<int8_t*>(backing_store) + addr); in Wait()
92 node->backing_store_ = backing_store; in Wait()
197 void* backing_store = array_buffer->backing_store(); in Wake() local
202 if (backing_store == node->backing_store_ && addr == node->wait_addr_) { in Wake()
223 void* backing_store = array_buffer->backing_store(); in WakeOrRequeue() local
225 reinterpret_cast<int32_t*>(static_cast<int8_t*>(backing_store) + addr); in WakeOrRequeue()
236 if (backing_store == node->backing_store_ && addr == node->wait_addr_) { in WakeOrRequeue()
258 void* backing_store = array_buffer->backing_store(); in NumWaitersForTesting() local
265 if (backing_store == node->backing_store_ && addr == node->wait_addr_ && in NumWaitersForTesting()
Dstring-builder.h128 explicit FixedArrayBuilder(Handle<FixedArray> backing_store) in FixedArrayBuilder() argument
129 : array_(backing_store), length_(0), has_non_smi_elements_(false) { in FixedArrayBuilder()
132 DCHECK(backing_store->length() > 0); in FixedArrayBuilder()
Dlookup.cc655 FixedArrayBase* backing_store = js_object->elements(); in LookupInHolder() local
657 accessor->GetEntryForIndex(js_object, backing_store, index_); in LookupInHolder()
659 property_details_ = accessor->GetDetails(backing_store, number_); in LookupInHolder()
Dcode-stubs-hydrogen.cc891 HInstruction* backing_store = in UnmappedCase() local
894 Add<HCheckMaps>(backing_store, isolate()->factory()->fixed_array_map()); in UnmappedCase()
896 backing_store, nullptr, HObjectAccess::ForFixedArrayLength()); in UnmappedCase()
903 result = Add<HLoadKeyed>(backing_store, key, nullptr, nullptr, in UnmappedCase()
906 Add<HStoreKeyed>(backing_store, key, value, nullptr, FAST_HOLEY_ELEMENTS); in UnmappedCase()
/external/v8/src/runtime/
Druntime-typedarray.cc42 uint8_t* source_data = reinterpret_cast<uint8_t*>(source->backing_store()); in RUNTIME_FUNCTION()
43 uint8_t* target_data = reinterpret_cast<uint8_t*>(target->backing_store()); in RUNTIME_FUNCTION()
53 if (array_buffer->backing_store() == NULL) { in RUNTIME_FUNCTION()
60 void* backing_store = array_buffer->backing_store(); in RUNTIME_FUNCTION() local
65 isolate->array_buffer_allocator()->Free(backing_store, byte_length); in RUNTIME_FUNCTION()
152 static_cast<uint8_t*>(buffer->backing_store()) + byte_offset); in RUNTIME_FUNCTION()
247 static_cast<uint8_t*>(buffer->backing_store())); in RUNTIME_FUNCTION()
254 uint8_t* backing_store = in RUNTIME_FUNCTION() local
255 static_cast<uint8_t*>(typed_array->GetBuffer()->backing_store()); in RUNTIME_FUNCTION()
258 memcpy(buffer->backing_store(), backing_store + source_byte_offset, in RUNTIME_FUNCTION()
[all …]
Druntime-atomics.cc379 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
411 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
443 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
475 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
507 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
539 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
571 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
603 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
635 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
Druntime-maths.cc277 reinterpret_cast<double*>(typed_array->GetBuffer()->backing_store()); in RUNTIME_FUNCTION()
Druntime-simd.cc920 static_cast<uint8_t*>(tarray->GetBuffer()->backing_store()) + \
939 static_cast<uint8_t*>(tarray->GetBuffer()->backing_store()) + \
/external/v8/src/heap/
Darray-buffer-tracker.cc39 void* data = buffer->backing_store(); in RegisterNew()
58 void* data = buffer->backing_store(); in Unregister()
80 void* data = buffer->backing_store(); in MarkLive()
127 void* data = buffer->backing_store(); in Promote()
/external/libdrm/intel/
Dintel_bufmgr_fake.c223 void *backing_store; member
476 memcpy(bo_fake->backing_store, block->virtual, block->bo->size); in free_block()
500 assert(!bo_fake->backing_store); in alloc_backing_store()
503 bo_fake->backing_store = malloc(bo->size); in alloc_backing_store()
506 bo_fake->backing_store, bo->size); in alloc_backing_store()
507 assert(bo_fake->backing_store); in alloc_backing_store()
515 if (bo_fake->backing_store) { in free_backing_store()
517 free(bo_fake->backing_store); in free_backing_store()
518 bo_fake->backing_store = NULL; in free_backing_store()
974 if (bo_fake->backing_store) in drm_intel_bo_fake_disable_backing_store()
[all …]
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc625 double backing_store[kLength]; in TEST_F() local
627 NewArrayBuffer(backing_store, sizeof(backing_store)); in TEST_F()
656 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
667 double backing_store[kLength]; in TEST_F() local
669 NewArrayBuffer(backing_store, sizeof(backing_store)); in TEST_F()
695 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
708 double backing_store[kLength]; in TEST_F() local
710 NewArrayBuffer(backing_store, sizeof(backing_store)); in TEST_F()
742 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
753 double backing_store[kLength]; in TEST_F() local
[all …]
/external/v8/src/wasm/
Dwasm-module.cc198 byte** backing_store) { in NewArrayBuffer() argument
201 *backing_store = reinterpret_cast<byte*>(memory); in NewArrayBuffer()
206 DCHECK_EQ(0, (*backing_store)[i]); in NewArrayBuffer()
272 mem_addr = reinterpret_cast<byte*>(memory->backing_store()); in Instantiate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1867 Register backing_store = x6; in GenerateNewSloppyFast() local
1868 __ CmovX(backing_store, elements, eq); in GenerateNewSloppyFast()
1919 __ Add(backing_store, elements, Operand(loop_count, LSL, kPointerSizeLog2)); in GenerateNewSloppyFast()
1920 __ Add(backing_store, backing_store, kParameterMapHeaderSize); in GenerateNewSloppyFast()
1930 __ Str(the_hole, MemOperand(backing_store, x10)); in GenerateNewSloppyFast()
1938 __ Str(x10, FieldMemOperand(backing_store, FixedArray::kMapOffset)); in GenerateNewSloppyFast()
1939 __ Str(arg_count_smi, FieldMemOperand(backing_store, in GenerateNewSloppyFast()
1959 __ Add(x12, backing_store, Operand(x10, LSL, kPointerSizeLog2)); in GenerateNewSloppyFast()
/external/libpng/contrib/gregbook/
Drpng-x.c547 attr.backing_store = Always; in rpng_x_create_window()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc260 Node* backing_store = t.LoadField( in TEST() local
263 t.LoadElement(buffer_access, backing_store, t.Int32Constant(index)); in TEST()
264 t.StoreElement(buffer_access, backing_store, t.Int32Constant(index + 1), in TEST()
273 uint8_t* data = reinterpret_cast<uint8_t*>(array->backing_store()); in TEST()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2145 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2148 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2225 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2227 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2141 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2144 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2220 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2222 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2153 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2156 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2229 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2231 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2193 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2196 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2291 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2293 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2194 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2197 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2273 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2275 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2190 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2193 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2285 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2293 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2188 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2191 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2289 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2297 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/test/cctest/
Dtest-heap-profiler.cc2669 const v8::HeapGraphNode* backing_store = in TEST() local
2671 CHECK(backing_store); in TEST()
2672 CHECK_EQ(400, static_cast<int>(backing_store->GetShallowSize())); in TEST()

12