Home
last modified time | relevance | path

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

12

/external/v8/src/
Delements.cc523 FixedArrayBase* backing_store,
583 Handle<FixedArrayBase> backing_store, uint32_t start, in IsPackedImpl() argument
586 Isolate* isolate = backing_store->GetIsolate(); in IsPackedImpl()
588 if (!Subclass::HasElementImpl(isolate, holder, i, backing_store, in IsPackedImpl()
599 Handle<FixedArrayBase> backing_store(array->elements()); in TryTransitionResultArrayToPacked() local
600 if (!Subclass::IsPackedImpl(array, backing_store, 0, length)) { in TryTransitionResultArrayToPacked()
608 JSObject::PrintElementsTransition(stdout, array, kind(), backing_store, in TryTransitionResultArrayToPacked()
609 packed_kind, backing_store); in TryTransitionResultArrayToPacked()
614 Handle<FixedArrayBase> backing_store, in HasElement() argument
617 backing_store, filter); in HasElement()
[all …]
Dfutex-emulation.cc81 void* backing_store = array_buffer->backing_store(); in Wait() local
83 reinterpret_cast<int32_t*>(static_cast<int8_t*>(backing_store) + addr); in Wait()
93 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()
222 void* backing_store = array_buffer->backing_store(); in NumWaitersForTesting() local
229 if (backing_store == node->backing_store_ && addr == node->wait_addr_ && in NumWaitersForTesting()
Delements.h47 Handle<FixedArrayBase> backing_store,
80 Handle<FixedArrayBase> backing_store,
95 Handle<JSObject> object, Handle<FixedArrayBase> backing_store,
150 FixedArrayBase* backing_store) = 0;
184 FixedArrayBase* backing_store,
189 Handle<FixedArrayBase> backing_store, uint32_t entry,
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.cc870 FixedArrayBase* backing_store = js_object->elements(); in LookupInRegularHolder() local
872 accessor->GetEntryForIndex(isolate_, js_object, backing_store, index_); in LookupInRegularHolder()
/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer.cc86 Node* backing_store = in ValidateSharedTypedArray() local
92 a->IntPtrAdd(a->BitcastTaggedToWord(backing_store), byte_offset); in ValidateSharedTypedArray()
167 Node* backing_store; in Generate_AtomicsLoad() local
168 ValidateSharedTypedArray(&a, array, context, &instance_type, &backing_store); in Generate_AtomicsLoad()
190 a.AtomicLoad(MachineType::Int8(), backing_store, index_word))); in Generate_AtomicsLoad()
194 a.AtomicLoad(MachineType::Uint8(), backing_store, index_word))); in Generate_AtomicsLoad()
197 a.Return(a.SmiFromWord32(a.AtomicLoad(MachineType::Int16(), backing_store, in Generate_AtomicsLoad()
201 a.Return(a.SmiFromWord32(a.AtomicLoad(MachineType::Uint16(), backing_store, in Generate_AtomicsLoad()
206 MachineType::Int32(), backing_store, a.WordShl(index_word, 2)))); in Generate_AtomicsLoad()
210 MachineType::Uint32(), backing_store, a.WordShl(index_word, 2)))); in Generate_AtomicsLoad()
[all …]
Dbuiltins-dataview.cc193 static_cast<uint8_t*>(buffer->backing_store()) + buffer_offset; in GetViewValue()
281 static_cast<uint8_t*>(buffer->backing_store()) + buffer_offset; in SetViewValue()
/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()
159 static_cast<uint8_t*>(buffer->backing_store()) + byte_offset); in RUNTIME_FUNCTION()
254 static_cast<uint8_t*>(buffer->backing_store())); in RUNTIME_FUNCTION()
261 uint8_t* backing_store = in RUNTIME_FUNCTION() local
262 static_cast<uint8_t*>(typed_array->GetBuffer()->backing_store()); in RUNTIME_FUNCTION()
264 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-test.cc852 Address mem_start = static_cast<Address>(buffer->backing_store()); in RUNTIME_FUNCTION()
867 reinterpret_cast<uint8_t*>(wire_bytes->backing_store()), in RUNTIME_FUNCTION()
/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()
Darray-buffer-tracker.cc24 heap_->isolate()->array_buffer_allocator()->Free(buffer->backing_store(), in Free()
65 it->first->backing_store(), len); in Process()
/external/v8/src/wasm/
Dwasm-module.cc48 return static_cast<byte*>(buffer.ToHandleChecked()->backing_store()) + offset; in raw_buffer_ptr()
57 void* memory = buffer->backing_store(); in MemoryFinalizer()
565 static_cast<Address>(JSArrayBuffer::cast(mem_start)->backing_store()); in ResetCompiledModule()
572 static_cast<Address>(owner->globals_buffer()->backing_store()); in ResetCompiledModule()
742 Handle<JSArrayBuffer> SetupArrayBuffer(Isolate* isolate, void* backing_store, in SetupArrayBuffer() argument
746 JSArrayBuffer::Setup(buffer, isolate, is_external, backing_store, in SetupArrayBuffer()
1074 owner.ToHandleChecked()->globals_buffer()->backing_store()); in Build()
1077 static_cast<Address>(global_buffer->backing_store()); in Build()
1163 Address mem_start = static_cast<Address>(memory_->backing_store()); in Build()
1172 compiled_module_->memory()->backing_store()) in Build()
[all …]
Dwasm-debug.cc46 reinterpret_cast<byte*>(mem_buffer->backing_store()); in InterpreterHandle()
/external/v8/src/ic/
Daccessor-assembler.cc1021 Node* backing_store = in EmitElementLoad() local
1045 Node* element = Load(MachineType::Uint8(), backing_store, intptr_index); in EmitElementLoad()
1051 Node* element = Load(MachineType::Int8(), backing_store, intptr_index); in EmitElementLoad()
1058 Node* element = Load(MachineType::Uint16(), backing_store, index); in EmitElementLoad()
1065 Node* element = Load(MachineType::Int16(), backing_store, index); in EmitElementLoad()
1072 Node* element = Load(MachineType::Uint32(), backing_store, index); in EmitElementLoad()
1079 Node* element = Load(MachineType::Int32(), backing_store, index); in EmitElementLoad()
1086 Node* element = Load(MachineType::Float32(), backing_store, index); in EmitElementLoad()
1094 Node* element = Load(MachineType::Float64(), backing_store, index); in EmitElementLoad()
Dkeyed-store-generic.cc695 Label inobject(this), backing_store(this); in OverwriteExistingFastProperty() local
697 &backing_store); in OverwriteExistingFastProperty()
728 Bind(&backing_store); in OverwriteExistingFastProperty()
/external/libpng/contrib/gregbook/
Drpng-x.c547 attr.backing_store = Always; in rpng_x_create_window()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1991 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
1994 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2053 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2055 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1995 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
1998 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2058 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2060 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2044 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2047 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2106 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2108 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc1828 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
1831 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
1887 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
1889 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2017 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2020 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2077 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2079 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2057 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2060 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2137 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2145 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2071 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2074 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
2153 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
2155 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()

12