Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc497 bool IsPacked(Handle<JSObject> holder, Handle<FixedArrayBase> backing_store, in IsPacked()
504 Handle<FixedArrayBase> backing_store, uint32_t start, in IsPackedImpl()
519 Handle<FixedArrayBase> backing_store(array->elements()); in TryTransitionResultArrayToPacked() local
535 Handle<FixedArrayBase> backing_store, in HasElement()
542 Handle<FixedArrayBase> backing_store, in HasElementImpl()
548 Handle<Object> Get(Handle<FixedArrayBase> backing_store, in Get()
553 static Handle<Object> GetImpl(Handle<FixedArrayBase> backing_store, in GetImpl()
559 void Set(FixedArrayBase* backing_store, uint32_t entry, Object* value) final { in Set()
563 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry, in SetImpl()
569 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry, in SetImpl()
[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
Dlookup.cc655 FixedArrayBase* backing_store = js_object->elements(); in LookupInHolder() local
Dstring-builder.h128 explicit FixedArrayBuilder(Handle<FixedArray> backing_store) in FixedArrayBuilder()
Dcode-stubs-hydrogen.cc891 HInstruction* backing_store = in UnmappedCase() local
Dobjects.cc15757 Handle<FixedArrayBase> backing_store(FixedArrayBase::cast(elements())); in WouldConvertToSlowElements() local
18685 Handle<FixedArray> backing_store = isolate->factory()->NewFixedArray( in Allocate() local
19571 void* backing_store = in MaterializeArrayBuffer() local
/external/v8/src/runtime/
Druntime-typedarray.cc60 void* backing_store = array_buffer->backing_store(); in RUNTIME_FUNCTION() local
254 uint8_t* backing_store = in RUNTIME_FUNCTION() local
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc625 double backing_store[kLength]; in TEST_F() local
667 double backing_store[kLength]; in TEST_F() local
708 double backing_store[kLength]; in TEST_F() local
753 double backing_store[kLength]; in TEST_F() local
801 double backing_store[kLength]; in TEST_F() local
/external/v8/src/wasm/
Dwasm-module.cc198 byte** backing_store) { in NewArrayBuffer()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2145 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2225 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2141 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2220 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2153 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2229 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/libdrm/intel/
Dintel_bufmgr_fake.c223 void *backing_store; member
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2193 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2291 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2194 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2273 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2190 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2285 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2188 LOperand* backing_store = UseRegister(instr->elements()); in DoLoadKeyed() local
2289 LOperand* backing_store = UseRegister(instr->elements()); in DoStoreKeyed() local
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc260 Node* backing_store = t.LoadField( in TEST() local
/external/v8/test/cctest/
Dtest-heap-profiler.cc2669 const v8::HeapGraphNode* backing_store = in TEST() local
Dtest-api.cc15811 i::ScopedVector<ElementType> backing_store(kElementCount+2); in TypedArrayTestHelper() local
15898 i::ScopedVector<uint8_t> backing_store(kSize+2); in THREADED_TEST() local
16037 i::ScopedVector<uint8_t> backing_store(kSize + 2); in THREADED_TEST() local
/external/v8/src/crankshaft/
Dhydrogen.cc2581 HValue* backing_store = AddUncasted<HAdd>( in BuildUncheckedMonomorphicElementAccess() local
10151 HValue* backing_store = Add<HLoadNamedField>( in BuildAllocateExternalElements() local
10228 HValue* backing_store = AddUncasted<HAdd>( in BuildAllocateFixedTypedArray() local
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1867 Register backing_store = x6; in GenerateNewSloppyFast() local