Home
last modified time | relevance | path

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

12

/external/v8/src/
Delements.cc525 Handle<FixedArrayBase> backing_store, uint32_t start, in IsPackedImpl() argument
529 if (!Subclass::HasElementImpl(holder, i, backing_store, ALL_PROPERTIES)) { in IsPackedImpl()
539 Handle<FixedArrayBase> backing_store(array->elements()); in TryTransitionResultArrayToPacked() local
540 if (!Subclass::IsPackedImpl(array, backing_store, 0, length)) { in TryTransitionResultArrayToPacked()
548 JSObject::PrintElementsTransition(stdout, array, kind(), backing_store, in TryTransitionResultArrayToPacked()
549 packed_kind, backing_store); in TryTransitionResultArrayToPacked()
554 Handle<FixedArrayBase> backing_store, in HasElement() argument
556 return Subclass::HasElementImpl(holder, index, backing_store, filter); in HasElement()
560 Handle<FixedArrayBase> backing_store, in HasElementImpl() argument
562 return Subclass::GetEntryForIndexImpl(*holder, *backing_store, index, in HasElementImpl()
[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()
Delements.h47 Handle<FixedArrayBase> backing_store,
83 Handle<FixedArrayBase> backing_store,
98 Handle<JSObject> object, Handle<FixedArrayBase> backing_store,
122 Handle<FixedArrayBase> backing_store, uint32_t entry,
153 FixedArrayBase* backing_store) = 0;
167 FixedArrayBase* backing_store,
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.cc729 FixedArrayBase* backing_store = js_object->elements(); in LookupInRegularHolder() local
730 number_ = accessor->GetEntryForIndex(js_object, backing_store, index_); in LookupInRegularHolder()
Dbuiltins.cc6015 Node* backing_store = in ValidateSharedTypedArray() local
6020 *out_backing_store = a->IntPtrAdd(backing_store, byte_offset); in ValidateSharedTypedArray()
6093 Node* backing_store; in Generate_AtomicsLoad() local
6094 ValidateSharedTypedArray(a, array, context, &instance_type, &backing_store); in Generate_AtomicsLoad()
6116 a->SmiTag(a->AtomicLoad(MachineType::Int8(), backing_store, index_word))); in Generate_AtomicsLoad()
6120 a->AtomicLoad(MachineType::Uint8(), backing_store, index_word))); in Generate_AtomicsLoad()
6123 a->Return(a->SmiTag(a->AtomicLoad(MachineType::Int16(), backing_store, in Generate_AtomicsLoad()
6127 a->Return(a->SmiTag(a->AtomicLoad(MachineType::Uint16(), backing_store, in Generate_AtomicsLoad()
6132 MachineType::Int32(), backing_store, a->WordShl(index_word, 2)))); in Generate_AtomicsLoad()
6136 MachineType::Uint32(), backing_store, a->WordShl(index_word, 2)))); in Generate_AtomicsLoad()
[all …]
Dcode-stubs-hydrogen.cc1166 HInstruction* backing_store = in UnmappedCase() local
1169 Add<HCheckMaps>(backing_store, isolate()->factory()->fixed_array_map()); in UnmappedCase()
1171 backing_store, nullptr, HObjectAccess::ForFixedArrayLength()); in UnmappedCase()
1178 result = Add<HLoadKeyed>(backing_store, key, nullptr, nullptr, in UnmappedCase()
1181 Add<HStoreKeyed>(backing_store, key, value, nullptr, FAST_HOLEY_ELEMENTS); in UnmappedCase()
/external/v8/src/runtime/
Druntime-typedarray.cc50 uint8_t* source_data = reinterpret_cast<uint8_t*>(source->backing_store()); in RUNTIME_FUNCTION()
51 uint8_t* target_data = reinterpret_cast<uint8_t*>(target->backing_store()); in RUNTIME_FUNCTION()
61 if (array_buffer->backing_store() == NULL) { in RUNTIME_FUNCTION()
68 void* backing_store = array_buffer->backing_store(); in RUNTIME_FUNCTION() local
73 isolate->array_buffer_allocator()->Free(backing_store, byte_length); in RUNTIME_FUNCTION()
160 static_cast<uint8_t*>(buffer->backing_store()) + byte_offset); in RUNTIME_FUNCTION()
255 static_cast<uint8_t*>(buffer->backing_store())); in RUNTIME_FUNCTION()
262 uint8_t* backing_store = in RUNTIME_FUNCTION() local
263 static_cast<uint8_t*>(typed_array->GetBuffer()->backing_store()); in RUNTIME_FUNCTION()
266 memcpy(buffer->backing_store(), backing_store + source_byte_offset, in RUNTIME_FUNCTION()
[all …]
Druntime-atomics.cc360 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
393 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
425 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
457 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
489 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
521 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
553 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + in RUNTIME_FUNCTION()
Druntime-maths.cc115 reinterpret_cast<double*>(typed_array->GetBuffer()->backing_store()); in RUNTIME_FUNCTION()
Druntime-simd.cc911 static_cast<uint8_t*>(tarray->GetBuffer()->backing_store()) + \
932 static_cast<uint8_t*>(tarray->GetBuffer()->backing_store()) + \
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc591 double backing_store[kLength]; in TEST_F() local
593 NewArrayBuffer(backing_store, sizeof(backing_store)); in TEST_F()
620 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
630 double backing_store[kLength]; in TEST_F() local
632 NewArrayBuffer(backing_store, sizeof(backing_store)); in TEST_F()
656 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
668 double backing_store[kLength]; in TEST_F() local
670 NewArrayBuffer(backing_store, sizeof(backing_store)); in TEST_F()
701 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
712 double backing_store[kLength]; in TEST_F() local
[all …]
/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/src/heap/
Darray-buffer-tracker-inl.h14 void* data = buffer->backing_store(); in RegisterNew()
36 void* data = buffer->backing_store(); in Unregister()
/external/v8/src/wasm/
Dwasm-module.cc165 byte** backing_store) { in NewArrayBuffer() argument
166 *backing_store = nullptr; in NewArrayBuffer()
176 *backing_store = reinterpret_cast<byte*>(memory); in NewArrayBuffer()
180 byte* bytes = reinterpret_cast<byte*>(*backing_store); in NewArrayBuffer()
209 instance->mem_start = reinterpret_cast<byte*>(memory->backing_store()); in SetMemory()
/external/libpng/contrib/gregbook/
Drpng-x.c547 attr.backing_store = Always; in rpng_x_create_window()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc5034 Register backing_store = x6; in Generate() local
5035 __ CmovX(backing_store, elements, eq); in Generate()
5086 __ Add(backing_store, elements, Operand(loop_count, LSL, kPointerSizeLog2)); in Generate()
5087 __ Add(backing_store, backing_store, kParameterMapHeaderSize); in Generate()
5097 __ Str(the_hole, MemOperand(backing_store, x10)); in Generate()
5105 __ Str(x10, FieldMemOperand(backing_store, FixedArray::kMapOffset)); in Generate()
5106 __ Str(arg_count_smi, FieldMemOperand(backing_store, in Generate()
5126 __ Add(x12, backing_store, Operand(x10, LSL, kPointerSizeLog2)); in Generate()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc267 Node* backing_store = t.LoadField( in TEST() local
270 t.LoadElement(buffer_access, backing_store, t.Int32Constant(index)); in TEST()
271 t.StoreElement(buffer_access, backing_store, t.Int32Constant(index + 1), in TEST()
280 uint8_t* data = reinterpret_cast<uint8_t*>(array->backing_store()); in TEST()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2108 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2111 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2184 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2186 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2117 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2120 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2209 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2217 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2132 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2135 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2227 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2229 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2081 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2084 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2154 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2156 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc1901 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
1904 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
1972 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
1974 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2059 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2062 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2136 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2138 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2113 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2116 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2211 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2219 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()

12