Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 25 of 96) sorted by relevance

1234

/external/chromium_org/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc187 __ Store(SavedValueRegister(), cgen_->ToMemOperand(saved_destination_)); in RestoreValue() local
193 __ Store(SavedFPValueRegister(), cgen_->ToMemOperand(saved_destination_)); in RestoreValue() local
216 __ Store(source_register, cgen_->ToMemOperand(destination)); in EmitMove() local
263 __ Store(SavedValueRegister(), cgen_->ToMemOperand(destination)); in EmitMove() local
275 __ Store(src, cgen_->ToMemOperand(destination)); in EmitMove() local
Ddelayed-masm-arm64.cc135 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { in Store() function in v8::internal::DelayedMasm
/external/chromium_org/net/disk_cache/blockfile/
Dmapped_file.cc20 bool MappedFile::Store(const FileBlock* block) { in Store() function in disk_cache::MappedFile
32 bool MappedFile::Store(const FileBlock* block, in Store() function in disk_cache::MappedFile
Dstorage_block-inl.h133 template<typename T> bool StorageBlock<T>::Store() { in Store() function
162 template<typename T> bool StorageBlock<T>::Store(FileIOCallback* callback, in Store() function
/external/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/
Darm-32-bit-sandbox.rst244 Alternative Sandboxing
286 Addressing Modes
315 Conditional *Load* and *Store*
/external/chromium_org/v8/test/cctest/
Dtest-macro-assembler-x87.cc71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local
85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() local
99 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() local
113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
Dtest-macro-assembler-ia32.cc71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local
85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() local
99 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() local
113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
Dtest-macro-assembler-arm.cc157 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local
172 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::Integer8()); in TEST() local
187 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
202 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::Integer16()); in TEST() local
Dtest-atomicops.cc298 TEST(Store) { in TEST() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DStore.java5 public interface Store interface
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStoreRef.h26 typedef const void *Store; typedef
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h32 Store = (1<<2), enumerator
/external/chromium_org/content/browser/
Dsigned_certificate_timestamp_store_impl.cc27 int SignedCertificateTimestampStoreImpl::Store( in Store() function in content::SignedCertificateTimestampStoreImpl
Drenderer_data_memoizing_store.h42 int Store(T* item, int process_id) { in Store() function
/external/chromium_org/chrome/browser/chromeos/settings/
Ddevice_settings_cache.cc27 bool Store(const em::PolicyData& policy, PrefService* local_state) { in Store() function
/external/chromium_org/components/policy/core/common/cloud/
Dcloud_policy_store.cc24 void CloudPolicyStore::Store( in Store() function in policy::CloudPolicyStore
Dresource_cache.cc73 bool ResourceCache::Store(const std::string& key, in Store() function in policy::ResourceCache
/external/chromium_org/chrome/browser/chromeos/policy/
Duser_policy_disk_cache.cc39 void UserPolicyDiskCache::Store( in Store() function in policy::UserPolicyDiskCache
Dcloud_external_data_store.cc54 bool CloudExternalDataStore::Store(const std::string& policy, in Store() function in policy::CloudExternalDataStore
Ddevice_cloud_policy_store_chromeos.cc38 void DeviceCloudPolicyStoreChromeOS::Store( in Store() function in policy::DeviceCloudPolicyStoreChromeOS
Ddevice_local_account_policy_store.cc45 void DeviceLocalAccountPolicyStore::Store( in Store() function in policy::DeviceLocalAccountPolicyStore
/external/chromium_org/v8/src/
Dtyping.h43 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef
/external/llvm/lib/Analysis/
DDelinearization.cpp76 else if (StoreInst *Store = dyn_cast<StoreInst>(&Inst)) in getPointerOperand() local
/external/chromium_org/v8/src/compiler/
Dmachine-operator.cc221 const Operator* MachineOperatorBuilder::Store(StoreRepresentation rep) { in Store() function in v8::internal::compiler::MachineOperatorBuilder
/external/chromium_org/base/
Datomicops_unittest.cc233 TEST(AtomicOpsTest, Store) { in TEST() argument

1234