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

123456789

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/aarch64/
H A DLinuxAARCH64CFrame.java35 public LinuxAARCH64CFrame(LinuxDebugger dbg, Address fp, Address pc) { argument
37 this.fp = fp;
53 return fp;
60 if ((fp == null) || fp.lessThan(rsp)) {
64 // Check alignment of fp
65 if (dbg.getAddressValue(fp) % (2 * ADDRESS_SIZE) != 0) {
69 Address nextFP = fp.getAddressAt(0 * ADDRESS_SIZE);
70 if (nextFP == null || nextFP.lessThanOrEqual(fp)) {
84 private Address fp; field in class:LinuxAARCH64CFrame
[all...]
/openjdk10/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp36 static void defineRegCount(FILE *fp, RegisterForm *registers) { argument
39 fprintf(fp,"\n");
40 fprintf(fp,"// the number of reserved registers + machine registers.\n");
41 fprintf(fp,"#define REG_COUNT %d\n", regCount);
162 static void declareRegNames(FILE *fp, RegisterForm *registers) { argument
164 // fprintf(fp,"\n");
165 // fprintf(fp,"// An array of character pointers to machine register names.\n");
166 // fprintf(fp,"extern const char *regName[];\n");
171 void ArchDesc::declareRegSizes(FILE *fp) { argument
176 static void declareRegEncodes(FILE *fp, RegisterFor argument
189 out_RegMask(FILE *fp) argument
198 in_RegMask(FILE *fp) argument
202 declareConstStorage(FILE *fp, FormDict &globals, OperandForm *oper) argument
291 defineConstructor(FILE *fp, const char *name, uint num_consts, ComponentList &lst, bool is_ideal_bool, Form::DataType constant_type, FormDict &globals) argument
386 defineCCodeDump(OperandForm* oper, FILE *fp, int i) argument
400 dump_spec_constant(FILE *fp, const char *ideal_type, uint i, OperandForm* oper) argument
444 gen_oper_format(FILE *fp, FormDict &globals, OperandForm &oper, bool for_c_file = false) argument
600 gen_inst_format(FILE *fp, FormDict &globals, InstructForm &inst, bool for_c_file = false) argument
1139 declareClasses(FILE *fp) argument
2033 defineStateClass(FILE *fp) argument
[all...]
H A Dformsopt.cpp173 void RegisterForm::output(FILE *fp) { // Write info to output files argument
175 fprintf(fp,"\n");
176 fprintf(fp,"-------------------- Dump RegisterForm --------------------\n");
178 ((RegDef*)_regDef[name])->output(fp);
180 fprintf(fp,"\n");
182 ((RegClass*)_regClass[name])->output(fp);
184 fprintf(fp,"\n");
186 ((AllocClass*)_allocClass[name])->output(fp);
188 fprintf(fp,"-------------------- end RegisterForm --------------------\n");
224 void RegDef::output(FILE *fp) { // Writ argument
306 output(FILE *fp) argument
315 declare_register_masks(FILE* fp) argument
327 build_register_masks(FILE* fp) argument
357 declare_register_masks(FILE* fp) argument
372 declare_register_masks(FILE* fp) argument
418 output(FILE *fp) argument
451 output(FILE *fp) argument
485 output(FILE *fp) argument
552 output(FILE *fp) argument
563 output(FILE *fp) argument
583 output(FILE *fp) argument
615 output(FILE *fp) argument
673 output(FILE *fp) argument
734 output(FILE *fp) argument
776 output(FILE *fp) argument
821 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.cpp39 static void defineRegNames(FILE *fp, RegisterForm *registers) { argument
41 fprintf(fp,"\n");
42 fprintf(fp,"// An array of character pointers to machine register names.\n");
43 fprintf(fp,"const char *Matcher::regName[REG_COUNT] = {\n");
52 fprintf(fp," \"%s\"%s\n", reg_def->_regname, comma);
56 fprintf(fp,"};\n");
58 fprintf(fp,"\n");
59 fprintf(fp,"// An array of character pointers to machine register names.\n");
60 fprintf(fp,"const VMReg OptoReg::opto2vm[REG_COUNT] = {\n");
67 fprintf(fp,"\
79 defineRegEncodes(FILE *fp, RegisterForm *registers) argument
109 defineRegClassEnum(FILE *fp, RegisterForm *registers) argument
1007 defineOut_RegMask(FILE *fp, const char *node, const char *regMask) argument
1012 print_block_index(FILE *fp, int inst_position) argument
1021 check_peepmatch_instruction_sequence(FILE *fp, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1059 build_instruction_index_mapping( FILE *fp, FormDict &globals, PeepMatch *pmatch ) argument
1085 check_peepconstraints(FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1277 generate_peepreplace( FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint, PeepReplace *preplace, int max_position ) argument
1360 definePeephole(FILE *fp, InstructForm *node) argument
1430 defineExpand(FILE *fp, InstructForm *node) argument
1872 DefineEmitState(FILE *fp, ArchDesc &AD, EncClass &encoding, InsEncode &ins_encode, InstructForm &inst) argument
2459 defineSize(FILE *fp, InstructForm &inst) argument
2477 define_postalloc_expand(FILE *fp, InstructForm &inst) argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/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
/openjdk10/jdk/test/java/io/FilePermission/
H A DInvalid.java46 FilePermission fp = new FilePermission("a", "read");
57 Asserts.assertNE(fp, fp1);
58 Asserts.assertNE(fp1, fp);
70 Asserts.assertFalse(fp.implies(fp1));
71 Asserts.assertFalse(fp1.implies(fp));
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmssm.c623 FILE* fp;
628 fp = fopen (fname, "wt");
629 if (fp == NULL)
632 fprintf (fp, "#VRML V2.0 utf8\n");
635 fprintf (fp, "DEF CamTest Group {\n");
636 fprintf (fp, "\tchildren [\n");
637 fprintf (fp, "\t\tDEF Cameras Group {\n");
638 fprintf (fp, "\t\t\tchildren [\n");
639 fprintf (fp, "\t\t\t\tDEF DefaultView Viewpoint {\n");
640 fprintf (fp, "\
[all...]
/openjdk10/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DAccessBridgeEventHandler.h81 void setPropertyChangeFP(AccessBridge_PropertyChangeFP fp, WinAccessBridge *wab);
82 void setJavaShutdownFP(AccessBridge_JavaShutdownFP fp, WinAccessBridge *wab);
83 void setFocusGainedFP(AccessBridge_FocusGainedFP fp, WinAccessBridge *wab);
84 void setFocusLostFP(AccessBridge_FocusLostFP fp, WinAccessBridge *wab);
85 void setCaretUpdateFP(AccessBridge_CaretUpdateFP fp, WinAccessBridge *wab);
86 void setMouseClickedFP(AccessBridge_MouseClickedFP fp, WinAccessBridge *wab);
87 void setMouseEnteredFP(AccessBridge_MouseEnteredFP fp, WinAccessBridge *wab);
88 void setMouseExitedFP(AccessBridge_MouseExitedFP fp, WinAccessBridge *wab);
89 void setMousePressedFP(AccessBridge_MousePressedFP fp, WinAccessBridge *wab);
90 void setMouseReleasedFP(AccessBridge_MouseReleasedFP fp, WinAccessBridg
[all...]
H A DAccessBridgeWindowsEntryPoints.h253 void setPropertyChangeFP(AccessBridge_PropertyChangeFP fp);
256 void setJavaShutdownFP(AccessBridge_JavaShutdownFP fp);
259 void setFocusGainedFP(AccessBridge_FocusGainedFP fp);
260 void setFocusLostFP(AccessBridge_FocusLostFP fp);
263 void setCaretUpdateFP(AccessBridge_CaretUpdateFP fp);
266 void setMouseClickedFP(AccessBridge_MouseClickedFP fp);
267 void setMouseEnteredFP(AccessBridge_MouseEnteredFP fp);
268 void setMouseExitedFP(AccessBridge_MouseExitedFP fp);
269 void setMousePressedFP(AccessBridge_MousePressedFP fp);
270 void setMouseReleasedFP(AccessBridge_MouseReleasedFP fp);
[all...]
/openjdk10/hotspot/src/os_cpu/linux_sparc/vm/
H A Dvm_version_linux_sparc.cpp34 FILE* fp = fopen("/proc/cpuinfo", "r"); local
35 if (fp == NULL) {
39 while (fgets(line, sizeof(line), fp) != NULL) {
49 fclose(fp);
/openjdk10/hotspot/test/native/logging/
H A DlogTestUtils.inline.hpp85 // Read a complete line from fp and return it as a resource allocated string.
87 static inline char* read_line(FILE* fp) { argument
88 assert(fp != NULL, "invalid fp");
91 long pos = ftell(fp);
93 char* ret = fgets(buf, buflen, fp);
94 while (ret != NULL && buf[strlen(buf) - 1] != '\n' && !feof(fp)) {
99 fseek(fp, pos, SEEK_SET);
101 ret = fgets(buf, buflen, fp);
107 FILE* fp local
[all...]
/openjdk10/jdk/test/java/awt/Mouse/ExtraMouseClick/
H A DExtraMouseClick.java61 Point fp; //frame's location on screen field in class:ExtraMouseClick
111 fp = frame.getLocationOnScreen();
167 robot.mouseMove(fp.x + frame.getWidth()/2, fp.y + frame.getHeight()/2 );
171 robot.mouseMove(fp.x + frame.getWidth()/2 + i, fp.y + frame.getHeight()/2 );
184 robot.mouseMove(fp.x + frame.getWidth()/2, fp.y + frame.getHeight()/2 );
188 robot.mouseMove(fp.x + frame.getWidth()/2 + i, fp
[all...]
/openjdk10/jdk/src/java.rmi/share/classes/com/sun/rmi/rmid/
H A DExecPermission.java63 private transient FilePermission fp; field in class:ExecPermission
135 return fp.implies(that.fp);
156 return fp.equals(that.fp);
165 return this.fp.hashCode();
213 this.fp = new FilePermission(path, "execute");
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dframe_aarch64.hpp35 // A frame is comprised of {pc, fp, sp}
58 // [old frame pointer ] <- fp = link()
138 frame(intptr_t* sp, intptr_t* fp, address pc);
140 frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc);
142 frame(intptr_t* sp, intptr_t* fp);
144 void init(intptr_t* sp, intptr_t* fp, address pc);
148 intptr_t* fp() const { return _fp; } function
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dframe_x86.hpp34 // A frame is comprised of {pc, fp, sp}
49 // [old frame pointer ] <- fp = link()
134 frame(intptr_t* sp, intptr_t* fp, address pc);
136 frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc);
138 frame(intptr_t* sp, intptr_t* fp);
140 void init(intptr_t* sp, intptr_t* fp, address pc);
144 intptr_t* fp() const { return _fp; } function
/openjdk10/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 "" ""
/openjdk10/jdk/test/java/util/ServiceLoader/basic/
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());
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DabstractInterpreter_sparc.cpp66 // needs to be aligned for). We are given that the sp (fp) is already aligned by
174 intptr_t* fp = interpreter_frame->fp(); local
179 assert(fp == caller->sp(), "fp must match");
181 intptr_t* montop = fp - rounded_vm_local_words;
203 *interpreter_frame->register_addr(I5_savedSP) = (intptr_t) (fp + computed_sp_adjustment) - STACK_BIAS;
222 locals = fp + frame::register_save_words + local_words - 1;
224 locals = fp + frame::memory_parameter_word_sp_offset + local_words - 1;
229 *interpreter_frame->register_addr(I5_savedSP) = (intptr_t)(caller->fp()
[all...]
/openjdk10/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;
/openjdk10/hotspot/src/cpu/arm/vm/
H A DjavaFrameAnchor_arm.hpp83 // Assert (last_Java_sp == NULL || fp == NULL)
84 void set_last_Java_fp(intptr_t* fp) { _last_Java_fp = fp; } argument
/openjdk10/jdk/src/java.base/share/native/libjava/
H A Djio.c56 jio_fprintf(FILE *fp, const char *fmt, ...) argument
62 len = jio_vfprintf(fp, fmt, args);
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp60 JvmtiFramePops::set(JvmtiFramePop& fp) { argument
61 if (_pops->find(fp.frame_number()) < 0) {
62 _pops->append(fp.frame_number());
68 JvmtiFramePops::clear(JvmtiFramePop& fp) { argument
71 _pops->remove(fp.frame_number());
76 JvmtiFramePops::clear_to(JvmtiFramePop& fp) { argument
81 if (pop.above_on_stack(fp)) {
113 JvmtiFramePop fp = JvmtiFramePop(_pops->at(i)); local
115 fp.print();
237 JvmtiFramePop fp(cur_frame_numbe
[all...]
/openjdk10/jdk/src/java.base/linux/native/libjava/
H A DProcessHandleImpl_linux.c76 FILE* fp; local
91 fp = fopen(fn, "r");
92 if (fp == NULL) {
101 statlen = fread(buffer, 1, (sizeof buffer - 1), fp);
102 fclose(fp);
249 FILE *fp; local
254 fp = fopen("/proc/stat", "r");
255 if (fp == NULL) {
259 while (getline(&line, &len, fp) != -1) {
266 if (fp !
[all...]
/openjdk10/jdk/src/jdk.jartool/share/classes/sun/tools/jar/
H A DValidator.java211 FingerPrint fp;
213 fp = new FingerPrint(basename, is.readAllBytes());
219 String internalName = fp.name();
224 if (fp.isNestedClass()) {
226 if (fp.topLevelName().equals(currentTopLevelName)) {
227 fps.put(internalName, fp);
235 if (fp.isClass()) {
236 currentTopLevelName = fp.topLevelName();
242 fps.put(internalName, fp);
251 if (fp
426 checkNestedClass(int version, String entryName, String internalName, FingerPrint fp) argument
[all...]

Completed in 148 milliseconds

123456789