/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
value.h | 81 * \param bc bytecode containing value 94 * \param precbc previous bytecode to bytecode containing value 109 * \param precbc previous bytecode to bytecode containing expression 128 * \param bc current bytecode (for PC-relative calculation); if 130 * \param calc_bc_dist if nonzero, calculates bytecode distances in absolute 146 * \param bc current bytecode (usually passed into higher-level
|
bytecode.c | 2 * Bytecode utility functions 38 #include "bytecode.h" 60 yasm_internal_error(N_("bytecode length cannot be calculated")); 69 yasm_internal_error(N_("bytecode does not have any dependent spans")); 80 yasm_internal_error(N_("bytecode cannot be converted to bytes")); 229 yasm_internal_error(N_("got empty bytecode in yasm_bc_elem_size")); 246 yasm_internal_error(N_("got empty bytecode in yasm_bc_calc_len")); 292 yasm_internal_error(N_("got empty bytecode in yasm_bc_expand")); 338 yasm_internal_error(N_("got empty bytecode in bc_tobytes"));
|
linemap.h | 56 /** Get bytecode and source line information, if any, for a virtual line. 59 * \param bcp pointer to return bytecode into 70 /** Add bytecode and source line information to the current virtual line. 71 * \attention Deletes any existing bytecode and source line information for 74 * \param bc bytecode (if any)
|
/external/chromium_org/v8/src/ |
regexp-macro-assembler-irregexp.cc | 219 int bytecode; local 222 bytecode = BC_LOAD_4_CURRENT_CHARS; 224 bytecode = BC_LOAD_2_CURRENT_CHARS; 227 bytecode = BC_LOAD_CURRENT_CHAR; 231 bytecode = BC_LOAD_4_CURRENT_CHARS_UNCHECKED; 233 bytecode = BC_LOAD_2_CURRENT_CHARS_UNCHECKED; 236 bytecode = BC_LOAD_CURRENT_CHAR_UNCHECKED; 239 Emit(bytecode, cp_offset);
|
/external/dexmaker/ |
README | 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
|
/external/fonttools/Lib/fontTools/misc/ |
psCharStrings.py | 236 def __init__(self, bytecode=None, program=None, private=None, globalSubrs=None): 239 self.bytecode = bytecode 245 if self.bytecode is None: 248 return "<%s (bytecode) at %x>" % (self.__class__.__name__, id(self)) 271 if self.bytecode is not None: 276 bytecode = [] 289 bytecode.extend(bytechr(b) for b in opcodes[token]) 293 bytecode.append(program[i]) # hint mask 296 bytecode.append(encodeInt(token) [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ConstantAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
LongVector.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
SourceFileAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
ParameterAnnotationsAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode; 24 import javassist.bytecode.AnnotationsAttribute.Copier; 25 import javassist.bytecode.AnnotationsAttribute.Parser; 26 import javassist.bytecode.AnnotationsAttribute.Renamer; 27 import javassist.bytecode.annotation.*;
|
LineNumberAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode; 72 * Returns the line number corresponding to the specified bytecode. 126 * bytecode at that index. 170 * Adjusts start_pc if bytecode is inserted in a method body.
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Subroutine.java | 2 * Javassist, a Java-bytecode translator toolkit. 15 package javassist.bytecode.analysis;
|
Analyzer.java | 2 * Javassist, a Java-bytecode translator toolkit. 15 package javassist.bytecode.analysis; 23 import javassist.bytecode.AccessFlag; 24 import javassist.bytecode.BadBytecode; 25 import javassist.bytecode.CodeAttribute; 26 import javassist.bytecode.CodeIterator; 27 import javassist.bytecode.ConstPool; 28 import javassist.bytecode.Descriptor; 29 import javassist.bytecode.ExceptionTable; 30 import javassist.bytecode.MethodInfo [all...] |
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 2 * Javassist, a Java-bytecode translator toolkit. 22 import javassist.bytecode.BadBytecode; 23 import javassist.bytecode.CodeIterator; 24 import javassist.bytecode.ConstPool; 25 import javassist.bytecode.Descriptor; 26 import javassist.bytecode.MethodInfo; 27 import javassist.bytecode.analysis.Analyzer; 28 import javassist.bytecode.analysis.Frame;
|
/external/javassist/src/main/javassist/tools/ |
framedump.java | 2 * Javassist, a Java-bytecode translator toolkit. 19 import javassist.bytecode.analysis.FramePrinter;
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ErrorFinder.java | 1 package test.javassist.bytecode.analysis; 9 import javassist.bytecode.analysis.Analyzer;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
Value.java | 2 * ASM: a very small and fast Java bytecode manipulation framework
33 * An immutable symbolic value for semantic interpretation of bytecode.
|
/external/freetype/include/ |
ftttdrv.h | 64 * Currently, two versions are available, representing the bytecode 70 * If subpixel hinting is on, many TrueType bytecode instructions 114 * number as returned by the `GETINFO' bytecode instruction. 128 * This property controls the behaviour of the bytecode interpreter 138 * bytecode engines. As a consequence, the version numbers returned by 139 * a call to the `GETINFO[1]' bytecode instruction are more convoluted
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
ttProgram.py | 1 """ttLib.tables.ttProgram.py -- Assembler/disassembler for TrueType bytecode programs.""" 208 def fromBytecode(self, bytecode): 209 self.bytecode = array.array("B", bytecode) 215 if hasattr(self, "bytecode"): 216 del self.bytecode 219 if not hasattr(self, "bytecode"): 221 return self.bytecode.tostring() 256 writer.begintag("bytecode") 259 writer.endtag("bytecode") [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
ConcreteMethod.java | 34 * Container for all the giblets that make up a concrete Java bytecode method. 211 * Gets the bytecode array. 213 * @return {@code non-null;} the bytecode array 248 * given bytecode offset. 250 * @param offset {@code >= 0;} the bytecode offset
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler_frontend.cc | 87 std::string bytecode; local 90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) { 104 bytecode.data(), 105 static_cast<int>(bytecode.size())); 106 if (bytes_written != static_cast<int>(bytecode.size())) {
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
pkg_dalvik.bytecode.html | 10 dalvik.bytecode 74 Package <A HREF="../../../../reference/dalvik/bytecode/package-summary.html" target="_top"><font size="+1"><code>dalvik.bytecode</code></font></A> 85 <nobr><A HREF="../../../../reference/dalvik/bytecode/OpcodeInfo.html" target="_top"><code>OpcodeInfo</code></A></nobr> 100 <nobr><A HREF="dalvik.bytecode.Opcodes.html"><I>Opcodes</I></A></nobr>
|
/external/javassist/ |
Readme.html | 14 <p>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation 18 bytecode editors, Javassist provides two levels of API: source level 19 and bytecode level. If the users use the source-level API, they can 21 bytecode. The whole API is designed with only the vocabulary of the 22 Java language. You can even specify inserted bytecode in the form of 24 bytecode-level API allows the users to directly edit a class file as 303 <li>Now javassist.bytecode.CodeIterator can insert a gap into 325 <li>A few bugs of javassist.bytecode.analysis have been fixed. 332 <li>javassist.bytecode.analysis was implemented. 417 <li>Annotations enhancements to javassist.bytecode.MethodInfo [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_asm.c | 2760 uint32_t *bytecode; local [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_asm.c | 2760 uint32_t *bytecode; local [all...] |