Searched
full:bytecode (Results
251 -
275 of
1965) sorted by null
<<11121314151617181920>>
/external/v8/src/interpreter/ |
bytecode-register.h | 45 // Returns the register for the bytecode array. 49 // Returns the register for the saved bytecode offset. 55 // bytecode.
|
interpreter-assembler.cc | 26 Bytecode bytecode, 30 Bytecodes::ToString(bytecode), 31 Bytecodes::ReturnCount(bytecode)), 32 bytecode_(bytecode), 51 // accumulator in the way described in the bytecode definitions in 158 // If we have made a call, restore bytecode array from stack frame in case 159 // the debugger has swapped us to the patched debugger bytecode array. 265 // Read the most signicant bytecode into bytes[0] and then in order 962 Node* bytecode = local [all...] |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
code.h | 1 /* Definitions for bytecode */ 9 /* Bytecode object */ 80 /* Return the line number associated with the specified bytecode index
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
code.h | 1 /* Definitions for bytecode */ 9 /* Bytecode object */ 80 /* Return the line number associated with the specified bytecode index
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
code.h | 1 /* Definitions for bytecode */ 9 /* Bytecode object */ 80 /* Return the line number associated with the specified bytecode index
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
code.h | 1 /* Definitions for bytecode */ 9 /* Bytecode object */ 80 /* Return the line number associated with the specified bytecode index
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationsWriter.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode.annotation; 20 import javassist.bytecode.ByteArray; 21 import javassist.bytecode.ConstPool; 56 * @see javassist.bytecode.AnnotationsAttribute 57 * @see javassist.bytecode.ParameterAnnotationsAttribute
|
/dalvik/opcode-gen/ |
regen-all | 48 ../libcore/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java 50 ../libcore/dalvik/src/main/java/dalvik/bytecode/Opcodes.java
|
/external/javassist/src/main/javassist/ |
CannotCompileException.java | 2 * Javassist, a Java-bytecode translator toolkit. 21 * Thrown when bytecode transformation has failed.
|
CtNewClass.java | 2 * Javassist, a Java-bytecode translator toolkit. 20 import javassist.bytecode.ClassFile;
|
CtClassType.java | 2 * Javassist, a Java-bytecode translator toolkit. 33 import javassist.bytecode.AccessFlag; 34 import javassist.bytecode.AttributeInfo; 35 import javassist.bytecode.AnnotationsAttribute; 36 import javassist.bytecode.BadBytecode; 37 import javassist.bytecode.Bytecode; 38 import javassist.bytecode.ClassFile; 39 import javassist.bytecode.CodeAttribute; 40 import javassist.bytecode.ConstantAttribute [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ByteArray.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
MultiArrayType.java | 2 * Javassist, a Java-bytecode translator toolkit. 15 package javassist.bytecode.analysis;
|
/external/javassist/src/main/javassist/convert/ |
TransformFieldAccess.java | 2 * Javassist, a Java-bytecode translator toolkit. 18 import javassist.bytecode.*;
|
TransformNew.java | 2 * Javassist, a Java-bytecode translator toolkit. 18 import javassist.bytecode.*;
|
TransformNewClass.java | 2 * Javassist, a Java-bytecode translator toolkit. 18 import javassist.bytecode.*;
|
TransformReadField.java | 2 * Javassist, a Java-bytecode translator toolkit. 18 import javassist.bytecode.*;
|
TransformWriteField.java | 2 * Javassist, a Java-bytecode translator toolkit. 20 import javassist.bytecode.*;
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
StackMapFrame.java | 3 * of Java bytecode. 54 * Returns the bytecode offset delta relative to the previous stack map
|
/system/extras/simpleperf/scripts/ |
app_profiler.config | 26 # fully compile dalvik bytecode into native instructions. 31 # To profile java code, we need to compile dalvik bytecode into native binaries
|
/kernel/tests/net/test/ |
sock_diag_test.py | 105 bytecode = self.sock_diag.PackBytecode(instructions) 106 decoded = self.sock_diag.DecodeBytecode(bytecode) 109 return bytecode 198 bytecode = self.PackAndCheckBytecode(instructions) 209 self.assertMultiLineEqual(expected, bytecode.encode("hex")) 210 self.assertEquals(76, len(bytecode)) 212 filteredsockets = self.sock_diag.DumpAllInetSockets(IPPROTO_TCP, bytecode, 218 # Pick a few sockets in hash table order, and check that the bytecode we 229 bytecode = self.PackAndCheckBytecode(instructions) 230 self.assertEquals(32, len(bytecode)) [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
SourcePosition.java | 24 * line number and original bytecode address. 35 * {@code >= -1;} the bytecode address, or {@code -1} if that 51 * @param address {@code >= -1;} original bytecode address or {@code -1} 151 * Gets the original bytecode address.
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
CodeCursor.java | 20 * Cursor over code units, for reading or writing out Dalvik bytecode.
|
CodeInput.java | 22 * Input stream of code units, for reading in Dalvik bytecode.
|
/dalvik/dx/src/com/android/dx/rop/code/ |
SourcePosition.java | 24 * line number and original bytecode address. 35 * {@code >= -1;} the bytecode address, or {@code -1} if that 51 * @param address {@code >= -1;} original bytecode address or {@code -1} 151 * Gets the original bytecode address.
|
Completed in 826 milliseconds
<<11121314151617181920>>