HomeSort by relevance Sort by last modified time
    Searched full:bytecodes (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /dalvik/dx/tests/085-dex-jsr-ret/
info.txt 1 Tests handling of the Java jsr/jsr_w/ret bytecodes.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 44 attr_accessor :bytecodes, :bytecodeIndex, :opcode, :description, :topCounts, :bottomCounts, :machineInlinees, :osrExits
46 def initialize(bytecodes, bytecodeIndex, opcode, description)
47 @bytecodes = bytecodes
135 class Bytecodes
265 attr_reader :header, :bytecodes
269 @bytecodes = $bytecodes[json["bytecodesID"].to_i]
287 $bytecodes[subJson["bytecodesID"].to_i].bytecode(subJson["bytecodeIndex"].to_i)
333 @bytecode = $bytecodes[json["bytecodesID"].to_i
    [all...]
  /external/dexmaker/
README 14 It includes a stock code generator for class proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
  /external/zlib/src/doc/
txtvsbin.txt 39 The algorithm works by dividing the set of bytecodes [0..255] into three
41 - The white list of textual bytecodes:
43 - The gray list of tolerated bytecodes:
45 - The black list of undesired, non-textual bytecodes:
  /dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java 138 * @param length {@code >= 0;} the length (in bytecodes) of this variable's
206 /** {@code >= 0;} the length (in bytecodes) of this variable's scope */
228 * @param length {@code >= 0;} the length (in bytecodes) of this variable's
276 * Gets the length (in bytecodes) of this variable's scope.
278 * @return {@code >= 0;} the length (in bytecodes) of this variable's scope
  /dalvik/opcode-gen/
opcode-gen 19 # This script uses the file bytecodes.txt (in this directory) to
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py 24 class ByteCodes(object):
parser.py 7 from coverage.bytecode import ByteCodes, CodeObjects
432 # We have to handle the last two bytecodes specially.
435 for bc in ByteCodes(self.code.co_code):
500 # The last two bytecodes could be a dummy "return None" that
625 """A sequence of bytecodes with a single entrance.
  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp-inl.h 33 #include "bytecodes-irregexp.h"
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 22 * This class provides an API for parsing a stream or array of bytecodes into a
34 * Parses an array of bytecodes into a {@link ClassDef}.
47 * Parses an array of bytecodes into a {@link ClassDef}.
61 * Parses a stream of bytecodes into a {@link ClassDef}.
  /external/llvm/docs/HistoricalNotes/
2001-05-19-ExceptionResponse.txt 17 modelled as a subroutine (as java bytecodes do), which is really
2000-11-18-EarlyDesignIdeasResp.txt 28 user chooses to execute Java bytecodes directly (ie, not
78 VM). This is the point that disallows java style bytecodes, where all
114 mentioned above was the example of loading java bytecodes, but we want
2000-12-06-MeetingSummary.txt 40 packaged with the bytecodes themselves. As a conceptual implementation
  /external/v8/src/
regexp-macro-assembler-irregexp-inl.h 33 #include "bytecodes-irregexp.h"
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 69 int res_only; /* allow only resb family of bytecodes? */
73 /* the bytecodes for the section's contents */
331 /* Initialize bytecodes with one empty bytecode (acts as "prior" for first
500 /* Print sections and bytecodes */
674 /* Delete bytecodes */
757 * How org and align and any other offset-based bytecodes are handled:
791 * a. Number bytecodes sequentially (via bc_index) and calculate offsets
792 * of all bytecodes assuming minimum length, building a list of all
803 * c. Iterate over bytecodes to update all bytecode offsets based on new
818 * 3. Final pass over bytecodes to generate final offsets
    [all...]
dbgfmt.h 95 /** Generate debugging information bytecodes.
section.h 102 * \param res_only if nonzero, only space-reserving bytecodes are allowed in
131 * object and all bytecodes within those sections are also deleted.
335 /** Traverses all bytecodes in a section, calling a function on each bytecode.
377 * \param print_bcs if nonzero, print bytecodes within section
bytecode.h 184 /** Bytecodes are stored as a singly linked list, with tail insertion.
283 /** Get the next bytecode in a linked list of bytecodes.
423 * \param prev_bc bytecode directly preceding bc in a list of bytecodes
428 /** Determine the distance between the starting offsets of two bytecodes.
431 * \return Distance in bytes between the two bytecodes (bc2-bc1), or NULL if
521 * \param calc_bc_dist nonzero if distances between bytecodes should be
  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 19 \brief This file lowers the following bytecodes: MOVE_XXX
  /dalvik/vm/mterp/
NOTES.txt 48 single-step by individual bytecodes, but in practice we always step by
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
bytecode.pxi 40 # the section takes care of freeing the bytecodes.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dis.py 124 # This one is checking bytecodes generated for an `assert` statement,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dis.py 124 # This one is checking bytecodes generated for an `assert` statement,
  /dalvik/vm/compiler/
Compiler.h 180 int dalvikSize; // # of bytes for dalvik bytecodes
181 int compiledDalvikSize; // # of compiled dalvik bytecodes
  /external/oprofile/events/arm/armv7-ca9/
events 5 event:0x40 counters:1,2,3,4,5,6 um:zero minimum:500 name:JAVA_BC_EXEC : Number of Java bytecodes decoded, including speculative ones
6 event:0x41 counters:1,2,3,4,5,6 um:zero minimum:500 name:JAVA_SFTBC_EXEC : Number of software Java bytecodes decoded, including speculative ones

Completed in 648 milliseconds

1 2 3 4