Searched defs:fp (Results 51 - 75 of 85) sorted by relevance

1234

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp347 intptr_t* fp; local
348 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
349 return frame(sp, fp, epc.pc());
370 intptr_t* fp = _get_previous_fp(); local
372 (intptr_t*)fp,
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp139 intptr_t* fp; local
140 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
141 return frame(sp, fp, epc.pc());
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp243 intptr_t* fp; local
244 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp229 intptr_t* fp; local
230 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
231 return frame(sp, fp, epc.pc());
247 intptr_t* fp = _get_current_fp(); // it's inlined so want current fp local
249 (intptr_t*)fp,
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp355 intptr_t* fp; local
356 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
357 return frame(sp, fp, epc.pc());
406 intptr_t* fp = (*func)();
408 intptr_t* fp = _get_previous_fp();
412 (intptr_t*)fp,
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c301 FILE* fp = (FILE*) stream; local
305 fprintf(fp, "<"NS_PFX);
306 fprintf(fp, event, arg);
307 fprintf(fp, ">");
313 fprintf(fp, "</"NS_PFX"%s>", event);
317 fprintf(fp, "<"NS_PFX"%.*s_done", event_prefix, event);
318 fprintf(fp, argp, arg);
319 fprintf(fp, "/></"NS_PFX"%.*s>", event_prefix, event);
/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c437 WCHAR *fp = getFinalPath(pathbuf); local
438 if (fp == NULL) {
442 pathbuf = fp;
804 WCHAR *fp = getFinalPath(pathbuf); local
805 if (fp == NULL) {
809 pathbuf = fp;
/openjdk7/jdk/src/windows/native/java/util/
H A DTimeZone_md.c410 FILE *fp; local
423 if ((fp = fopen(mapFileName, "r")) == NULL) {
429 while (fgets(lineBuffer, sizeof(lineBuffer), fp) != NULL) {
498 fclose(fp);
506 (void) fclose(fp);
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java91 private final FontPanel fp; field in class:Font2DTest
141 fp = new FontPanel( this, parent );
229 gbl.setConstraints( fp, gbc );
230 this.add( fp );
368 printModeCBs[ fp.ONE_PAGE ] =
371 printModeCBs[ fp.CUR_RANGE ] =
374 printModeCBs[ fp.ALL_TEXT ] =
380 printModeCBs[ fp.ALL_TEXT ].setEnabled( false );
426 fp.setTextToDraw( fp
[all...]
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c819 FILE * fp; local
824 fp = fopen(jvmpath, "r");
825 if (fp == NULL) {
831 count = fread((void*)(&elf_head), sizeof(Elf32_Ehdr), 1, fp);
832 fclose(fp);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java605 private ProcCFrame createSenderFrame(ProcCFrame f, long pc, long fp) { argument
606 ProcCFrame sender = new ProcCFrame(this, newAddress(pc), newAddress(fp));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp1505 // +---------------+ <--- Lmonitors (fp - 0x18)
1507 // +---------------+ <--- fp
1511 // +---------------+ <--- fp + 0x40
1515 // +---------------+ <--- fp + 0x5c
1540 // needs to be aligned for). We are given that the sp (fp) is already aligned by
1635 intptr_t* fp = interpreter_frame->fp(); local
1640 assert(fp == caller->sp(), "fp must match");
1642 intptr_t* montop = fp
[all...]
H A DcppInterpreter_sparc.cpp2061 // needs to be aligned for). We are given that the sp (fp) is already aligned by
2232 interpreterState cur_state = (interpreterState) ((intptr_t)interpreter_frame->fp() - sizeof(BytecodeInterpreter));
2239 // not compute the location of locals from fp(). fp() will account
2243 // calculate postion of locals. fp already accounts for extra locals.
2258 intptr_t* fp = interpreter_frame->fp(); local
2262 locals = fp + frame::register_save_words + local_words - 1;
2264 locals = fp + frame::memory_parameter_word_sp_offset + local_words - 1;
2287 BytecodeInterpreter::pd_layout_interpreterState(cur_state, interpreter_return_address, interpreter_frame->fp());
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp112 void ChainList::output(FILE *fp) { argument
113 fprintf(fp, "\nChain Rules: output resets iterator\n");
119 fprintf(fp, "Chain to <%s> at cost #%s using %s_rule\n",name, cost ? cost : "0", rule);
123 // // chain_rule(fp, indent, name, cost, rule);
124 // chain_rule(fp, indent, name, cost, rule);
129 fprintf(fp, "No entries in this ChainList\n");
160 void MatchList::output(FILE *fp) { argument
161 fprintf(fp, "\nMatchList output is Unimplemented();\n");
1088 void ArchDesc::addSunCopyright(char* legal, int size, FILE *fp) { argument
1089 size_t count = fwrite(legal, 1, size, fp);
1134 addPreprocessorChecks(FILE *fp) argument
[all...]
H A Dforms.hpp161 virtual void output(FILE *fp) { fprintf(fp,"Form Output"); } argument
307 void output(FILE* fp) { argument
311 cur->output(fp);
359 void output(FILE *fp); // Output list of names to 'fp'
414 void output(FILE *fp); // Output list of names to 'fp'
462 void output(FILE *fp); // Output list of names to 'fp'
[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 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...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c291 FILE* fp = NULL; local
296 fp = fopen(path, mode);
297 } while (fp == NULL && errno == EINTR);
299 if (fp == NULL) {
303 return ptr_to_jlong(fp);
310 FILE* fp = jlong_to_ptr(stream); local
313 res = fclose(fp);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp482 jlong fp = (jlong) (uintptr_t) regs[fpRegIndex]; local
485 curFrame, pc, fp);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1631 FILE* fp = NULL; local
1644 fp = fopen(fileBuf, "at");
1645 if (fp != NULL) {
1651 if (fp == NULL) {
1656 CompileLog* log = new(ResourceObj::C_HEAP, mtCompiler) CompileLog(file, fp, thread_id);
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp460 // This frame must preserve the required fp alignment
1451 Node *fp = _cfg._broot->head()->in(1)->in(TypeFunc::FramePtr); local
1492 cisc->set_req(inp,fp); // Base register is frame pointer
1984 const char *fp = OptoReg::regname(OptoReg::c_frame_pointer); local
2008 tty->print_cr("#r%3.3d %s+%2d: pad0, owned by CALLER", reg, fp, reg2offset_unchecked(reg));
2015 tty->print("#r%3.3d %s+%2d: ",reg,fp,reg2offset_unchecked(reg));
2033 tty->print_cr("#r%3.3d %s+%2d: old out preserve",reg,fp,reg2offset_unchecked(reg));
2037 tty->print_cr("# -- Old %s -- Framesize: %d --",fp,
2047 tty->print("#r%3.3d %s+%2d: ",reg,fp,reg2offset_unchecked(reg));
2053 tty->print_cr("saved fp registe
[all...]
H A Dmatcher.cpp415 static RegMask *init_input_masks( uint size, RegMask &ret_adr, RegMask &fp ) {
422 rms[TypeFunc::FramePtr ] = fp;
817 Node *fp = ret->in(TypeFunc::FramePtr); local
821 set_shared(fp);
825 MachNode *spillCP = match_tree(new (C) LoadNNode(NULL,mem,fp,atp,TypeInstPtr::BOTTOM));
827 MachNode *spillI = match_tree(new (C) LoadINode(NULL,mem,fp,atp));
828 MachNode *spillL = match_tree(new (C) LoadLNode(NULL,mem,fp,atp));
829 MachNode *spillF = match_tree(new (C) LoadFNode(NULL,mem,fp,atp));
830 MachNode *spillD = match_tree(new (C) LoadDNode(NULL,mem,fp,atp));
831 MachNode *spillP = match_tree(new (C) LoadPNode(NULL,mem,fp,at
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c46 uint64_t new_fp; /* fp for the next frame */
112 uintptr_t fp; member in struct:frame
445 J->prev_fr.fp = 0;
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, argument
1225 Because c2 doesn't use FP as a framepointer the value of sp/fp we receive
1232 err = read_pointer(J, fp + POINTER_SIZE , &trial_pc);
1234 // Either we couldn't even read at the "fp" or the pc didn't match
1235 // both are sure clues that the fp is bogus. We no search the stack
1236 // for a reasonable number of words trying to find the bogus fp
1248 if (check == fp) {
1340 uintptr_t fp; local
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c46 uint64_t new_fp; /* fp for the next frame */
112 uintptr_t fp; member in struct:frame
445 J->prev_fr.fp = 0;
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, argument
1225 Because c2 doesn't use FP as a framepointer the value of sp/fp we receive
1232 err = read_pointer(J, fp + POINTER_SIZE , &trial_pc);
1234 // Either we couldn't even read at the "fp" or the pc didn't match
1235 // both are sure clues that the fp is bogus. We no search the stack
1236 // for a reasonable number of words trying to find the bogus fp
1248 if (check == fp) {
1340 uintptr_t fp; local
[all...]
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c1792 FILE *fp; local
1798 fp = fopen(path, "r");
1799 if (fp == 0) {
1803 while ((n = fread(buf, 1, sizeof(buf), fp)) != 0) {
1806 fclose(fp);

Completed in 148 milliseconds

1234