HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 726 - 750 of 1965) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
py_compile.py 72 """Byte-compile one Python source file to Python bytecode.
91 it is loaded, and if it can, writes out the bytecode to the
135 not specified) are compiled and the resulting bytecode is cached
  /external/iproute2/man/man8/
tc-bpf.8 38 .B bytecode-file
40 .B bytecode
51 .B bytecode-file
53 .B bytecode
165 .SS bytecode
166 is being used for loading cBPF classifier and actions only. The cBPF bytecode
187 .B bytecode
189 .B bytecode-file
192 .SS bytecode-file
195 .B bytecode
    [all...]
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 61 * label value is typically derived from a bytecode address from the source
62 * bytecode. Blocks that don't originate directly from source bytecode have
138 * during conversion to dex bytecode, an exception will be thrown.
160 * parameter assignments to align with the dex bytecode calling conventions.
  /external/javassist/src/main/javassist/
CtNewConstructor.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
141 Bytecode code = new Bytecode(cp, 1, 1);
151 code.add(Bytecode.RETURN);
CtConstructor.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
239 * Inserts bytecode just after another constructor in the super class
243 * @param src the source code representing the inserted bytecode.
254 Bytecode b = new Bytecode(methodInfo.getConstPool(),
CtMember.java 2 * Javassist, a Java-bytecode translator toolkit.
278 * See {@link javassist.bytecode.AttributeInfo}.
289 * See {@link javassist.bytecode.AttributeInfo}.
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
18 import javassist.bytecode.*;
23 * A basic block is a sequence of bytecode that does not contain jump/branch
24 * instructions except at the last bytecode.
TypeData.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
21 import javassist.bytecode.ConstPool;
22 import javassist.bytecode.StackMapTable;
23 import javassist.bytecode.BadBytecode;
  /external/freetype/include/freetype/
ftttdrv.h 142 * bytecode interpreter with subpixel hinting support (old `Infinality'
148 * If subpixel hinting is on, many TrueType bytecode instructions behave
198 * number as returned by the `GETINFO' bytecode instruction.
222 * This property controls the behaviour of the bytecode interpreter
232 * bytecode and rendering engines. As a consequence, the version
233 * numbers returned by a call to the `GETINFO' bytecode instruction are
298 * 16x1) grid lines per pixel for bytecode instructions like `MIRP'.
  /external/pdfium/third_party/freetype/include/freetype/
ftmodapi.h 589 * TrueType bytecode support.
    [all...]
ftttdrv.h 141 * Currently, two versions are available, representing the bytecode
147 * If subpixel hinting is on, many TrueType bytecode instructions behave
191 * number as returned by the `GETINFO' bytecode instruction.
205 * This property controls the behaviour of the bytecode interpreter
215 * bytecode and rendering engines. As a consequence, the version
216 * numbers returned by a call to the `GETINFO' bytecode instruction are
281 * 16x1) grid lines per pixel for bytecode instructions like `MIRP'.
  /external/v8/src/runtime/
runtime-compiler.cc 14 #include "src/interpreter/bytecode-array-iterator.h"
282 // Note that the bytecode array active on the stack might be different from
285 // representing the entry point will be valid for any copy of the bytecode.
286 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray());
294 bytecode->set_osr_loop_nesting_level(0);
299 // already performs a pre-pass over the bytecode stream anyways.
301 interpreter::BytecodeArrayIterator iterator(bytecode);
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmodapi.h 589 * TrueType bytecode support.
    [all...]
  /external/v8/
BUILD.gn 50 # based where the regular expression is compiled to a bytecode.
104 v8_generated_peephole_source = "$target_gen_dir/bytecode-peephole-table.cc"
1023 "src/compiler/bytecode-branch-analysis.cc",
1024 "src/compiler/bytecode-branch-analysis.h",
1025 "src/compiler/bytecode-graph-builder.cc",
1026 "src/compiler/bytecode-graph-builder.h",
1027 "src/compiler/bytecode-loop-analysis.cc",
1028 "src/compiler/bytecode-loop-analysis.h",
    [all...]
  /external/v8/src/
v8.gyp 389 'outputs': ['<(INTERMEDIATE_DIR)/bytecode-peephole-table.cc'],
390 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole-table.cc' ],
551 'compiler/bytecode-branch-analysis.cc',
552 'compiler/bytecode-branch-analysis.h',
553 'compiler/bytecode-graph-builder.cc',
554 'compiler/bytecode-graph-builder.h',
555 'compiler/bytecode-loop-analysis.cc',
556 'compiler/bytecode-loop-analysis.h',
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
20 import javassist.bytecode.BadBytecode;
21 import javassist.bytecode.CodeIterator;
22 import javassist.bytecode.ConstPool;
23 import javassist.bytecode.Descriptor;
24 import javassist.bytecode.MethodInfo;
25 import javassist.bytecode.Opcode;
64 * @throws BadBytecode if the bytecode violates the jvm spec
685 // blah[3] = new Integer(); // compiler doesnt catch it (has legal bytecode),
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
24 import javassist.bytecode.StackMapTable.InsertLocal;
25 import javassist.bytecode.StackMapTable.NewRemover;
26 import javassist.bytecode.StackMapTable.Shifter;
500 // see javassist.bytecode.stackmap.MapMaker
CodeAnalyzer.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
35 * d > 0: the depth is d - 1 after executing the bytecode at i.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_lib.py 131 # encoded in bytecode files. This is far from complete, but it
132 # should at least generate usable bytecode in RPM distributions.
167 # Make sure we only report bytecode for the .py files.
  /external/google-breakpad/src/processor/
disassembler_x86.cc 22 // Provides single step disassembly of x86 bytecode and flags instructions
34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode,
37 bytecode_(bytecode),
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
123 * Visits each bytecode in the given range.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_lib.py 131 # encoded in bytecode files. This is far from complete, but it
132 # should at least generate usable bytecode in RPM distributions.
167 # Make sure we only report bytecode for the .py files.
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_lib.py 131 # encoded in bytecode files. This is far from complete, but it
132 # should at least generate usable bytecode in RPM distributions.
167 # Make sure we only report bytecode for the .py files.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 131 # encoded in bytecode files. This is far from complete, but it
132 # should at least generate usable bytecode in RPM distributions.
167 # Make sure we only report bytecode for the .py files.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 131 # encoded in bytecode files. This is far from complete, but it
132 # should at least generate usable bytecode in RPM distributions.
167 # Make sure we only report bytecode for the .py files.

Completed in 1777 milliseconds

<<21222324252627282930>>