Searched refs:store (Results 76 - 94 of 94) sorted by relevance

1234

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java393 props.store(fos,
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java220 STOREPASSWD("Changes.the.store.password.of.a.keystore",
892 "Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value."));
1144 keyStore.store(null, null);
1148 keyStore.store(null, pass);
1151 keyStore.store(bout, pass);
1643 * Imports a JDK 1.1-style identity database. We can only store one
1800 KeyStore store;
1803 store = KeyStore.getInstance(srcstoretype);
1805 store = KeyStore.getInstance(srcstoretype, srcProviderName);
1822 "Warning.Different.store
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp479 // Verify a raw address for a store captured by Initialize node.
503 break; // G1 pre barier previous oop value store.
507 break; // G1 post barier card address store.
1331 // Skip arraycopy edge since store to destination object field
1451 Node* store = ini->find_captured_store(offset, type2aelembytes(ft, true), phase); local
1452 // Make sure initializing store has the same type as this AddP.
1455 if (store != NULL && store->is_Store() &&
1456 store->as_Store()->memory_type() == ft) {
1457 value = store
[all...]
H A DidealKit.cpp369 Node* IdealKit::store(Node* ctl, Node* adr, Node *val, BasicType bt, function in class:IdealKit
388 // Card mark store. Must be ordered so that it will come after the store of
H A Dloopnode.hpp1041 bool match_fill_loop(IdealLoopTree* lpt, Node*& store, Node*& store_value,
H A Dlibrary_call.cpp2447 // place effect of store into memory
2469 // store.
2481 __ store(__ ctrl(), adr, val, type, alias_type->index(), is_volatile);
2726 // Reference stores need a store barrier.
2787 // that it always issues store-store ("release") barrier and ensures
2788 // store-atomicity (which only matters for "long").
2832 // Ensure that the store is atomic for longs:
2834 Node* store; local
2835 if (type == T_OBJECT) // reference stores need a store barrie
[all...]
H A Dparse2.cpp1692 c = pop(); // Oop to store
1697 Node* store = store_oop_to_array(control(), a, d, adr_type, c, elemtype, T_OBJECT); local
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.cpp307 NOT_PRODUCT(Atomic::store(0, &_pending_recorder_count));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp535 StoreField* store(StoreField* st) { function in class:MemoryBuffer
552 tty->print_cr("Eliminated store for object %d:", index);
647 // pull out the field info and store it at the end up the list
1461 // See whether this is the first return; if so, store off some
1628 StoreField* store = new StoreField(obj, offset, field, val, false, state_before, needs_patching);
1629 if (!needs_patching) store = _memory->store(store);
1630 if (store != NULL) {
1631 append(store);
[all...]
H A Dc1_LIRGenerator.cpp1663 // requirement (1) but miss the volatile-store-volatile-load case. This final
1751 __ store(value.result(), address, info, patch_code);
2918 __ store(id, trace_id_addr);
3056 __ store(result, counter);
H A Dc1_LIR.cpp1239 void LIR_List::store(LIR_Opr src, LIR_Address* addr, CodeEmitInfo* info, LIR_PatchCode patch_code) { function in class:LIR_List
H A Dc1_LIR.hpp1137 LIR_Opr _method_handle_invoke_SP_save_opr; // Used in LIR_OpVisitState::visit to store the reference to FrameMap::method_handle_invoke_SP_save_opr.
2082 void store(LIR_Opr src, LIR_Address* addr, CodeEmitInfo* info = NULL, LIR_PatchCode patch_code = lir_patch_none);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp185 // This store will need a precise card mark, so go ahead and
187 // store and again for the card mark.
256 __ store(item, new LIR_Address(FrameMap::rsp_opr, in_bytes(offset_from_sp), type));
1292 __ store(value, address, info);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s679 # Support for jlong Atomic::load and Atomic::store.
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s658 # Support for jlong Atomic::load and Atomic::store.
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java381 * the MBean in the persistent store. The data loaded could include
409 * it out to the persistent store. The state stored could include
427 * <p>Do not store the MBean if 'persistPolicy' field is:</p>
439 * persistent store
441 public void store() method in class:RequiredModelMBean
1835 * guide storing the attribute in a persistent store.
1845 * Do not store the MBean if 'persistPolicy' field is:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1140 __ store(value, address, info);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2796 Atomic::store(0, &sigint_count);
4093 // resulting in multiple notifications. We do, however, want the store
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2547 Atomic::store(0, &sigint_count);
3939 // resulting in multiple notifications. We do, however, want the store

Completed in 177 milliseconds

1234