Home
last modified time | relevance | path

Searched defs:backing_store (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/
Delements.cc525 Handle<FixedArrayBase> backing_store, uint32_t start, in IsPackedImpl()
539 Handle<FixedArrayBase> backing_store(array->elements()); in TryTransitionResultArrayToPacked() local
554 Handle<FixedArrayBase> backing_store, in HasElement()
560 Handle<FixedArrayBase> backing_store, in HasElementImpl()
571 FixedArrayBase* backing_store) { in HasAccessorsImpl()
583 static Handle<Object> GetImpl(FixedArrayBase* backing_store, uint32_t entry) { in GetImpl()
688 Handle<FixedArrayBase> backing_store) { in SetLengthImpl()
927 Handle<FixedArrayBase> backing_store, in CollectElementIndices()
934 Handle<FixedArrayBase> backing_store, in CollectElementIndicesImpl()
950 Handle<FixedArrayBase> backing_store, GetKeysConversion convert, in DirectCollectElementIndicesImpl()
[all …]
Dfutex-emulation.cc80 void* backing_store = array_buffer->backing_store(); in Wait() local
197 void* backing_store = array_buffer->backing_store(); in Wake() local
223 void* backing_store = array_buffer->backing_store(); in WakeOrRequeue() local
258 void* backing_store = array_buffer->backing_store(); in NumWaitersForTesting() local
Dstring-builder.h128 explicit FixedArrayBuilder(Handle<FixedArray> backing_store) in FixedArrayBuilder()
Dlookup.cc729 FixedArrayBase* backing_store = js_object->elements(); in LookupInRegularHolder() local
Dcode-stubs-hydrogen.cc1166 HInstruction* backing_store = in UnmappedCase() local
Dbuiltins.cc6015 Node* backing_store = in ValidateSharedTypedArray() local
6093 Node* backing_store; in Generate_AtomicsLoad() local
6151 Node* backing_store; in Generate_AtomicsStore() local
Dobjects.cc15073 Handle<FixedArrayBase> backing_store(FixedArrayBase::cast(elements())); in WouldConvertToSlowElements() local
17848 Handle<FixedArray> backing_store = isolate->factory()->NewFixedArray( in Allocate() local
18757 void* backing_store = in MaterializeArrayBuffer() local
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc591 double backing_store[kLength]; in TEST_F() local
630 double backing_store[kLength]; in TEST_F() local
668 double backing_store[kLength]; in TEST_F() local
712 double backing_store[kLength]; in TEST_F() local
763 double backing_store[kLength]; in TEST_F() local
/external/v8/src/runtime/
Druntime-typedarray.cc68 void* backing_store = array_buffer->backing_store(); in RUNTIME_FUNCTION() local
262 uint8_t* backing_store = in RUNTIME_FUNCTION() local
/external/v8/src/wasm/
Dwasm-module.cc165 byte** backing_store) { in NewArrayBuffer()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2059 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2136 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2055 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2131 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/libdrm/intel/
Dintel_bufmgr_fake.c223 void *backing_store; member
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2108 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2184 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2117 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2209 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2132 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2227 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2081 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2154 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc1901 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
1972 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2113 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2211 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc267 Node* backing_store = t.LoadField( in TEST() local
/external/v8/test/cctest/
Dtest-heap-profiler.cc2667 const v8::HeapGraphNode* backing_store = in TEST() local
Dtest-api.cc16430 i::ScopedVector<ElementType> backing_store(kElementCount+2); in TypedArrayTestHelper() local
16517 i::ScopedVector<uint8_t> backing_store(kSize+2); in THREADED_TEST() local
16656 i::ScopedVector<uint8_t> backing_store(kSize + 2); in THREADED_TEST() local
/external/v8/src/crankshaft/
Dhydrogen.cc2814 HValue* backing_store = AddUncasted<HAdd>(external_pointer, base_pointer, in BuildUncheckedMonomorphicElementAccess() local
10406 HValue* backing_store = Add<HLoadNamedField>( in BuildAllocateExternalElements() local
10483 HValue* backing_store = AddUncasted<HAdd>( in BuildAllocateFixedTypedArray() local
/external/v8/src/arm64/
Dcode-stubs-arm64.cc5034 Register backing_store = x6; in Generate() local