Home
last modified time | relevance | path

Searched refs:bytecode (Results 1 – 25 of 56) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dagentexpr.texi37 bytecode, and records the values for GDB to retrieve later.
104 The address of the next bytecode to execute.
204 Each bytecode description has the following form:
224 those shown, but the bytecode affects only those shown.
240 the operand in the bytecode stream in the body of the bytecode
250 bytecode treats it as an address.
418 and then sign-extend it using the @code{ext} bytecode.
532 maximum acceptable size of bytecode stack
535 maximum acceptable length of bytecode expressions
728 keep bytecode strings short.
[all …]
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt4 We met to discuss the LLVM instruction format and bytecode representation:
20 bytecode would have to parse and handle it. This would slow down the
38 1. Including dominator information in the LLVM bytecode
42 in the LLVM bytecode program. Basic blocks could be numbered according
43 to the order of occurrence in the bytecode representation.
66 runtime to skip information that it didn't understand in a bytecode
H A D2001-02-13-Reference-MemoryResponse.txt34 > no way to represent this in either the bytecode or assembly.
35 > B. When parsing assembly/bytecode, we effectively have to do a full
42 how big the bytecode files are before expanding them further. I am pretty
43 keen to explore the implications of LLVM for mobile devices. Both bytecode
H A D2001-02-13-Reference-Memory.txt30 no way to represent this in either the bytecode or assembly.
31 B. When parsing assembly/bytecode, we effectively have to do a full
36 bytecode to get around this... what do you think?
H A D2001-02-09-AdveCommentsResponse.txt59 > - it could make the bytecode significantly larger because there could
86 No, it isn't. Remember that the bytecode encoding saves value slots into
87 the bytecode instructions themselves, not constant values. This is
H A D2003-06-26-Reoptimizer2.txt57 2. Run opt -lowerswitch -paths -emitfuncs on the bytecode.
H A D2001-02-09-AdveComments.txt41 - it could make the bytecode significantly larger because there could
H A D2003-06-25-Reoptimizer1.txt6 We use opt to do Bytecode-to-bytecode instrumentation. Look at
H A D2000-11-18-EarlyDesignIdeasResp.txt26 * Java bytecode is used as our "safe" representation (to avoid
/openbsd/usr.bin/file/magdir/
H A Dlua14 # Lua bytecode
15 0 string \033Lua Lua bytecode,
H A Dcafebabe6 # Since Java bytecode and Mach-O fat-files have the same magic number, the test
9 # offset 4 in a Java bytecode file is the JVM minor version and the
/openbsd/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst23 backends: one to generate bytecode for functions (``ByteCodeEmitter``) and
25 generating bytecode (``EvalEmitter``). All functions are compiled to
26 bytecode, while toplevel expressions used in constant contexts are directly
27 evaluated since the bytecode would never be reused. This mechanism aims to
211 Descriptors are generated at bytecode compilation time and contain information
371 * Continue-after-failure: a form of exception handling at the bytecode
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf-write.c55 if (state->bytecode.ptr + (N) > state->bytecode.limit) \
56 buffer_grow (&state->bytecode, N); } while (0)
61 #define OP1(I) (*state->bytecode.ptr++ = (I), CHECK_OP(state))
260 struct buffer bytecode; member
421 if (state->bytecode.ptr > state->bytecode.limit)
470 int code_length = BUFFER_LENGTH (&state->bytecode);
473 BUFFER_RESET (&state->bytecode);
1085 reloc->offset = BUFFER_LENGTH (&state->bytecode);
1113 reloc->offset = BUFFER_LENGTH (&state->bytecode);
2863 BUFFER_INIT (&state->bytecode);
[all …]
H A Dgcj.texi66 * gij: (gcj)Invoking gij. GNU interpreter for Java bytecode
181 Java bytecode files.
281 if it isn't found, unless it compiles to bytecode (the option
374 This option is used to tell @command{gcj} to generate bytecode
539 the @code{libgcj} bytecode interpreter to load the class from the standard
765 @c man title gij GNU interpreter for Java bytecode
785 @code{gij} is a Java bytecode interpreter included with @code{libgcj}.
H A DChangeLog1906 gnu.gcj.runtime.StringBuffer unless generating bytecode.
2444 being initialized and we're generating bytecode.
4237 superinterfaces also, but only if compiling from bytecode.
6705 bytecode.
6716 generation when compiling to bytecode.
8418 As a side effect, the bytecode backend will generate the
8493 * expr.c (expand_byte_code): Fill unreachable bytecode regions
9395 even when compiling from bytecode.
10589 bytecode. Use IS_UNCHECKED_EXCEPTION_P macro.
14246 the wide bytecode is checked. OPCODE_ret added to the list of
[all …]
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dlang.c712 add_char (encoding_table[document_encoding_code].isotab[rc].bytecode); in add_encoded_char()
816 = encoding_table[document_encoding_code].isotab[rc].bytecode; in cm_accent_generic_no_headers()
H A Dlang.h114 byte_t bytecode; /* 8-Bit Code (ISO 8859-1,...) */ member
/openbsd/gnu/llvm/llvm/docs/
H A DCFIVerify.rst62 are not implemented due to a lack of information provided by the bytecode.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5303delta.pod30 =head2 [CVE-2020-10878] Integer overflow via malformed bytecode produced by a crafted regular expre…
H A Dperl5283delta.pod30 =head2 [CVE-2020-10878] Integer overflow via malformed bytecode produced by a crafted regular expre…
H A Dperl587delta.pod351 ext/B/t/bytecode.t and ext/Socket/t/socketpair.t both fail tests.
/openbsd/gnu/gcc/gcc/doc/
H A Dgcj.info40 * gij: (gcj)Invoking gij. GNU interpreter for Java bytecode
928 Java bytecode files.
1024 unless it compiles to bytecode (the option
1170 This option is used to tell `gcj' to generate bytecode (`.class'
1414 `libgcj' bytecode interpreter to load the class from the standard
1696 `gij' is a Java bytecode interpreter included with `libgcj'. `gij' is
1742 Do not verify compliance of bytecode with the VM specification. In
1799 corresponding to the bytecode representation of a class. This
1819 jar, a cryptographic signature of the bytecode representation of
3277 bytecode. `libgcj' often has a built-in default database; it can
H A Dcontrib.texi889 language and the fantastic Java bytecode interpreter.
/openbsd/gnu/usr.bin/binutils/gdb/
H A DMAINTAINERS230 tracing bytecode stuff (Global Maintainers)
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcontrib.texi799 language and the fantastic Java bytecode interpreter.

123