Searched defs:info (Results 276 - 292 of 292) sorted by relevance

<<1112

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp1817 int info = wk_init_info[id - FIRST_WKID]; local
1818 int sid = (info >> CEIL_LG_OPTION_LIMIT);
1836 int info = wk_init_info[id - FIRST_WKID]; local
1837 int sid = (info >> CEIL_LG_OPTION_LIMIT);
1838 int opt = (info & right_n_bits(CEIL_LG_OPTION_LIMIT));
2483 Handle bsm, info; local
2496 info = Handle(THREAD, args1);
2508 // call java.lang.invoke.MethodHandleNatives::linkCallSite(caller, bsm, name, mtype, info, &appendix)
2514 args.push_oop(info());
2686 static int debug_size; // size of debug info i
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp233 void LIR_Assembler::emit_string_compare(LIR_Opr left, LIR_Opr right, LIR_Opr dst, CodeEmitInfo* info) { argument
269 add_debug_info_for_null_check_here(info);
511 void LIR_Assembler::jobject2reg_with_patching(Register reg, CodeEmitInfo *info) { argument
523 patching_epilog(patch, lir_patch_normal, reg, info);
581 add_debug_info_for_div0_here(op->info());
612 assert(op->info() == NULL, "shouldn't have CodeEmitInfo");
781 add_debug_info_for_null_check_here(op->info());
1088 void LIR_Assembler::const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) { argument
1160 if (info != NULL) {
1162 add_debug_info_for_null_check(offset, info);
1167 const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) argument
1346 mem2reg(LIR_Opr src_opr, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool wide, bool unaligned) argument
1493 reg2mem(LIR_Opr from_reg, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool wide, bool unaligned) argument
1577 safepoint_poll(LIR_Opr tmp, CodeEmitInfo* info) argument
1784 arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) argument
2035 throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) argument
3140 rt_call(LIR_Opr result, address dest, const LIR_OprList* args, LIR_Opr tmp, CodeEmitInfo* info) argument
3162 volatile_move_op(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp362 void LIR_Assembler::jobject2reg_with_patching(Register reg, CodeEmitInfo* info) { argument
366 patching_epilog(patch, lir_patch_normal, reg, info);
502 void LIR_Assembler::emit_string_compare(LIR_Opr arg0, LIR_Opr arg1, LIR_Opr dst, CodeEmitInfo* info) { argument
518 add_debug_info_for_null_check_here(info);
607 int LIR_Assembler::safepoint_poll(LIR_Opr tmp, CodeEmitInfo* info) { argument
610 guarantee(info != NULL, "Shouldn't be NULL");
615 add_debug_info_for_branch(info);
618 add_debug_info_for_branch(info);
634 void LIR_Assembler::const2reg(LIR_Opr src, LIR_Opr dest, LIR_PatchCode patch_code, CodeEmitInfo* info) { argument
665 jobject2reg_with_patching(dest->as_register(), info);
758 const2mem(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info, bool wide) argument
974 reg2mem(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool wide, bool ) argument
1174 mem2reg(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool wide, bool ) argument
2046 arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack) argument
2581 arithmetic_idiv(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr temp, LIR_Opr result, CodeEmitInfo* info) argument
2911 throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) argument
3656 rt_call(LIR_Opr result, address dest, const LIR_OprList* args, LIR_Opr tmp, CodeEmitInfo* info) argument
3665 volatile_move_op(LIR_Opr src, LIR_Opr dest, BasicType type, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1300 CallInfo info; local
1301 LinkResolver::resolve_interface_call(info, recv, recv_klass, spec_klass, name, signature, KlassHandle(), false, true, CHECK_(methodHandle()));
1302 return info.selected_method();
1313 CallInfo info; local
1314 LinkResolver::resolve_virtual_call(info, recv, recv_klass, spec_klass, name, signature, KlassHandle(), false, true, CHECK_(methodHandle()));
1315 return info.selected_method();
5275 // Set correct safepoint info. The thread is going to call into Java when
5304 // Create thread group and name info from attach arguments
H A Djvm.cpp1401 // find inner class info
1472 // No inner class info => no declaring class
4547 JVM_ENTRY(void, JVM_GetVersionInfo(JNIEnv* env, jvm_version_info* info, size_t info_size)) argument
4549 memset(info, 0, sizeof(info_size));
4551 info->jvm_version = Abstract_VM_Version::jvm_version();
4552 info->update_version = 0; /* 0 in HotSpot Express VM */
4553 info->special_update_version = 0; /* 0 in HotSpot Express VM */
4558 info->is_attachable = AttachListener::is_attach_supported();
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java1742 int[] info = new int[256];
1756 info[i] = 1;
1763 info[i] = 0;
1768 info[i] = (char) fmt.length();
1772 info[i] = (char)( fmt.length() + (wfmt.length() * 16) );
1775 INSTRUCTION_INFO = info;
1784 int info; field in class:Indify.Instruction
1801 this.info = INSTRUCTION_INFO[bc];
1803 this.len = (info & 0x0F);
1837 info
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java554 public FontInfo checkFontInfo(FontInfo info, Font font, argument
560 if (info == null) {
561 info = new FontInfo();
571 info.originX = (float)textAt.getTranslateX();
572 info.originY = (float)textAt.getTranslateY();
573 textAt.translate(-info.originX, -info.originY);
575 transform.getMatrix(info.devTx = new double[4]);
576 devAt = new AffineTransform(info.devTx);
579 info
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp464 void LIRGenerator::jobject2reg_with_patching(LIR_Opr r, ciObject* obj, CodeEmitInfo* info) { argument
466 assert(info != NULL, "info must be set if class is not loaded");
467 __ oop2reg_patch(NULL, r, info);
490 void LIRGenerator::nio_range_check(LIR_Opr buffer, LIR_Opr index, LIR_Opr result, CodeEmitInfo* info) { argument
491 CodeStub* stub = new RangeCheckStub(info, index, true);
493 cmp_mem_int(lir_cond_belowEqual, buffer, java_nio_Buffer::limit_offset(), index->as_jint(), info);
497 java_nio_Buffer::limit_offset(), T_INT, info);
505 void LIRGenerator::arithmetic_op(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp_op, CodeEmitInfo* info) { argument
586 void LIRGenerator::arithmetic_op_long(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, CodeEmitInfo* info) { argument
638 monitor_enter(LIR_Opr object, LIR_Opr lock, LIR_Opr hdr, LIR_Opr scratch, int monitor_no, CodeEmitInfo* info_for_exception, CodeEmitInfo* info) argument
659 new_instance(LIR_Opr dst, ciInstanceKlass* klass, LIR_Opr scratch1, LIR_Opr scratch2, LIR_Opr scratch3, LIR_Opr scratch4, LIR_Opr klass_reg, CodeEmitInfo* info) argument
1149 CodeEmitInfo* info = state_for(x, x->state_before()); local
1226 CodeEmitInfo* info = NULL; local
1265 CodeEmitInfo* info = state_for(x); local
1285 CodeEmitInfo* info = NULL; local
1311 CodeEmitInfo* info = state_for(x, x->state()); local
1416 pre_barrier(LIR_Opr addr_opr, LIR_Opr pre_val, bool do_load, bool patch, CodeEmitInfo* info) argument
1464 G1SATBCardTableModRef_pre_barrier(LIR_Opr addr_opr, LIR_Opr pre_val, bool do_load, bool patch, CodeEmitInfo* info) argument
1674 CodeEmitInfo* info = NULL; local
1770 CodeEmitInfo* info = NULL; local
1841 CodeEmitInfo* info = state_for(x); local
1867 CodeEmitInfo* info = NULL; local
1938 CodeEmitInfo* info = state_for(x); local
1957 CodeEmitInfo* info = state_for(x, x->state()); local
2006 __ throw_exception(exceptionPcOpr(), exceptionOopOpr(), info); local
2531 CodeEmitInfo* info = state_for(x, state); local
2636 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL); local
2646 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL); local
2753 CodeEmitInfo* info = state_for(x, x->state()); local
2906 CodeEmitInfo* info = state_for(x); local
3006 CodeEmitInfo* info = state_for(x, x->state(), true); local
3012 increment_event_counter(CodeEmitInfo* info, int bci, bool backedge) argument
3026 increment_event_counter_impl(CodeEmitInfo* info, ciMethod *method, int frequency, int bci, bool backedge, bool notify) argument
3093 call_runtime(Value arg1, address entry, ValueType* result_type, CodeEmitInfo* info) argument
3104 call_runtime(Value arg1, Value arg2, address entry, ValueType* result_type, CodeEmitInfo* info) argument
3118 call_runtime(BasicTypeArray* signature, LIR_OprList* args, address entry, ValueType* result_type, CodeEmitInfo* info) argument
3163 call_runtime(BasicTypeArray* signature, LIRItemList* args, address entry, ValueType* result_type, CodeEmitInfo* info) argument
[all...]
H A Dc1_LinearScan.cpp656 CodeEmitInfo* info = visitor.info_at(k); local
657 ValueStack* stack = info->stack();
1403 CodeEmitInfo* info = visitor.info_at(k); local
1404 ValueStack* stack = info->stack();
2319 void check_stack_depth(CodeEmitInfo* info, int stack_end) { argument
2320 if (info->stack()->bci() != SynchronizationEntryBCI && !info->scope()->method()->is_native()) {
2321 Bytecodes::Code code = info->scope()->method()->java_code_at_bci(info->stack()->bci());
2365 OopMap* LinearScan::compute_oop_map(IntervalWalker* iw, LIR_Op* op, CodeEmitInfo* info, boo argument
2443 CodeEmitInfo* info = visitor.info_at(i); local
2904 compute_debug_info(CodeEmitInfo* info, int op_id) argument
[all...]
H A Dc1_LIR.hpp1042 LIR_Op(LIR_Code code, LIR_Opr result, CodeEmitInfo* info) argument
1046 , _info(info)
1055 CodeEmitInfo* info() const { return _info; } function in class:LIR_Op
1116 LIR_OprList* arguments, CodeEmitInfo* info = NULL)
1117 : LIR_Op(code, result, info)
1143 CodeEmitInfo* info)
1144 : LIR_OpCall(code, addr, result, arguments, info)
1152 LIR_OprList* arguments, CodeEmitInfo* info)
1153 : LIR_OpCall(code, (address)vtable_offset, result, arguments, info)
1236 ciArrayKlass* expected_type, int flags, CodeEmitInfo* info);
1140 LIR_OpJavaCall(LIR_Code code, ciMethod* method, LIR_Opr receiver, LIR_Opr result, address addr, LIR_OprList* arguments, CodeEmitInfo* info) argument
1150 LIR_OpJavaCall(LIR_Code code, ciMethod* method, LIR_Opr receiver, LIR_Opr result, intptr_t vtable_offset, LIR_OprList* arguments, CodeEmitInfo* info) argument
1298 LIR_Op1(LIR_Code code, LIR_Opr opr, LIR_Opr result, BasicType type, LIR_PatchCode patch, CodeEmitInfo* info, LIR_MoveKind kind) argument
1307 LIR_Op1(LIR_Code code, LIR_Opr opr, CodeEmitInfo* info) argument
1752 LIR_OpLock(LIR_Code code, LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub, CodeEmitInfo* info) argument
1779 LIR_OpDelay(LIR_Op* op, CodeEmitInfo* info) argument
1932 call_opt_virtual(ciMethod* method, LIR_Opr receiver, LIR_Opr result, address dest, LIR_OprList* arguments, CodeEmitInfo* info) argument
1937 call_static(ciMethod* method, LIR_Opr result, address dest, LIR_OprList* arguments, CodeEmitInfo* info) argument
1941 call_icvirtual(ciMethod* method, LIR_Opr receiver, LIR_Opr result, address dest, LIR_OprList* arguments, CodeEmitInfo* info) argument
1945 call_virtual(ciMethod* method, LIR_Opr receiver, LIR_Opr result, intptr_t vtable_offset, LIR_OprList* arguments, CodeEmitInfo* info) argument
1949 call_dynamic(ciMethod* method, LIR_Opr receiver, LIR_Opr result, address dest, LIR_OprList* arguments, CodeEmitInfo* info) argument
2005 safepoint(LIR_Opr tmp, CodeEmitInfo* info) argument
2019 null_check(LIR_Opr opr, CodeEmitInfo* info) argument
2020 throw_exception(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) argument
2130 call_runtime(address routine, LIR_Opr tmp, LIR_Opr result, LIR_OprList* arguments, CodeEmitInfo* info) argument
2143 arraycopy(LIR_Opr src, LIR_Opr src_pos, LIR_Opr dst, LIR_Opr dst_pos, LIR_Opr length, LIR_Opr tmp, ciArrayKlass* expected_type, int flags, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1178 // determine call info & receiver
1497 CompiledICInfo info; local
1503 info, CHECK_(methodHandle()));
1504 inline_cache->set_to_monomorphic(info);
1589 assert(!UseInlineCaches, "relocation info. must exist for this address");
H A Dthread.hpp1716 void set_cached_monitor_info(GrowableArray<MonitorInfo*>* info) { _cached_monitor_info = info; } argument
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c116 ITEM_Object, /* Extra info field gives name. */
120 ITEM_ReturnAddress, /* Extra info gives instr # of start pc */
258 struct instruction_data_type *instruction_data; /* info about each */
416 const char **signature_p, fullinfo_type *info);
958 /* CCerror can give method-specific info once this is set */
1002 /* Allocate a structure to hold info about each instruction. */
1005 /* Initialize the heap, and other info in the context structure. */
1977 fullinfo_type stack_extra_info_buffer[256]; /* save info popped off stack */
2797 /* Get the info saved in the swap_table */
3081 * of info fro
4033 unsigned short info = GET_EXTRA_INFO(classinfo); local
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp146 // for timer info max values which include all bits
1154 // Store pthread info into the OSThread
1207 // Store pthread info into the OSThread
2023 static int address_to_library_name_callback(struct dl_phdr_info *info, argument
2031 for (i = 0; i < info->dlpi_phnum; i++) {
2032 address segbase = (address)(info->dlpi_addr + info->dlpi_phdr[i].p_vaddr);
2033 if (info->dlpi_phdr[i].p_type == PT_LOAD) {
2041 d->addr < segbase + info->dlpi_phdr[i].p_memsz) {
2050 if (found && info
3009 get_page_info(char *start, page_info* info) argument
4157 signalHandler(int sig, siginfo_t* info, void* uc) argument
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp125 // for timer info max values which include all bits
976 // Store pthread info into the OSThread
1027 // Store pthread info into the OSThread
1753 static int address_to_library_name_callback(struct dl_phdr_info *info, argument
1761 for (i = 0; i < info->dlpi_phnum; i++) {
1762 address segbase = (address)(info->dlpi_addr + info->dlpi_phdr[i].p_vaddr);
1763 if (info->dlpi_phdr[i].p_type == PT_LOAD) {
1771 d->addr < segbase + info->dlpi_phdr[i].p_memsz) {
1780 if (found && info
2837 get_page_info(char *start, page_info* info) argument
4003 signalHandler(int sig, siginfo_t* info, void* uc) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp122 // for timer info max values which include all bits
582 processor_info_t info; local
583 if (processor_info(next, &info) == 0) {
585 if (info.pi_state == P_ONLINE || info.pi_state == P_NOINTR) {
840 Dl_serinfo _info, *info = &_info; local
847 if (dlinfo(RTLD_SELF, RTLD_DI_SERINFOSIZE, (void *)info) == -1) {
852 info = (Dl_serinfo*)malloc(_info.dls_size);
853 if (info == NULL) {
855 "init_system_properties_values info");
1979 Elf64_Sym * info; local
3044 get_page_info(char *start, page_info* info) argument
4624 signalHandler(int sig, siginfo_t* info, void* ucVoid) argument
4633 sigINTRHandler(int sig, siginfo_t* info, void* ucVoid) argument
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp97 // for timer info max values which include all bits
451 // Store info on the Win32 thread into the OSThread
605 // Store info on the Win32 thread into the OSThread
1374 // to the corresponding PDB file (debug info); sometimes it only
1432 // print module info; param is outputStream*
1463 // If we can read dll-info and find that dll was built
2658 // Container for NUMA node list info
3288 bool os::get_page_info(char *start, page_info* info) { argument

Completed in 217 milliseconds

<<1112