Searched defs:Store (Results 1 - 25 of 39) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStore.java5 public interface Store interface
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage.cc26 bool SignedSettingsTempStorage::Store(const std::string& name, function in class:chromeos::SignedSettingsTempStorage
/external/chromium/chrome/browser/ui/gtk/
H A Dfocus_store_gtk.cc20 void FocusStoreGtk::Store(GtkWidget* widget) { function in class:FocusStoreGtk
/external/chromium/net/disk_cache/
H A Dmapped_file_posix.cc40 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_win.cc50 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dstorage_block-inl.h27 Store();
124 template<typename T> bool StorageBlock<T>::Store() { function in class:disk_cache::StorageBlock
126 if (file_->Store(this)) {
H A Dstats.cc232 void Stats::Store() { function in class:disk_cache::Stats
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h22 /// Store - This opaque type encapsulates an immutable mapping from
26 typedef const void *Store; typedef in namespace:clang::ento
31 Store store;
34 StoreRef(Store, StoreManager &);
46 Store getStore() const { return store; }
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h32 Store = (1<<2), enumerator in enum:llvm::SPII::__anon8977
H A DSparcISelLowering.cpp302 // Store remaining ArgRegs to the stack if this is a varargs function.
469 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, local
473 SDValue Hi = DAG.getLoad(MVT::i32, dl, Store, StackPtr,
479 SDValue Lo = DAG.getLoad(MVT::i32, dl, Store, StackPtr,
489 //Store the low part in stack.
500 // Store the high part.
507 // Store the low part.
1037 // Store the incremented VAList to the legalized pointer
/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc38 void Store(const std::string& token, const std::string& device_id);
70 void UserPolicyIdentityStrategy::TokenCache::Store( function in class:policy::UserPolicyIdentityStrategy::TokenCache
198 cache_->Store(device_token_, device_id_);
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp1 //== Store.cpp - Interface for maps from Locations to Values ----*- C++ -*--==//
10 // This file defined the types Store and StoreManager.
14 #include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
27 StoreRef StoreManager::enterStackFrame(Store OldStore,
30 StoreRef Store = StoreRef(OldStore, *this); local
38 Store = Bind(Store.getStore(), I->first, I->second);
41 return Store;
61 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) {
367 Store stor
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp126 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, InOp, StackPtr, PtrInfo, local
130 Lo = DAG.getLoad(NOutVT, dl, Store, StackPtr, PtrInfo,
139 Hi = DAG.getLoad(NOutVT, dl, Store, StackPtr,
H A DLegalizeDAG.cpp336 SDValue Store = DAG.getTruncStore(Chain, dl, local
346 SDValue Load = DAG.getLoad(RegVT, dl, Store, StackPtr,
349 // Store it to the final location. Remember the store.
368 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Store, StackPtr,
399 // Store the two parts
589 // Store the vector.
601 // Store the scalar value.
772 "Store size not an integral number of bytes!");
780 // Store the bottom RoundWidth bits.
785 // Store th
[all...]
H A DLegalizeTypes.cpp889 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op, StackPtr, local
892 return DAG.getLoad(DestVT, dl, Store, StackPtr, MachinePointerInfo(),
H A DLegalizeVectorOps.cpp417 // Store Stride in bytes
427 SDValue Store = DAG.getTruncStore(Chain, dl, Ex, BasePTR, local
434 Stores.push_back(Store);
H A DLegalizeVectorTypes.cpp744 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, local
747 // Store the new element. This may be larger than the vector element type,
753 Store = DAG.getTruncStore(Store, dl, Elt, EltPtr, MachinePointerInfo(), EltVT,
757 Lo = DAG.getLoad(Lo.getValueType(), dl, Store, StackPtr, MachinePointerInfo(),
766 Hi = DAG.getLoad(Hi.getValueType(), dl, Store, StackPtr, MachinePointerInfo(),
1142 // Store the vector to the stack.
1146 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr,
1151 return DAG.getExtLoad(ISD::EXTLOAD, dl, N->getValueType(0), Store, StackPtr,
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp515 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl, local
519 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
H A DX86InstrInfo.cpp4233 SDNode *Store = DAG.getMachineNode(getStoreRegOpcode(0, DstRC, local
4237 NewNodes.push_back(Store);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp770 // Store the incremented VAList to the legalized pointer
1184 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
1186 MemOps.push_back(Store);
/external/v8/src/
H A Dic.cc1296 MaybeObject* StoreIC::Store(State state, function in class:v8::internal::StoreIC
1758 MaybeObject* KeyedStoreIC::Store(State state, function in class:v8::internal::KeyedStoreIC
2002 return ic.Store(state,
2078 return ic.Store(state,
2111 return ic.Store(state,
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp781 // Store the frame pointer to the setjmp buffer.
787 // Store the stack pointer to the setjmp buffer.
989 llvm::StoreInst *Store = local
991 Store->setAlignment(StoreSize.getQuantity());
992 Store->setAtomic(llvm::Release);
1134 StoreInst *Store = Builder.CreateStore(NewVal, Ptr, Volatile); local
1135 Store->setAlignment(1);
1139 Store->setOrdering(llvm::Monotonic);
1142 Store->setOrdering(llvm::Release);
1145 Store
1167 StoreInst *Store = Builder.CreateStore(NewVal, Ptr, Volatile); local
[all...]
H A DCGCall.cpp694 llvm::StoreInst *Store = local
697 Store->setAlignment(1);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml171 | Store Constructor in type:Opcode/t
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1237 SDValue Store = DAG.getStore(Chain, dl, ArgVal, FIN, MachinePointerInfo(), local
1239 Chain = Store.getOperand(0);
1240 MemOps.push_back(Store);

Completed in 4800 milliseconds

12