Searched defs:result (Results 501 - 525 of 605) sorted by relevance

<<2122232425

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp387 // Find the result object
388 Node* result = C->top(); local
391 result = (result_size == 1) ? kit.pop() : kit.pop_pair();
398 kit.replace_call(call, result);
H A Dcallnode.cpp620 // return result(s) along with their RegMask info
772 // The resproj may not exist because the result couuld be ignored
1551 Node *result = SafePointNode::Ideal(phase, can_reshape); local
1552 if (result != NULL) return result;
1572 return result;
1645 return result;
1689 Node *result = SafePointNode::Ideal(phase, can_reshape); local
1690 if (result != NULL) return result;
[all...]
H A Dcfgnode.cpp280 // OK to return the result of ConvF2I without shifting
420 has_phis = (has_phi() != NULL); // Cache result
964 // and postCCP has removed the cast which encodes the result of the check.
983 // doesn't implement I, we have no way to tell if the result should
1365 // The test is inverted, we should invert the result...
1741 // This occurs as a result of unsuccessful split_thru_phi and
1871 MergeMemNode* result = MergeMemNode::make(phase->C, new_base); local
1876 for (MergeMemStream mms(result, n); mms.next_non_empty2(); ) {
1896 for (MergeMemStream mms(result); mms.next_non_empty(); ) {
1904 for (MergeMemStream mms(result); mm
[all...]
H A Descape.cpp436 // we are only interested in the oop result projection from a call
631 // we are only interested in the oop result projection from a call
957 if (call_ptn != NULL) { // Is call's result used?
1579 // the false positive result (set not scalar replaceable)
2097 // Proj #5 ( oop result )
2113 // Proj #5 ( oop result )
2130 // Proj #5 ( oop result )
2180 // as result process an array's element offset first (pushed second)
2224 assert(addp->in(AddPNode::Address)->is_Proj(), "base of raw address must be result projection from allocation");
2234 // As result
2305 PhiNode *result = get_map_phi(orig_phi->_idx); local
2351 PhiNode *result = create_split_phi(orig_phi, alias_idx, orig_phi_worklist, new_phi_created); local
2513 Node *result = orig_mem; local
3071 Node* result = find_inst_mem(mem, ni, orig_phis); local
3083 Node* result = step_through_mergemem(nmm, ni, tinst); local
[all...]
H A Dnode.cpp158 assert(that._refresh_tick == 0, "assign only the result of Node::outs()");
159 assert(that._idx == 0, "assign only the result of Node::outs()");
1310 // Idealize graph, using DU info. Must clone result into new-space
1430 static void find_recur(Compile* C, Node* &result, Node *n, int idx, bool only_ctrl, argument
1439 if (result != NULL)
1441 (uintptr_t)result, (uintptr_t)n, node_idx);
1442 result = n;
1447 find_recur(C, result, n->in(i), idx, only_ctrl, old_space, new_space );
1452 find_recur(C, result, n->raw_out(j), idx, only_ctrl, old_space, new_space );
1461 find_recur(C, result, ori
1477 Node* result = NULL; local
1478 find_recur(Compile::current(), result, (Node*) this, idx, false, &old_space, &new_space ); local
1487 Node* result = NULL; local
1488 find_recur(Compile::current(), result, (Node*) this, idx, true, &old_space, &new_space ); local
[all...]
H A Dparse1.cpp272 // result of the interpreter. If the interpreter says it is dead we agree
350 // interpreter type is the result of a load which might have any
671 Node* result = _gvn.transform_no_reclaim(control()); local
672 if (c != result && TraceOptoParse) {
673 tty->print_cr("Block #%d replace %d with %d", block->rpo(), c->_idx, result->_idx);
675 if (result != top()) {
676 record_for_igvn(result);
1578 Node* result = _gvn.transform_no_reclaim(r); local
1579 if (r != result && TraceOptoParse) {
1580 tty->print_cr("Block #%d replace %d with %d", block()->rpo(), r->_idx, result
[all...]
H A Druntime.cpp256 oop result = instanceKlass::cast(klass)->allocate_instance(THREAD); variable
257 thread->set_vm_result(result);
284 oop result; variable
290 result = oopFactory::new_typeArray(elem_type, len, THREAD);
296 result = oopFactory::new_objArray(elem_type, len, THREAD);
304 thread->set_vm_result(result);
322 oop result; variable
327 result = oopFactory::new_typeArray_nozero(elem_type, len, THREAD);
334 thread->set_vm_result(result);
342 oop result variable
[all...]
H A Dstringopts.cpp92 // when creating the result instead of allocating a new one.
143 // Look for a diamond shaped Null check of toString() result
276 StringConcat* result = new StringConcat(_stringopts, _end); local
280 result->_control.push(n);
286 result->_control.push(n);
289 assert(result->_control.contains(other->_end), "what?");
290 assert(result->_control.contains(_begin), "what?");
294 // replace the toString result with the all the arguments that
297 result->append(other->argument(y), other->mode(y));
300 result
442 Node* result = alloc->result_cast(); local
890 Node* result = cnode != NULL ? cnode->proj_out(TypeFunc::Parms) : NULL; local
898 Node* result = worklist.pop(); local
1423 Node* result; local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp49 LIR_Opr res = result();
236 bool LIRGenerator::strength_reduce_multiply(LIR_Opr left, int c, LIR_Opr result, LIR_Opr tmp) { argument
241 __ sub(left, tmp, result);
246 __ add(left, tmp, result);
306 LIR_Address* array_addr = emit_array_address(array.result(), index.result(), x->elt_type(), obj_store);
310 __ cmp(lir_cond_belowEqual, length.result(), index.result());
311 __ branch(lir_cond_belowEqual, T_INT, new RangeCheckStub(range_check_info, index.result()));
313 array_range_check(array.result(), inde
504 LIR_Opr result = rlock_result(x); local
521 LIR_Opr result = rlock_result(x); local
564 LIR_Opr result = rlock_result(x); local
801 LIR_Opr result = rlock_result(x); local
1027 LIR_Opr result = rlock_result(x); local
1052 LIR_Opr result = rlock_result(x); local
1086 LIR_Opr result = rlock_result(x); local
1136 LIR_Opr result = rlock_result(x); local
1298 volatile_field_load(LIR_Address* address, LIR_Opr result, CodeEmitInfo* info) argument
[all...]
H A Dvm_version_x86.hpp33 // cpuid result register layouts. These are all unions of a uint32_t
366 uint32_t result = _cpuid_info.std_cpuid1_eax.bits.family; local
367 result += _cpuid_info.std_cpuid1_eax.bits.ext_family;
368 return result;
372 uint32_t result = _cpuid_info.std_cpuid1_eax.bits.model; local
373 result |= _cpuid_info.std_cpuid1_eax.bits.ext_model << 4;
374 return result;
378 uint32_t result = _cpuid_info.std_cpuid1_eax.bits.stepping; local
379 return result;
383 uint result local
388 uint32_t result = 0; local
500 uint result = 1; local
515 uint result = 1; local
526 intx result = 0; local
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c499 name_for_methodOop(jvm_agent_t* J, uint64_t methodOopPtr, char * result, size_t size) argument
558 result[0] = '\0';
559 strncat(result, klassString, size);
561 strncat(result, ".", size);
563 strncat(result, nameString, size);
565 strncat(result, signatureString, size);
1002 char *result,
1059 result[0] = COMP_METHOD_SIGN;
1065 err = name_for_methodOop(J, N->vframes[0].methodOop, result+1, size-1);
1068 err = name_for_methodOop(J, methodOop, result
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1098 name_for_imethod(jvm_agent_t* J, uint64_t bcx, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, size_t size, Jframe_t *jframe, int* is_interpreted) argument
1347 int result = PS_OK; local
[all...]
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c121 * platform independent routine SelectVersion. This may result in
918 char *result = NULL; local
937 for (f=tmp_path; *f && result==0; ) {
942 result = Resolve(s, program);
948 result = Resolve(dir, program);
950 if (result != 0) break;
954 return result;
1105 const uint64_t result = pages * page_size; local
1112 pages, page_size, result, result / (doubl
1135 jboolean result = JNI_FALSE; local
1293 HyperThreadingSupport result = hts_too_soon_to_tell; local
1381 unsigned int result = 1U; local
1401 unsigned long result = sys_processors; local
1425 jboolean result = JNI_FALSE; local
1458 jboolean result = JNI_FALSE; local
1491 jboolean result = JNI_FALSE; local
1522 jboolean result = JNI_FALSE; local
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c499 name_for_methodOop(jvm_agent_t* J, uint64_t methodOopPtr, char * result, size_t size) argument
558 result[0] = '\0';
559 strncat(result, klassString, size);
561 strncat(result, ".", size);
563 strncat(result, nameString, size);
565 strncat(result, signatureString, size);
1002 char *result,
1059 result[0] = COMP_METHOD_SIGN;
1065 err = name_for_methodOop(J, N->vframes[0].methodOop, result+1, size-1);
1068 err = name_for_methodOop(J, methodOop, result
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1098 name_for_imethod(jvm_agent_t* J, uint64_t bcx, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, size_t size, Jframe_t *jframe, int* is_interpreted) argument
1347 int result = PS_OK; local
[all...]
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c730 char* result = knownVMs[0].name+1; local
734 result = knownVMs[0].server_class+1;
737 printf("Default VM: %s\n", result);
739 return result;
809 parse_stack_size(const char *s, jlong *result) { argument
824 *result = n * GB * KB;
827 *result = n * GB;
830 *result = n * MB;
833 *result = n * KB;
836 *result
1436 jstring str, result = 0; local
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp41 static const char *knownInvalid = "knownInvalid"; // The result does NOT have a rule defined
42 static const char *knownValid = "knownValid"; // The result must be produced by a rule
50 // Track the status of productions for a particular result
60 Production(const char *result, const char *constraint, const char *valid);
78 Dict _production; // map result of production, char*, to information or NULL
91 const char *valid(const char *result); // unknownValid, or status for this production
92 void set_valid(const char *result); // if not constrained, set status to knownValid
94 Expr *cost_lb(const char *result);
95 Expr *cost_ub(const char *result);
96 void set_cost_bounds(const char *result, cons
325 const char *result, *cost, *rule; local
536 bool result = dfa_shared_preds::cse_predicate(predicate, shared_pred, shared_pred_var); local
546 bool result = false; local
716 const char * result = NULL; local
760 int result = c1->_min_value + c2->_min_value; local
767 int result = c1->_max_value + c2->_max_value; local
917 Production(const char *result, const char *constraint, const char *valid) argument
958 getProduction(const char *result) argument
972 valid(const char *result) argument
976 set_valid(const char *result) argument
989 cost_lb(const char *result) argument
993 cost_ub(const char *result) argument
997 set_cost_bounds(const char *result, const Expr *cost, bool has_state_check, bool has_cost_check) argument
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp280 assert(in_opr1() == result_opr(), "opr1 and result must match");
286 assert(in_opr1() == result_opr() || in_opr2()->is_constant(), "opr1 and result must match or shift count is constant");
353 LIR_OpTypeCheck::LIR_OpTypeCheck(LIR_Code code, LIR_Opr result, LIR_Opr object, ciKlass* klass, argument
358 : LIR_Op(code, result, NULL)
458 case lir_word_align: // result and info always invalid
459 case lir_backwardbranch_target: // result and info always invalid
460 case lir_build_frame: // result and info always invalid
461 case lir_fpop_raw: // result and info always invalid
462 case lir_24bit_FPU: // result and info always invalid
463 case lir_reset_FPU: // result an
987 XHandlers* result = NULL; local
1428 checkcast(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_exception, CodeEmitInfo* info_for_patch, CodeStub* stub, ciMethod* profiled_method, int profiled_bci) argument
1442 instanceof(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_patch, ciMethod* profiled_method, int profiled_bci) argument
1465 cas_long(LIR_Opr addr, LIR_Opr cmp_value, LIR_Opr new_value, LIR_Opr t1, LIR_Opr t2, LIR_Opr result) argument
1470 cas_obj(LIR_Opr addr, LIR_Opr cmp_value, LIR_Opr new_value, LIR_Opr t1, LIR_Opr t2, LIR_Opr result) argument
1475 cas_int(LIR_Opr addr, LIR_Opr cmp_value, LIR_Opr new_value, LIR_Opr t1, LIR_Opr t2, LIR_Opr result) argument
[all...]
H A Dc1_Optimizer.cpp197 Value result = make_ifop(if_->x(), if_->cond(), if_->y(), t_value, f_value); local
198 assert(result != NULL, "make_ifop must return a non-null instruction");
199 if (!result->is_linked() && result->can_be_linked()) {
200 NOT_PRODUCT(result->set_printable_bci(if_->printable_bci()));
201 cur_end = cur_end->set_next(result);
211 goto_state->push(result->type(), result);
234 assert(sux_phi->as_Phi()->operand_at(0) == result, "screwed up phi");
235 sux_phi->set_subst(result);
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp88 bool result = true; local
97 result = deviceCache.GetDeviceInfo(mixerIndex-1, &deviceID, DAUDIO_STRING_LENGTH,
99 if (result) {
104 return result ? TRUE : FALSE;
246 INT64 result = nWritePos - (nFlushPos >= 0 ? nFlushPos : nReadPos); local
248 return result > (INT64)nBufferSize ? nBufferSize : (int)result;
962 int result = device->ringBuffer.Write(data, byteSize, true); local
964 TRACE1("<<DAUDIO_Write: %d bytes written\n", result);
965 return result;
972 int result = device->ringBuffer.Read(data, byteSize); local
[all...]
/openjdk7/jdk/src/share/back/
H A DthreadControl.c1015 * java.lang.Thread.suspend won't result in a notify even though
1016 * it may change the result of pendingAppResume()
2267 jboolean result; local
2269 result = JNI_FALSE;
2278 result = JNI_TRUE; /* we have a match */
2283 return result;
/openjdk7/jdk/src/share/bin/
H A Djava.c538 char* result = knownVMs[0].name+1; local
542 result = knownVMs[0].server_class+1;
544 JLI_TraceLauncher("Default VM: %s\n", result);
545 return result;
607 parse_size(const char *s, jlong *result) { argument
622 *result = n * GB * KB;
625 *result = n * GB;
628 *result = n * MB;
631 *result = n * KB;
634 *result
1194 jobject result; local
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp514 jvmtiError result = allocate(size, &mem); local
515 assert(result == JVMTI_ERROR_NONE, "Allocate failed");
863 // the stack that many, the result is -start_depth frames
H A DjvmtiRedefineClasses.cpp1285 bool result = merge_constant_pools(old_cp, scratch_cp, &merge_cp, local
1287 if (!result) {
H A DmethodHandles.cpp646 CallInfo result; local
652 LinkResolver::resolve_static_call(result,
655 LinkResolver::resolve_interface_call(result, Handle(), defc,
659 LinkResolver::resolve_handle_call(result,
663 LinkResolver::resolve_special_call(result,
666 LinkResolver::resolve_virtual_call(result, Handle(), defc,
675 return init_method_MemberName(mname(), result, THREAD);
679 CallInfo result; local
683 LinkResolver::resolve_special_call(result,
692 assert(result
844 oop result = results->obj_at(rfill++); local
898 oop result = results->obj_at(rfill++); local
1102 objArrayHandle result = oopFactory::new_objArray(SystemDictionary::Object_klass(), 2, CHECK_NULL); local
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp132 int result = _caller_adjustment;
134 result += frame_sizes()[index];
136 return result;
231 oop result = deoptee.saved_oop_result(&map); local
232 assert(result == NULL || result->is_oop(), "must be oop");
233 return_value = Handle(thread, result);
234 assert(Universe::heap()->is_in_or_null(result), "must be heap pointer");
237 tty->print_cr("SAVED OOP RESULT " INTPTR_FORMAT " in thread " INTPTR_FORMAT, result, thread);
257 // Restore result
[all...]
H A Dfprofiler.cpp377 void* result = (void*) tp->area_top; local
383 return result;
885 // Net result should be one safepoint

Completed in 155 milliseconds

<<2122232425