Searched defs:line (Results 126 - 140 of 140) sorted by relevance

123456

/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c45 int line; /* current frame method source line */ member in struct:__anon87
59 static void failed(int err, const char * file, int line) { argument
61 fprintf(stderr, "failed %d at %s:%d\n", err, file, line);
65 static void warn(const char * file, int line, const char * msg) { argument
67 fprintf(stderr, "warning: %s at %s:%d\n", msg, file, line);
71 static void warn1(const char * file, int line, const char * msg, intptr_t arg1) { argument
75 fprintf(stderr, " at %s:%d\n", file, line);
108 int32_t line; member in struct:vframe
694 read_pair(jvm_agent_t* J, uint64_t *buffer, int32_t *bci, int32_t *line) argument
[all...]
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c32 * worry about choosing the right JVM based on command line flag, jar
39 * Shared source for 'java' command line tool.
42 * instance, the JDK command line tools such as javac and javadoc (see
57 * One job of the launcher is to remove command line options which the
97 * of the jre exec'd through the SelectVersion routine. The command line
102 * but also for correctness, since any command line options have been
104 * This would be incorrect because the command line options are defined
326 * Parse command line options; if the return value of
353 * Done with all command line processing and potential re-execs so
644 * Checks the command line option
1867 char line[MAXPATHLEN+20]; local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1130 void LIR_List::set_file_and_line(const char * file, int line) { argument
1139 _line = line;
H A Dc1_LIR.hpp1061 void set_file_and_line(const char * file, int line) { argument
1063 _line = line;
1909 void set_file_and_line(const char * file, int line);
/openjdk7/jdk/src/share/bin/
H A Djava.c27 * Shared source for 'java' command line tool.
30 * instance, the JDK command line tools such as javac and javadoc (see
36 * One job of the launcher is to remove command line options which the
206 printf("Command line args:\n");
273 /* Parse command line options; if the return value of
452 * Checks the command line options to find which JVM type was
453 * specified. If no command line option was given for the JVM type,
455 * JDK_ALTERNATE_VM and the command line option -XXaltjvm= are also
717 * from command line options.
718 * The routine also parses splash screen command line option
1581 char line[MAXPATHLEN+20]; local
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp761 void JavaThread::record_jump(address target, address instr, const char* file, int line) { argument
772 _jmp_ring[index]._line = line;
3535 // When a security manager is installed through the command line
3687 // Find a command line agent library and return its entry point for
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c179 char line[PKGINFO_LINE_LEN_MAX]; local
185 while(fgets(line,sizeof(line),fp) != NULL && --lineCount > 0) {
186 size_t lineLen = strlen(line);
189 strncmp(versionPrefix, line, versionPrefixLen) == 0)
193 char* version = line + versionPrefixLen;
230 "The pipe line will be enabled, but note that versions less than 0.9.3\n"
640 int line, pix; local
654 for (line=0; line < heigh
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c128 hprof_debug_malloc(int size, char *file, int line) argument
135 ptr = debug_malloc(size, file, line);
145 hprof_debug_free(void *ptr, char *file, int line) argument
150 (void)debug_free(ptr, file, line);
1438 HPROF_JVMTI_ERROR(error, "Cannot get source line numbers");
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c71 /* Macros over error functions to capture line numbers */
250 fatal_error(CrwClassImage *ci, const char *message, const char *file, int line) argument
253 (*ci->fatal_error_handler)(message, file, line);
257 (void)fprintf(stderr, "CRW: %s [%s:%d]\n", message, file, line);
265 const char *file, int line)
284 fatal_error(ci, buf, file, line);
264 assert_error(CrwClassImage *ci, const char *condition, const char *file, int line) argument
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java434 /// First and last character/line that will be drawn
643 /// Draws one line of text at given position
644 private void modeSpecificDrawLine( Graphics2D g2, String line, argument
654 g2.drawString( line, 0, 0 );
657 g2.drawChars( line.toCharArray(), 0, line.length(), 0, 0 );
661 byte lineBytes[] = line.getBytes( "ISO-8859-1" );
670 testFont.createGlyphVector( g2.getFontRenderContext(), line );
674 TextLayout tl = new TextLayout( line, testFont,
680 testFont.createGlyphVector( g2.getFontRenderContext(), line );
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp42 // Memory layout (each line represents a word). Note that most applications load thousands of methods,
50 // Note that accessing the line number and local variable tables is not performance critical at all.
54 // The line number table is compressed and inlined following the byte codes. It is found as the first
56 // after the line number table, and indexed from the end of the method. We do not compress the checked
589 // Returns the line number for a bci if debugging information for the method is prowided,
741 // Utility class for compressing line number tables
752 // Write (bci, line number) pair to stream
755 inline void write_pair_inline(int bci, int line) { argument
757 int line_delta = line - _line;
759 _line = line;
783 write_pair(int bci, int line) argument
804 int line() const { return _line; } function in class:CompressedLineNumberReadStream
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp737 assert(constantPoolCacheOopDesc::decode_secondary_index(~123) == 123, "else change next line");
2214 void InterpreterMacroAssembler::interp_verify_oop(Register reg, TosState state, const char * file, int line) { argument
2215 if (state == atos) { MacroAssembler::_verify_oop(reg, "broken oop ", file, line); }
2258 // Perform a more elaborate out-of-line call
H A Dassembler_sparc.cpp605 void MacroAssembler::jmp2(Register r1, Register r2, const char* file, int line ) {
619 set(line, O4);
630 // store line
640 void MacroAssembler::jmp(Register r1, int offset, const char* file, int line ) {
654 set(line, O4);
665 // store line
677 void MacroAssembler::jumpl(const AddressLiteral& addrlit, Register temp, Register d, int offset, const char* file, int line) { argument
696 set(line, O4);
708 // store line
723 void MacroAssembler::jump(const AddressLiteral& addrlit, Register temp, int offset, const char* file, int line) { argument
1749 _verify_oop(Register reg, const char* msg, const char * file, int line) argument
1798 _verify_oop_addr(Address addr, const char* msg, const char * file, int line) argument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp41 // Delimit command-line definitions from in-file definitions:
85 // Each top-level keyword should appear as the first non-whitespace on a line.
92 _ptr = _curline; // Reset ptr to start of new line
95 if (ident == NULL) { // Empty line
96 continue; // Get the next line
111 else if (!strcmp(ident, "#line")) preproc_line();
925 // ELSE advance to the next character, or start of the next line
2741 int line = linenum(); local
2832 // ELSE advance to the next character, or start of the next line
3102 // Start code line
4145 int line = linenum(); local
4240 int line = linenum(); local
4671 int line = get_int(); local
4958 int line = linenum ? linenum : this->linenum(); local
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp61 // pool and when parsing line number tables.
1340 // Verify line number attribute and table length
1358 u2 line = cfs->get_u2_fast(); // line_number local
1361 (*write_stream)->write_pair(bci, line);
2011 // Parse and compress line number table
2225 // Copy line number table

Completed in 107 milliseconds

123456