Searched defs:from (Results 176 - 197 of 197) sorted by relevance

12345678

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp119 // from the linAB's. Also a cms perm gen which can be compacted
132 // Allocations from the linear allocation block should
247 // to map directly from the object size to the array element.
1009 // must read from what 'p' points to in each loop.
1051 // must read from what 'p' points to in each loop.
1129 // If we're sweeping, we use object liveness information from the main bit map
1256 // else get it from the big dictionary; if even this doesn't
1273 // exact size from small object indexed list if small
1275 // take from lists of greater sized chunks
1279 // Try allocating exact size from indexTabl
2321 split(size_t from, size_t to1) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp107 // Compute loop trip count from profile data as
338 // around the loopback from the prior iteration (follow the old-loop
474 // 'pre' loop from the main and the 'pre' can no longer have it's
508 // around the loopback from the prior iteration (follow the old-loop
651 // from the expected trip count because the pre-loop normally
975 // Step A3: Make the fall-in values to the post-loop come from the
1050 // Step B3: Make the fall-in values to the main-loop come from the
1253 // variable from previous loop to avoid using pre-incremented
1257 // zero trip guard limit will be different from loop limit.
1412 // Make the fall-in from th
2664 Node* from = new (C) AddPNode(base, index, offset); local
[all...]
H A Doutput.cpp271 // We need to copy the OopMap from the site we're zapping at.
578 // Create a bit of debug info and append it to the array. The mapping is from
855 // Allocate the object pool for scalar-replaced objects -- the map from
860 // Visit scopes from oldest to youngest.
1036 // Visit scopes from oldest to youngest.
1246 // than by falling-thru from the previous block), then force the
1313 // Make sure safepoint node for polling is distinct from a call's
1691 // Get the offset of the return from the call
1727 // several CatchProj inputs, from the same Catch.
1730 // Set the offset of the return from th
2573 edge_from_to( Node *from, Node *to ) argument
2647 add_prec_edge_from_to( Node *from, Node *to ) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp87 // is empty. returning false stops the optimizer from putting this in
188 // so first slot in the local array is the last local from the interpreter
189 // and last slot is local[0] (receiver) from the interpreter
192 // from the interpreter frame, the nth lock slot in the osr buffer is 0th lock
417 // Emit the code to remove the frame from the stack in the exception
428 // Fetch the exception from TLS and clear out exception related thread state
707 // move integer result from float register to int register
1302 Address from = frame_map()->address_for_slot(src->single_stack_ix()); local
1304 __ lduw(from.base(), from
1310 Address from = frame_map()->address_for_slot(src->single_stack_ix()); local
1319 Address from = frame_map()->address_for_double_slot(src->double_stack_ix()); local
[all...]
H A DstubGenerator_sparc.cpp79 // doing a no-op is fine: return garbage from the load
100 // Call stubs are used to call Java from C
324 // JavaThread that can be tested from within the VM.
609 // This code can only be called from inside the VM, this
610 // stub is only invoked from Atomic::add(). We do not
750 __ or3(O0,O1,O0); // O0 holds 64-bit value from compare_value
753 __ or3(O3,O4,O3); // O3 holds 64-bit value from exchange_value
818 Label _atomic_add_stub; // called from other stubs
951 // Called from MacroAssembler::verify_oop
998 const Register from local
1128 disjoint_copy_core(Register from, Register to, Register count, int log2_elem_size, int iter_size, CopyLoopFunc copy_loop_func) argument
1206 copy_16_bytes_shift_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
1252 copy_16_bytes_forward_with_shift(Register from, Register to, Register count, int log2_elem_size, Label& L_copy_bytes) argument
1389 const Register from = O0; // source array address local
1501 const Register from = O0; // source array address local
1610 const Register from = O0; // source array address local
1952 const Register from = O0; // source array address local
2057 copy_16_bytes_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
2108 const Register from = O0; // source array address local
2233 const Register from = O0; // source array address local
2355 copy_64_bytes_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
2417 const Register from = O0; // source array address local
2515 const Register from = O0; // source array address local
2590 const Register from = O0; // source array address local
2642 const Register from = O0; // source array address local
3110 const Register from = O0; // source array address local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp82 // doing a no-op is fine: return garbage from the load
121 // Call stubs are used to call Java from C
308 // handle return types different from T_INT
339 // JavaThread that can be tested from within the VM.
816 // from - source array address
817 // to_from - destination array address - from
820 void xmm_copy_forward(Register from, Register to_from, Register qword_count) { argument
830 __ vmovdqu(xmm0, Address(from, 0));
831 __ vmovdqu(Address(from, to_from, Address::times_1, 0), xmm0);
832 __ vmovdqu(xmm1, Address(from, 3
893 mmx_copy_forward(Register from, Register to_from, Register qword_count) argument
948 const Register from = rsi; // source array address local
1116 const Register from = rsi; // source array address local
1269 const Register from = rax; // source array address local
1314 const Register from = rax; // source array address local
1445 const Register from = rax; // source array address local
1595 const Register from = rax; // source array address local
1853 const Register from = src; // source array address local
2225 const Register from = rdx; // source array address local
2323 const Register from = rdx; // source array address local
2443 const Register from = rsi; // source array address local
2600 const Register from = rsi; // source array address local
[all...]
H A DstubGenerator_x86_64.cpp80 // doing a no-op is fine: return garbage from the load
98 // This can destroy rscratch1 if counter is far from the code cache
106 // Call stubs are used to call Java from C
176 // Call stub stack layout word offsets from rbp
179 xmm_save_first = 6, // save from xmm6
408 // handle return types different from T_INT
426 // pending exception stored in JavaThread that can be tested from
1125 // c_rarg0 - from
1130 // rax - &from[element count - 1]
1140 const Register from local
1391 copy_bytes_backward(Register from, Register dest, Register qword_count, Register to, Label& L_copy_bytes, Label& L_copy_8_bytes) argument
1485 const Register from = rdi; // source array address local
1587 const Register from = rdi; // source array address local
1684 const Register from = rdi; // source array address local
1799 const Register from = rdi; // source array address local
1889 const Register from = rdi; // source array address local
1980 const Register from = rdi; // source array address local
2072 const Register from = rdi; // source array address local
2164 const Register from = rdi; // source array address local
2272 const Register from = rdi; // source array address local
2447 const Register from = c_rarg0; // source array address local
2708 const Register from = c_rarg0; // source array address local
3064 const Register from = c_rarg0; // source array address local
3158 const Register from = c_rarg0; // source array address local
3255 const Register from = c_rarg0; // source array address local
3412 const Register from = c_rarg0; // source array address local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp47 BlockList* _bci2block; // mapping from bci to blocks for GraphBuilder
183 // Draws edges from a block to its exception handlers
714 // copy data from cloned blocked
826 // clone all the exception handlers from the scope
937 BAILOUT("subroutine overwrites return address from previous subroutine");
1076 // NOTE: strictfp can be queried from current method since we don't
1149 void GraphBuilder::convert(Bytecodes::Code op, BasicType from, BasicType to) { argument
1150 push(as_ValueType(to), append(new Convert(op, pop(as_ValueType(from)), as_ValueType(to))));
1435 // Report exit from inline methods
2079 // are results of expressions (i.e., not loads from memor
[all...]
H A Dc1_LinearScan.hpp101 noOptimization // the interval has more then one definition (e.g. resulting from phi moves), so stores to memory are not optimized
148 IntervalList _intervals; // mapping from register number to interval
150 IntervalArray* _sorted_intervals; // intervals sorted by Interval::from()
151 bool _needs_full_resort; // set to true if an Interval::from() is changed and _sorted_intervals must be resorted
153 LIR_OpArray _lir_ops; // mapping from LIR_Op id to LIR_Op node
154 BlockBeginArray _block_of_op; // mapping from LIR_Op id to the BlockBegin containing this instruction
242 void copy_register_flags(Interval* from, Interval* to);
250 // spill move optimization: eliminate moves from register to stack if
277 void add_use (Value value, int from, int to, IntervalUseKind use_kind);
280 void add_use (LIR_Opr opr, int from, in
486 int from() const { return _from; } function in class:Range
489 set_from(int from) argument
[all...]
H A Dc1_LinearScan.cpp308 void LinearScan::copy_register_flags(Interval* from, Interval* to) { argument
309 if (gen()->is_vreg_flag_set(from->reg_num(), LIRGenerator::byte_reg)) {
312 if (gen()->is_vreg_flag_set(from->reg_num(), LIRGenerator::callee_saved)) {
322 // eliminate moves from register to stack if stack slot is known to be correct
416 assert(temp->from() >= prev->from(), "intervals not sorted");
417 assert(temp->spill_definition_pos() >= prev->spill_definition_pos(), "when intervals are sorted by from, then they must also be sorted by spill_definition_pos");
421 assert(temp->spill_definition_pos() >= temp->from(), "invalid order");
422 assert(temp->spill_definition_pos() <= temp->from() + 2, "only intervals defined once at their start-pos can be optimized");
424 TRACE_LINEAR_SCAN(4, tty->print_cr("interval %d (from
881 add_use(Value value, int from, int to, IntervalUseKind use_kind) argument
913 add_use(LIR_Opr opr, int from, int to, IntervalUseKind use_kind) argument
999 add_use(int reg_num, int from, int to, IntervalUseKind use_kind, BasicType type) argument
1238 Interval* from = interval_at(reg_num(move_from)); local
1255 Interval* from = interval_at(reg_num(move_from)); local
1450 int from = -1; local
3794 save_to_process_move(Interval* from, Interval* to) argument
4008 Range(int from, int to, Range* next) argument
4337 add_range(int from, int to) argument
[all...]
H A Dc1_LIR.hpp1972 void negate(LIR_Opr from, LIR_Opr to) { append(new LIR_Op1(lir_neg, from, to)); } argument
1973 void leal(LIR_Opr from, LIR_Opr result_reg) { append(new LIR_Op1(lir_leal, from, result_reg)); } argument
2055 void abs (LIR_Opr from, LIR_Opr to, LIR_Opr tmp) { append(new LIR_Op2(lir_abs , from, tmp, to)); } argument
2056 void sqrt(LIR_Opr from, LIR_Opr to, LIR_Opr tmp) { append(new LIR_Op2(lir_sqrt, from, tmp, to)); } argument
2057 void log (LIR_Opr from, LIR_Opr to, LIR_Opr tmp) { append(new LIR_Op2(lir_log, from, LIR_OprFac argument
2058 log10(LIR_Opr from, LIR_Opr to, LIR_Opr tmp) argument
2059 sin(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) argument
2060 cos(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) argument
2061 tan(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) argument
2062 exp(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp119 consider use of a Handle instead of an oop so there is immunity from object
152 // if this is called from Class.forName0 and that is called from Class.forName,
194 const char * from = Klass::cast(caller)->external_name(); local
198 tty->print("RESOLVE %s %s %s:%d (%s)\n", from, to, source_file, line_number, trace);
200 tty->print("RESOLVE %s %s (%s)\n", from, to, trace);
348 // from setting the value with a -D option, as requested.
719 // signature to change from _JVM_FindClassFromClassLoader@20 to
777 jboolean init, jclass from))
785 oop from_class_oop = JNIHandles::resolve(from);
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java173 * Flags for setting values from devmode in native code.
212 * When they do, they read the initial values from the PRINTDLG structure
217 * return from the Print Dialog, nCopies is set to 1 and the PD_COLLATE is
228 * Multiple copies from Java applications:
283 /* These fields are directly set in upcalls from the values
284 * obtained from calling DeviceCapabilities()
304 * So these need to be synced up from any resulting native changes
309 * re-populated from the AttributeSet,
440 // the "Printer..." button so we query again from native.
713 * from
1579 setRangeCopiesAttribute(int from, int to, boolean isRangeSet, int copies) argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c157 /* {{{ mp_init_copy(mp, from) */
160 mp_init_copy(mp, from)
162 Initialize mp as an exact copy of from. Returns MP_OKAY if
167 mp_err mp_init_copy(mp_int *mp, const mp_int *from) argument
169 ARGCHK(mp != NULL && from != NULL, MP_BADARG);
171 if(mp == from)
174 if((DIGITS(mp) = s_mp_alloc(ALLOC(from), sizeof(mp_digit), FLAG(from))) == NULL)
177 s_mp_copy(DIGITS(from), DIGITS(mp), USED(from));
202 mp_copy(const mp_int *from, mp_int *to) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp749 // Repeat the asserts from above. We'll do them as asserts here to
760 // Repeat the asserts from above.
872 // see assertion failures from any subsequent set_concurrency_and_phase()
2051 // region from the _cleanup_list).
2131 // and objects reachable from them on to the local stack (and
2327 // tables from the displayed time.
2362 // otherwise we use the work gang from the G1CollectedHeap and
2380 // the number of threads involved during discovery could differ from
2618 HeapWord* from = b; local
2621 if (to > from) {
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp167 // Constants for converting from a base unit to milli-base units. For
168 // example from seconds to milliseconds and microseconds
249 // Utility functions to "portably" make cast to/from function pointers.
257 // the range we might need to find differences from one end of the heap
277 // ANSI C++ does not allow casting from one pointer type to a function pointer
286 // so far from the middle of the road that it is likely to be problematic in
502 // Convert a char from a classfile signature to a BasicType
720 // a transition from one state to another. These extra states makes it possible for the safepoint code to
1055 // "to" should be greater than "from."
1056 inline intx byte_size(void* from, voi argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp241 // Before a window is destroyed (that is, before it returns from processing
964 void AwtWindow::FocusedWindowChanged(HWND from, HWND to) argument
966 AwtWindow * fw = (AwtWindow *)AwtComponent::GetComponent(from);
1084 // specify WS_EX_TOOLWINDOW to remove parentless windows from taskbar
1102 * Initialize icon as inherited from parent if it exists
1432 * events fired from native code. All contained windows have these events
1433 * fired from common Java code.
1685 * and below can be resized from outside of java (by user)
1765 * and below can be resized from outside of java (by user)
1852 // actions to be launched from sysmen
[all...]
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c184 unsigned loadable:1; /* from context->class loader */
456 /* 4296677: bucket index starts from 1. */
604 * Return a unique ID given a class name from the constant pool.
605 * All classes are lazily loaded from the defining loader of
1889 "Accessing value from uninitialized register %d", operand);
1900 CCerror(context, "Cannot load return address from register %d",
1921 "Accessing value from uninitialized register pair %d/%d",
2531 * from the same instruction must be made bogus.
2535 fullinfo_type from = context->swap_table[0]; local
2540 if (new_registers[i] == from) {
2615 fullinfo_type from = context->swap_table[0]; local
2822 fullinfo_type from = context->swap_table[0]; local
2968 fullinfo_type from = context->swap_table[0]; local
3785 isAssignableTo(context_type *context, fullinfo_type from, fullinfo_type to) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1215 // These will be removed from the field array at the end
1240 // Now copy the fields' data from the temporary resource array.
1818 // from the method back up to the containing klass. These flag values
2186 // Fill in information from fixed part (access_flags already set)
2216 * initialized and thus are exempt from pre/post GC verification. Once
2250 * one LVT containing all the entries from the n LVT's.
2357 // from the methods back up to the containing klass. These flag values
2952 // Get the cached class file bytes (if any) from the class that
3113 if (cfs->source() != NULL) tty->print(" from %s", cfs->source());
3223 THROW_MSG_(vmSymbols::java_lang_VerifyError(), "Cannot inherit from fina
3743 const char * from = Klass::cast(this_klass())->external_name(); local
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java106 * adding/removing components to/from containers, the whole hierarchy must be
435 * that traversal key from its parent. If all ancestors of this Component
743 * Indicates the baseline remains a fixed distance from
800 * Represents the shape of this lightweight component to be cut out from
999 // that doesn't set its name should return null from
1204 * is moved from one frame to another, the toolkit it uses may change.
1255 * A component is made undisplayable either when it is removed from
1445 * <p>Note: Disabling a lightweight component does not prevent it from
1448 * in this container from receiving any input events. But disabling a
1760 * inheriting its foreground color from a
7745 acceptRequestFocus(Component from, Component to, boolean temporary, boolean focusedWindowChangeAllowed, CausedFocusEvent.Cause cause) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp165 // Here are some liblgrp types from sys/lgrp_user.h to be able to
182 // Some more macros from sys/mman.h that are not present in Solaris 8.
337 assert(retval == 0, "incorrect return value from thr_stksegment");
399 assert(thread_state != _thread_blocked, "Coming from the wrong thread");
497 // allocations from alignments up to illegal
746 // Obtain the JAVA_HOME value from the location of libjvm[_g].so.
914 // Construct the desired Java library path from the linker's library
1019 // cache lines. The threads can be either from the same JVM instance, or
1020 // from different JVM instances. The benefit is especially true for
1042 // We used to get the priority from thr_getpri
6804 recvfrom(int fd, char* buf, size_t nBytes, uint flags, sockaddr* from, socklen_t* fromlen) argument
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp235 * 1. The directory from which application is loaded.
316 // Invoked from the BREAKPOINT Macro
394 // cache lines. The threads can be either from the same JVM instance, or
395 // from different JVM instances. The benefit is especially true for
502 // The primordial thread is runnable from the start)
940 VMError::report_coredump_status("Minidump has been disabled from the command line", false);
1016 // Directory routines copied from src/win32/native/java/io/dirent_md.c
1607 // Retrieve SYSTEM_INFO from GetNativeSystemInfo call so that we could
1793 // from src/windows/hpi/src/system_md.c
1870 // into SIGBREAK, which makes it impossible to distinguish ^BREAK from clos
4994 recvfrom(int fd, char *buf, size_t nBytes, uint flags, sockaddr* from, socklen_t* fromlen) argument
[all...]

Completed in 457 milliseconds

12345678