Searched defs:map (Results 276 - 300 of 306) sorted by relevance

<<111213

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java848 * This class guarantees that the map will be in ascending key order,
3739 * <code>java.util.Map</code> object to custom map the value if
3745 * @param map a <code>java.util.Map</code> object showing the mapping
3754 java.util.Map<String,Class<?>> map)
3841 * <code>java.util.Map</code> object to custom map the value if
3846 * @param map a <code>java.util.Map</code> object showing the mapping
3855 java.util.Map<String,Class<?>> map)
3753 getObject(int columnIndex, java.util.Map<String,Class<?>> map) argument
3854 getObject(String columnName, java.util.Map<String,Class<?>> map) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp330 OopMap* map = new OopMap(frame_size_in_slots, 0); local
331 map->set_callee_saved(VMRegImpl::stack2reg(rax_off + num_rt_args), rax->as_VMReg());
332 map->set_callee_saved(VMRegImpl::stack2reg(rcx_off + num_rt_args), rcx->as_VMReg());
333 map->set_callee_saved(VMRegImpl::stack2reg(rdx_off + num_rt_args), rdx->as_VMReg());
334 map->set_callee_saved(VMRegImpl::stack2reg(rbx_off + num_rt_args), rbx->as_VMReg());
335 map->set_callee_saved(VMRegImpl::stack2reg(rsi_off + num_rt_args), rsi->as_VMReg());
336 map->set_callee_saved(VMRegImpl::stack2reg(rdi_off + num_rt_args), rdi->as_VMReg());
338 map->set_callee_saved(VMRegImpl::stack2reg(r8_off + num_rt_args), r8->as_VMReg());
339 map->set_callee_saved(VMRegImpl::stack2reg(r9_off + num_rt_args), r9->as_VMReg());
340 map
1088 OopMap* map = save_live_registers(sasm, 2); local
1106 OopMap* map = save_live_registers(sasm, 3); local
1228 OopMap* map = save_live_registers(sasm, 3); local
1253 OopMap* map = save_live_registers(sasm, 4); local
1431 OopMap* map = save_live_registers(sasm, 3, save_fpu_registers); local
1452 OopMap* map = save_live_registers(sasm, 2, save_fpu_registers); local
[all...]
H A DsharedRuntime_x86_32.cpp221 // Set an oopmap for the call site. This oopmap will map all
227 OopMap* map = new OopMap( frame_words, 0 ); local
231 map->set_callee_saved(STACK_OFFSET( rax_off), rax->as_VMReg());
232 map->set_callee_saved(STACK_OFFSET( rcx_off), rcx->as_VMReg());
233 map->set_callee_saved(STACK_OFFSET( rdx_off), rdx->as_VMReg());
234 map->set_callee_saved(STACK_OFFSET( rbx_off), rbx->as_VMReg());
236 map->set_callee_saved(STACK_OFFSET( rsi_off), rsi->as_VMReg());
237 map->set_callee_saved(STACK_OFFSET( rdi_off), rdi->as_VMReg());
238 map->set_callee_saved(STACK_OFFSET(st0_off), as_FloatRegister(0)->as_VMReg());
239 map
1048 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1209 save_or_restore_arguments(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap* map, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1324 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
1330 oop_maps->add_gc_map( __ offset(), map); local
1348 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
1891 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
2808 OopMap* map = NULL; local
3200 OopMap* map = new OopMap( framesize, 0 ); local
3347 OopMap* map; local
3449 OopMap* map = NULL; local
[all...]
H A DsharedRuntime_x86_64.cpp196 // Set an oopmap for the call site. This oopmap will map all
202 OopMap* map = new OopMap(frame_size_in_slots, 0); local
206 map->set_callee_saved(STACK_OFFSET( rax_off ), rax->as_VMReg());
207 map->set_callee_saved(STACK_OFFSET( rcx_off ), rcx->as_VMReg());
208 map->set_callee_saved(STACK_OFFSET( rdx_off ), rdx->as_VMReg());
209 map->set_callee_saved(STACK_OFFSET( rbx_off ), rbx->as_VMReg());
212 map->set_callee_saved(STACK_OFFSET( rsi_off ), rsi->as_VMReg());
213 map->set_callee_saved(STACK_OFFSET( rdi_off ), rdi->as_VMReg());
214 map->set_callee_saved(STACK_OFFSET( r8_off ), r8->as_VMReg());
215 map
1057 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1270 save_or_restore_arguments(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap* map, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1374 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
1379 oop_maps->add_gc_map( __ offset(), map); local
1400 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
2067 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
3292 OopMap* map = NULL; local
3642 OopMap* map = new OopMap(SimpleRuntimeFrame::framesize, 0); local
3794 OopMap* map; local
3888 OopMap* map = NULL; local
[all...]
H A DstubGenerator_x86_32.cpp2779 // If we need to preserve callee-saved values we need a callee-saved oop map and
2832 // Generate oop map
2833 OopMap* map = new OopMap(framesize, 0); local
2834 oop_maps->add_gc_map(__ pc() - start, map);
H A DstubGenerator_x86_64.cpp3625 // map and therefore have to make these stubs into RuntimeStubs
3691 // Generate oop map
3692 OopMap* map = new OopMap(framesize, 0); local
3694 oop_maps->add_gc_map(the_pc - start, map);
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp186 RegisterMap map(thread, true);
188 // Now get the deoptee with a valid map
189 frame deoptee = stub_frame.sender(&map);
202 vframe* vf = vframe::new_vframe(&deoptee, &map, thread);
231 oop result = deoptee.saved_oop_result(&map);
247 reassign_fields(&deoptee, &map, objects);
258 deoptee.set_saved_oop_result(&map, return_value());
296 vframeArray* array = create_vframeArray(thread, deoptee, &map, chunk);
621 // Get the oop map for this bci
654 // The interpreter oop map generato
1058 revoke_biases_of_monitors(JavaThread* thread, frame fr, RegisterMap* map) argument
1137 deoptimize(JavaThread* thread, frame fr, RegisterMap *map) argument
[all...]
H A Dframe.cpp73 RegisterMap::RegisterMap(const RegisterMap* map) { argument
74 assert(map != this, "bad initialization parameter");
75 assert(map != NULL, "RegisterMap must be present");
76 _thread = map->thread();
77 _update_map = map->update_map();
78 _include_argument_oops = map->include_argument_oops();
79 debug_only(_update_for_id = map->_update_for_id;)
80 pd_initialize_from(map);
83 LocationValidType bits = !update_map() ? 0 : map->_location_valid[i];
85 // for whichever bits are set, pull in the corresponding map
882 oops_interpreted_do(OopClosure* f, const RegisterMap* map, bool query_oop_map_cache) argument
1107 oops_entry_do(OopClosure* f, const RegisterMap* map) argument
1121 oops_do_internal(OopClosure* f, CodeBlobClosure* cf, RegisterMap* map, bool use_interpreter_oop_map_cache) argument
1199 zap_dead_locals(JavaThread* thread, const RegisterMap* map) argument
1225 zap_dead_interpreted_locals(JavaThread *thread, const RegisterMap* map) argument
1269 verify(const RegisterMap* map) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DEncoder.java179 * The map of URIs to algorithms.
457 * @param map the custom CharArrayIntMap, which memory limits will be checked.
458 * @return whether character content map has enough memory
460 public boolean canAddCharacterContentToTable(int length, CharArrayIntMap map) { argument
461 return map.getTotalCharacterCount() + length <
536 * @return whether attribute map has enough memory
1171 * @param map the vocabulary table of strings to indexes.
1177 protected final void encodeNonIdentifyingStringOnFirstBit(String s, StringIntMap map, argument
1190 map.obtainIndex(s) :
1191 map
1222 encodeNonIdentifyingStringOnFirstBit(String s, CharArrayIntMap map, boolean addToTable) argument
1273 encodeNonIdentifyingStringOnFirstBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone) argument
1542 encodeNonIdentifyingStringOnThirdBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone) argument
1788 encodeIdentifyingNonEmptyStringOnFirstBit(String s, StringIntMap map) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c219 ByteOffset * map; member in struct:MethodImage
988 mi->map = (ByteOffset*)allocate_clean(ci,
991 mi->map[i] = i;
1008 if ( mi->map != NULL ) {
1009 deallocate(ci, (void*)mi->map);
1010 mi->map = NULL;
1047 * NOTE: That this map is not the new bytecode location of the opcode
1059 mi->map[i] += offset;
1144 /* Adjust map after processing this opcode */
1207 return mi->map[po
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java556 public static void addActionsToMap(ActionMap map, Action[] actions) { argument
557 if (map != null && actions != null) {
563 map.put(cmd, a);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java1702 * This map is used to look up the index of an existing entry for
1705 private Map<Object,Short> map = new HashMap<Object,Short>(16); field in class:ProxyGenerator.ConstantPool
1857 Short index = map.get(key);
1866 map.put(key, new Short(i));
1876 Short index = map.get(e);
1884 map.put(e, new Short(i));
1905 * Map "map", so no useful hashCode or equals methods are defined.
1948 * the Map "map", so the hashCode and equals methods are overridden
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java2927 private MessageHeader mapToMessageHeader(Map<String, List<String>> map) { argument
2929 if (map == null || map.isEmpty()) {
2932 for (Map.Entry<String, List<String>> entry : map.entrySet()) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java197 static void loadActionMap(LazyActionMap map) { argument
198 map.put(new Actions(Actions.NEXT));
199 map.put(new Actions(Actions.PREVIOUS));
200 map.put(new Actions(Actions.RIGHT));
201 map.put(new Actions(Actions.LEFT));
202 map.put(new Actions(Actions.UP));
203 map.put(new Actions(Actions.DOWN));
204 map.put(new Actions(Actions.PAGE_UP));
205 map.put(new Actions(Actions.PAGE_DOWN));
206 map
[all...]
H A DBasicTreeUI.java218 static void loadActionMap(LazyActionMap map) { argument
219 map.put(new Actions(Actions.SELECT_PREVIOUS));
220 map.put(new Actions(Actions.SELECT_PREVIOUS_CHANGE_LEAD));
221 map.put(new Actions(Actions.SELECT_PREVIOUS_EXTEND_SELECTION));
223 map.put(new Actions(Actions.SELECT_NEXT));
224 map.put(new Actions(Actions.SELECT_NEXT_CHANGE_LEAD));
225 map.put(new Actions(Actions.SELECT_NEXT_EXTEND_SELECTION));
227 map.put(new Actions(Actions.SELECT_CHILD));
228 map.put(new Actions(Actions.SELECT_CHILD_CHANGE_LEAD));
230 map
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java648 * @param map the keymap
654 public void setKeymap(Keymap map) { argument
656 keymap = map;
658 updateInputMap(old, map);
1070 Keymap map = new DefaultKeymap(nm, parent);
1073 getKeymapTable().put(nm, map);
1075 return map;
1184 * @param map the keymap
1188 public static void loadKeymap(Keymap map, KeyBinding[] bindings, Action[] actions) { argument
1197 map
[all...]
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java5453 CharPropertyFactory m = map.get(name);
5463 map.put(name, new CharPropertyFactory() {
5469 map.put(name, new CharPropertyFactory() {
5475 map.put(name, new CharPropertyFactory() {
5493 map.put(name, new CharPropertyFactory() {
5497 private static final HashMap<String, CharPropertyFactory> map field in class:Pattern.CharPropertyNames
5572 map.put("all", new CharPropertyFactory() {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java625 Map<String, Class<?>> map = getTypeMap();
658 * check if the user has set a map. If no map
661 * getObject with a map in fairly sensible way
663 if (map == null) {
666 obj = data.getObject(i, map);
674 obj = new SerialStruct((Struct)obj, map);
676 obj = new SerialStruct((SQLData)obj, map);
682 if(map != null)
683 obj = new SerialArray((java.sql.Array)obj, map);
5689 getObject(int columnIndex, java.util.Map<String,Class<?>> map) argument
5913 getObject(String columnName, java.util.Map<String,Class<?>> map) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp124 // OopMap* map = new OopMap(*total_frame_words, 0);
125 OopMap* map = new OopMap(frame_size_in_slots, 0); local
152 map->set_callee_saved(VMRegImpl::stack2reg((o0_offset + 4)>>2), O0->as_VMReg());
156 map->set_callee_saved(VMRegImpl::stack2reg((o1_offset + 4)>>2), O1->as_VMReg());
159 map->set_callee_saved(VMRegImpl::stack2reg((o2_offset + 4)>>2), O2->as_VMReg());
162 map->set_callee_saved(VMRegImpl::stack2reg((o3_offset + 4)>>2), O3->as_VMReg());
165 map->set_callee_saved(VMRegImpl::stack2reg((o4_offset + 4)>>2), O4->as_VMReg());
168 map->set_callee_saved(VMRegImpl::stack2reg((o5_offset + 4)>>2), O5->as_VMReg());
179 map->set_callee_saved(VMRegImpl::stack2reg((g1_offset + debug_offset)>>2), G1->as_VMReg());
182 map
1337 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
1641 save_or_restore_arguments(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap* map, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1730 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
1741 oop_maps->add_gc_map( __ offset(), map); local
1754 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
2250 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/); local
3478 OopMap* map = NULL; local
3760 OopMap* map = NULL; local
3854 OopMap* map = NULL; local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp345 // methods used for oop map computation
355 void set_oop(OopMap* map, VMReg name) { argument
356 if (map->legal_vm_reg_name(name)) {
357 map->set_oop(name);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java195 static void loadActionMap(final LazyActionMap map) { argument
196 map.put(new Actions(Actions.NEXT));
197 map.put(new Actions(Actions.PREVIOUS));
198 map.put(new Actions(Actions.RIGHT));
199 map.put(new Actions(Actions.LEFT));
200 map.put(new Actions(Actions.UP));
201 map.put(new Actions(Actions.DOWN));
202 map.put(new Actions(Actions.PAGE_UP));
203 map.put(new Actions(Actions.PAGE_DOWN));
204 map
3802 setParent(final ActionMap map) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp719 const jvmtiAddrLocationMap* map() { return _map; } function in class:JvmtiCompiledMethodLoadEventMark
1762 jem.map(), jem.compile_info());
1772 const jvmtiAddrLocationMap* map)
1790 map, NULL);
1770 post_compiled_method_load(JvmtiEnv* env, const jmethodID method, const jint length, const void *code_begin, const jint map_length, const jvmtiAddrLocationMap* map) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java2184 * @param inputMap the map containing the new bindings
2353 * <code>map</code>. A <code>null</code> value implies you
2363 * and <code>map</code> is not a <code>ComponentInputMap</code>, an
2369 * @param map the <code>InputMap</code> to use for the given condition
2371 * <code>WHEN_IN_FOCUSED_WINDOW</code> and <code>map</code>
2377 public final void setInputMap(int condition, InputMap map) { argument
2380 if (map != null && !(map instanceof ComponentInputMap)) {
2383 windowInputMap = (ComponentInputMap)map;
2388 ancestorInputMap = map;
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java649 private static Map<String, UnicodeBlock> map = new HashMap<>(256); field in class:Character.UnicodeBlock
657 map.put(idName, this);
666 map.put(alias, this);
676 map.put(alias, this);
3054 UnicodeBlock block = map.get(blockName.toUpperCase(Locale.US));
6100 * <p>In general, {@link String#toLowerCase()} should be used to map
6132 * <p>In general, {@link String#toLowerCase()} should be used to map
6160 * <p>In general, {@link String#toUpperCase()} should be used to map
6192 * <p>In general, {@link String#toUpperCase()} should be used to map
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1119 fprintf(fp, " // Build map to register info\n");
3244 void map(OpClassForm &opc) { function in class:OutputReduceOp
3249 void map(OperandForm &oper) { function in class:OutputReduceOp
3257 void map(InstructForm &inst) { function in class:OutputReduceOp
3262 void map(char *reduce) { function in class:OutputReduceOp
3279 void map(OpClassForm &opc) { fprintf(_cpp, " 0"); } function in class:OutputLeftOp
3280 void map(OperandForm &oper) { function in class:OutputLeftOp
3285 void map(char *name) { function in class:OutputLeftOp
3290 void map(InstructForm &inst) { function in class:OutputLeftOp
3309 void map(OpClassFor function in class:OutputRightOp
3310 void map(OperandForm &oper) { function in class:OutputRightOp
3315 void map(char *name) { function in class:OutputRightOp
3320 void map(InstructForm &inst) { function in class:OutputRightOp
3339 void map(OpClassForm &opc) { fprintf(_cpp, " \\"%s\\"", _AD.machOperEnum(opc._ident) ); } function in class:OutputRuleName
3340 void map(OperandForm &oper) { fprintf(_cpp, " \\"%s\\"", _AD.machOperEnum(oper._ident) ); } function in class:OutputRuleName
3341 void map(char *name) { fprintf(_cpp, " \\"%s\\"", name ? name : "0"); } function in class:OutputRuleName
3342 void map(InstructForm &inst){ fprintf(_cpp, " \\"%s\\"", inst._ident ? inst._ident : "0"); } function in class:OutputRuleName
3357 void map(OperandForm &oper) { // Generate the entry for this opcode function in class:OutputSwallowed
3361 void map(OpClassForm &opc) { fprintf(_cpp, " false"); } function in class:OutputSwallowed
3362 void map(char *name) { fprintf(_cpp, " false"); } function in class:OutputSwallowed
3363 void map(InstructForm &inst){ fprintf(_cpp, " false"); } function in class:OutputSwallowed
3378 void map(OpClassForm &opc) { fprintf(_cpp, " false"); } function in class:OutputInstChainRule
3379 void map(OperandForm &oper) { fprintf(_cpp, " false"); } function in class:OutputInstChainRule
3380 void map(char *name) { fprintf(_cpp, " false"); } function in class:OutputInstChainRule
3381 void map(InstructForm &inst) { // Check for simple chain rule function in class:OutputInstChainRule
3391 build_map(OutputMap &map) argument
[all...]

Completed in 267 milliseconds

<<111213