Searched defs:store (Results 26 - 37 of 37) sorted by relevance

12

/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/share/vm/opto/
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 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 Dgcm.cpp390 Node* store = load->in(MemNode::Memory); local
400 if (store != NULL) mem_inputs[mem_inputs_length++] = store;
433 // For each nearby store, either insert an "anti-dependence" edge
434 // from the load to the store, or else move LCA upward to force the
435 // load to (eventually) be scheduled in a block above the store.
441 // store between the load's "early block" and the updated LCA.
490 // to look for anti-deps between this load and any store.
502 Node_List worklist_mem(area); // prior memory state to store
523 // to occur before each such store
540 Node* store = worklist_store.pop(); local
722 Node* store = non_early_stores.pop(); local
[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
H A DloopTransform.cpp2393 // Examine an inner loop looking for a a single store of an invariant
2395 bool PhaseIdealLoop::match_fill_loop(IdealLoopTree* lpt, Node*& store, Node*& store_value, argument
2411 if (store != NULL) {
2422 msg = "variant store value";
2426 store = n;
2434 if (store == NULL) {
2435 // No store in loop
2448 if (msg == NULL && !store->in(MemNode::Address)->is_AddP()) {
2449 msg = "can't handle store address";
2450 msg_node = store
2632 Node* store = NULL; local
[all...]
H A DgraphKit.cpp598 Node *store = store_oop_to_object(control(), ex_node, adr, adr_typ, null(), val_type, T_OBJECT); local
1459 // Back-to-back stores can only remove intermediate store with DU info
1499 Node* store,
1511 g1_write_barrier_post(store, obj, adr, adr_idx, val, bt, use_precise);
1516 write_barrier_post(store, obj, adr, adr_idx, val, use_precise);
1556 Node* store = store_to_memory(control(), adr, val, bt, adr_idx); local
1557 post_barrier(control(), store, obj, adr, adr_idx, val, bt, use_precise); local
1558 return store;
1564 Node* adr, // actual adress to store val at
1706 // have a card mark store an
1498 post_barrier(Node* ctl, Node* store, Node* obj, Node* adr, uint adr_idx, Node* val, BasicType bt, bool use_precise) argument
[all...]
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...]
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java118 KeyStore store; // the keystore specified by -keystore field in class:JarSigner
121 String keystore; // key store file
971 if (store != null) {
973 alias = store.getCertificateAlias(c);
1599 store = KeyStore.getInstance(storetype);
1601 store = KeyStore.getInstance(storetype, providerName);
1618 store.load(null, storepass);
1631 store.load(is, storepass);
1638 Enumeration<String> aliases = store.aliases();
1642 X509Certificate c = (X509Certificate)store
[all...]
/openjdk7/hotspot/src/share/vm/c1/
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_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...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp291 // Compute the minimum of the string lengths, scale it and store it in limit
796 int LIR_Assembler::store(LIR_Opr from_reg, Register base, int offset, BasicType type, bool wide, bool unaligned) { function in class:LIR_Assembler
802 store_offset = store(from_reg, base, O7, type, wide);
866 int LIR_Assembler::store(LIR_Opr from_reg, Register base, Register disp, BasicType type, bool wide) { function in class:LIR_Assembler
1107 offset = store(tmp, base, addr->index()->as_pointer_register(), type, wide);
1110 offset = store(tmp, base, addr->disp(), type, wide, false);
1127 offset = store(tmp, base, addr->disp() + lo_word_offset_in_bytes, T_INT, wide, false);
1134 store(tmp, base, addr->disp() + hi_word_offset_in_bytes, T_INT, wide, false);
1149 offset = store(tmp, base, addr->index()->as_pointer_register(), type, wide);
1152 offset = store(tm
[all...]

Completed in 1241 milliseconds

12