Searched refs:fp (Results 1 - 25 of 149) sorted by relevance

123456

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dvm_version_linux_sparc.cpp33 FILE* fp = fopen("/proc/cpuinfo", "r"); local
34 if (fp == NULL) {
38 while (!feof(fp)) {
39 if (fscanf(fp, "cpu\t\t: %100[^\n]", &cpu) == 1) {
47 fclose(fp);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp32 static void defineRegCount(FILE *fp, RegisterForm *registers) { argument
35 fprintf(fp,"\n");
36 fprintf(fp,"// the number of reserved registers + machine registers.\n");
37 fprintf(fp,"#define REG_COUNT %d\n", regCount);
158 static void declareRegNames(FILE *fp, RegisterForm *registers) { argument
160 // fprintf(fp,"\n");
161 // fprintf(fp,"// An array of character pointers to machine register names.\n");
162 // fprintf(fp,"extern const char *regName[];\n");
167 void ArchDesc::declareRegSizes(FILE *fp) { argument
172 static void declareRegEncodes(FILE *fp, RegisterFor argument
185 out_RegMask(FILE *fp) argument
194 in_RegMask(FILE *fp) argument
198 declareConstStorage(FILE *fp, FormDict &globals, OperandForm *oper) argument
279 defineConstructor(FILE *fp, const char *name, uint num_consts, ComponentList &lst, bool is_ideal_bool, Form::DataType constant_type, FormDict &globals) argument
368 defineCCodeDump(OperandForm* oper, FILE *fp, int i) argument
380 dump_spec_constant(FILE *fp, const char *ideal_type, uint i, OperandForm* oper) argument
420 gen_oper_format(FILE *fp, FormDict &globals, OperandForm &oper, bool for_c_file = false) argument
576 gen_inst_format(FILE *fp, FormDict &globals, InstructForm &inst, bool for_c_file = false) argument
1115 declareClasses(FILE *fp) argument
1952 defineStateClass(FILE *fp) argument
[all...]
H A Dformsopt.cpp167 void RegisterForm::output(FILE *fp) { // Write info to output files argument
169 fprintf(fp,"\n");
170 fprintf(fp,"-------------------- Dump RegisterForm --------------------\n");
172 ((RegDef*)_regDef[name])->output(fp);
174 fprintf(fp,"\n");
176 ((RegClass*)_regClass[name])->output(fp);
178 fprintf(fp,"\n");
180 ((AllocClass*)_allocClass[name])->output(fp);
182 fprintf(fp,"-------------------- end RegisterForm --------------------\n");
218 void RegDef::output(FILE *fp) { // Writ argument
299 output(FILE *fp) argument
326 output(FILE *fp) argument
359 output(FILE *fp) argument
393 output(FILE *fp) argument
460 output(FILE *fp) argument
471 output(FILE *fp) argument
491 output(FILE *fp) argument
523 output(FILE *fp) argument
581 output(FILE *fp) argument
642 output(FILE *fp) argument
684 output(FILE *fp) argument
729 output(FILE *fp) argument
[all...]
H A Ddfa.cpp117 static void cost_check(FILE *fp, const char *spaces, argument
129 if( debug_output ) { fprintf(fp, "// Previous rule with lower cost than: %s === %s_rule costs %s\n", arrayIdx, rule, cost->as_string()); }
137 if( debug_output ) { fprintf(fp, "// Previous rule with higher cost\n"); }
145 fprintf(fp, "%sif (STATE__NOT_YET_VALID(%s) || _cost[%s] > %s) {\n", spaces, arrayIdx, arrayIdx, cost->as_string());
150 if( debug_output ) { fprintf(fp, "%s// %s KNOWN_INVALID \n", spaces, arrayIdx); }
159 fprintf(fp, "%sif ( /* %s KNOWN_VALID || */ _cost[%s] > %s) {\n", spaces, arrayIdx, arrayIdx, cost->as_string());
167 fprintf(fp, "%s %s(%s, %s_rule, %s)", spaces, production, arrayIdx, rule, cost->as_string() );
169 if( cost_is_below_lower_bound ) { fprintf(fp, "\t // overwrites higher cost rule"); }
171 fprintf(fp, "\n");
175 fprintf(fp, "
193 child_test(FILE *fp, MatchList &mList) argument
213 calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status) argument
239 gen_match(FILE *fp, MatchList &mList, ProductionState &status, Dict &operands_chained_from) argument
293 expand_opclass(FILE *fp, const char *indent, const Expr *cost, const char *result_type, ProductionState &status) argument
311 chain_rule(FILE *fp, const char *indent, const char *operand, const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) argument
373 buildDFA(FILE* fp) argument
571 generate_cse(FILE *fp) argument
593 gen_dfa_state_body(FILE* fp, Dict &minimize, ProductionState &status, Dict &operands_chained_from, int i) argument
865 print_defines(FILE *fp) argument
874 print_asserts(FILE *fp) argument
[all...]
H A Doutput_c.cpp56 static void defineRegNames(FILE *fp, RegisterForm *registers) { argument
58 fprintf(fp,"\n");
59 fprintf(fp,"// An array of character pointers to machine register names.\n");
60 fprintf(fp,"const char *Matcher::regName[REG_COUNT] = {\n");
69 fprintf(fp," \"%s\"%s\n", reg_def->_regname, comma);
73 fprintf(fp,"};\n");
75 fprintf(fp,"\n");
76 fprintf(fp,"// An array of character pointers to machine register names.\n");
77 fprintf(fp,"const VMReg OptoReg::opto2vm[REG_COUNT] = {\n");
84 fprintf(fp,"\
96 defineRegEncodes(FILE *fp, RegisterForm *registers) argument
126 defineRegClassEnum(FILE *fp, RegisterForm *registers) argument
1062 defineOut_RegMask(FILE *fp, const char *node, const char *regMask) argument
1067 print_block_index(FILE *fp, int inst_position) argument
1076 check_peepmatch_instruction_sequence(FILE *fp, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1114 build_instruction_index_mapping( FILE *fp, FormDict &globals, PeepMatch *pmatch ) argument
1140 check_peepconstraints(FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1332 generate_peepreplace( FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint, PeepReplace *preplace, int max_position ) argument
1415 definePeephole(FILE *fp, InstructForm *node) argument
1485 defineExpand(FILE *fp, InstructForm *node) argument
1892 DefineEmitState(FILE *fp, ArchDesc &AD, EncClass &encoding, InsEncode &ins_encode, InstructForm &inst) argument
2481 defineSize(FILE *fp, InstructForm &inst) argument
2499 defineEmit(FILE* fp, InstructForm& inst) argument
2584 defineEvalConstant(FILE* fp, InstructForm& inst) argument
2667 defineIn_RegMask(FILE *fp, FormDict &globals, OperandForm &oper) argument
2731 defineClone(FILE *fp, FormDict &globalNames, OperandForm &oper) argument
2835 define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals, const char *name, const char *encoding) argument
2960 defineClasses(FILE *fp) argument
3621 path_to_constant(FILE *fp, FormDict &globals, MatchNode *mnode, uint idx) argument
3677 genMachOperCase(FILE *fp, FormDict &globalNames, ArchDesc &AD, OperandForm &op) argument
[all...]
H A Dformssel.hpp295 void rep_var_format(FILE *fp, const char *rep_var);
297 void index_temps (FILE *fp, FormDict &globals, const char *prefix = "", const char *receiver = "");
303 virtual void output(FILE *fp); // Write to output files
326 void output(FILE *fp); // Write info to output files
370 void output(FILE *fp);
388 void output(FILE *fp); // Write info to output files
416 void output(FILE *fp);
419 bool print_opcode(FILE *fp, Opcode::opcode_type desired_opcode);
461 void output(FILE *fp);
486 void output(FILE *fp); // Writ
[all...]
H A DarchDesc.hpp56 void output(FILE *fp);
92 void output(FILE *fp);
125 void gen_match(FILE *fp, MatchList &mlist, ProductionState &status, Dict &operands_chained_from);
126 void chain_rule(FILE *fp, const char *indent, const char *ideal,
129 void expand_opclass(FILE *fp, const char *indent, const Expr *cost,
131 Expr *calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status);
234 void buildDFA(FILE *fp); // Driver for constructing the DFA
235 void gen_dfa_state_body(FILE *fp, Dict &minmize, ProductionState &status, Dict &chained, int i); // Driver for constructing the DFA state bodies
278 void addSunCopyright(char* legal, int size, FILE *fp);
287 void addPreprocessorChecks(FILE *fp);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCFrame.java37 return fp;
52 ProcCFrame(ProcDebugger dbg, Address pc, Address fp) { argument
55 this.fp = fp;
64 private Address fp; field in class:ProcCFrame
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssm.c622 FILE* fp;
627 fp = fopen (fname, "wt");
628 if (fp == NULL)
631 fprintf (fp, "#VRML V2.0 utf8\n");
634 fprintf (fp, "DEF CamTest Group {\n");
635 fprintf (fp, "\tchildren [\n");
636 fprintf (fp, "\t\tDEF Cameras Group {\n");
637 fprintf (fp, "\t\t\tchildren [\n");
638 fprintf (fp, "\t\t\t\tDEF DefaultView Viewpoint {\n");
639 fprintf (fp, "\
[all...]
/openjdk7/jdk/test/java/awt/Mouse/ExtraMouseClick/
H A DExtraMouseClick.java53 Point fp; //frame's location on screen field in class:ExtraMouseClick
103 fp = frame.getLocationOnScreen();
154 robot.mouseMove(fp.x + frame.getWidth()/2, fp.y + frame.getHeight()/2 );
158 robot.mouseMove(fp.x + frame.getWidth()/2 + i, fp.y + frame.getHeight()/2 );
169 robot.mouseMove(fp.x + frame.getWidth()/2, fp.y + frame.getHeight()/2 );
173 robot.mouseMove(fp.x + frame.getWidth()/2 + i, fp
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rmi/rmid/
H A DExecPermission.java64 private transient FilePermission fp; field in class:ExecPermission
136 return fp.implies(that.fp);
157 return fp.equals(that.fp);
166 return this.fp.hashCode();
214 this.fp = new FilePermission(path, "execute");
/openjdk7/jdk/test/java/util/Formatter/
H A DgenBasic.sh50 gen float Float prim fp "" ""
51 gen Float FloatObject "" fp "" ""
52 gen double Double prim fp "" ""
53 gen Double DoubleObject "" fp "" ""
54 gen BigDecimal BigDecimal "" fp "" ""
/openjdk7/jdk/test/java/util/ServiceLoader/
H A DLoad.java54 FooService fp = null;
58 fp = sli.next();
67 if (!fp.getClass().getName().equals(ec))
70 fp.getClass().getName(), ec));
71 out.format("Provider found: %s%n", fp.getClass().getName());
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjavaFrameAnchor_x86.hpp83 // Assert (last_Java_sp == NULL || fp == NULL)
84 void set_last_Java_fp(intptr_t* fp) { _last_Java_fp = fp; } argument
H A Dframe_x86.hpp35 // A frame is comprised of {pc, fp, sp}
50 // [old frame pointer ] <- fp = link()
65 // [old frame pointer ] fp [ BytecodeInterpreter::run's ebp/rbp ]
184 frame(intptr_t* sp, intptr_t* fp, address pc);
186 frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc);
188 frame(intptr_t* sp, intptr_t* fp);
192 intptr_t* fp() const { return _fp; } function
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjavaFrameAnchor_zero.hpp53 void set(intptr_t* sp, address pc, ZeroFrame* fp) { argument
65 _last_Java_fp = fp;
/openjdk7/jdk/src/share/native/common/
H A Djio.c55 jio_fprintf(FILE *fp, const char *fmt, ...) argument
61 len = jio_vfprintf(fp, fmt, args);
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c53 static FILE *fp; variable
60 jvmtiEnv* jvmti, FILE* fp) {
63 fprintf(fp, "Dummy record detected containing message: %s\n",
70 print_stack_frames(PCStackInfo* record, jvmtiEnv *jvmti, FILE* fp) { argument
98 fprintf(fp, "%s::%s %s %s @%d\n", class_signature, method_name,
138 jvmtiEnv *jvmti, FILE* fp) {
146 fprintf(fp, "PcDescriptor(pc=0x%lx):\n", (jint)(pcrecord.pc));
147 print_stack_frames(&pcrecord, jvmti, fp);
155 FILE* fp)
158 fprintf(fp, "\nPrintin
59 print_dummy_record(jvmtiCompiledMethodLoadDummyRecord* record, jvmtiEnv* jvmti, FILE* fp) argument
137 print_inline_info_record(jvmtiCompiledMethodLoadInlineRecord* record, jvmtiEnv *jvmti, FILE* fp) argument
154 print_records(jvmtiCompiledMethodLoadRecordHeader* list, jvmtiEnv *jvmti, FILE* fp) argument
[all...]
/openjdk7/jdk/test/java/awt/EventDispatchThread/HandleExceptionOnEDT/
H A DHandleExceptionOnEDT.java89 Point fp = f.getLocationOnScreen();
90 r.mouseMove(fp.x + f.getWidth() / 2, fp.y + f.getHeight() / 2);
104 d.setBounds(fp.x + 100, fp.y + 100, 400, 300);
142 r.mouseMove(fp.x + 50, fp.y + 50);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp87 void set(JvmtiFramePop& fp);
88 void clear(JvmtiFramePop& fp);
89 int clear_to(JvmtiFramePop& fp);
95 bool contains(JvmtiFramePop& fp) { return _pops->contains(fp.frame_number()); } argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/
H A DAMD64CurrentFrameGuess.java69 Address fp = context.getRegisterAsAddress(AMD64ThreadContext.RBP);
95 setValues(sp, fp, pc);
101 sp + ", fp = " + fp + ", pc = " + pc);
103 setValues(sp, fp, pc);
194 thread.getLastJavaSP() + ", fp = " + thread.getLastJavaFP());
211 private void setValues(Address sp, Address fp, Address pc) { argument
213 fpFound = fp;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java68 Address fp = context.getRegisterAsAddress(X86ThreadContext.FP);
95 setValues(sp, fp, pc);
101 sp + ", fp = " + fp + ", pc = " + pc);
103 setValues(sp, fp, pc);
194 thread.getLastJavaSP() + ", fp = " + thread.getLastJavaFP());
211 private void setValues(Address sp, Address fp, Address pc) { argument
213 fpFound = fp;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DIA64CurrentFrameGuess.java75 private void setValues(Address sp, Address fp, Address pc) { argument
77 fpFound = fp;
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dthread_bsd_x86.hpp46 void set_last_Java_fp(intptr_t* fp) { _anchor.set_last_Java_fp(fp); } argument
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dthread_linux_x86.hpp46 void set_last_Java_fp(intptr_t* fp) { _anchor.set_last_Java_fp(fp); } argument

Completed in 297 milliseconds

123456