OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytecodes
(Results
1 - 25
of
70
) sorted by null
1
2
3
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
BytecodesTest.java
39
* JDWP Unit test for Method.
Bytecodes
command.
43
* This testcase exercises Method.
Bytecodes
command.
45
* prints it's
bytecodes
received with Method.
Bytecodes
command.
76
checkReplyPacket(reply, "Method::
Bytecodes
command");
/external/chromium_org/third_party/skia/third_party/lua/doc/
luac.1
25
because in Lua chunks are always compiled into
bytecodes
before being executed.
27
simply allows those
bytecodes
to be saved in a file for later execution.
36
produces a single output file containing the combined
bytecodes
58
Listing
bytecodes
is useful to learn about Lua's virtual machine.
/external/chromium_org/v8/src/
regexp-macro-assembler-irregexp-inl.h
10
#include "src/
bytecodes
-irregexp.h"
/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
:
/external/chromium_org/third_party/skia/include/core/
SkFont.h
78
* If both bytecode and auto hints are specified, attempt to use the
bytecodes
first.
84
* If the typeface contains explicit
bytecodes
for hinting, use them.
85
* If both bytecode and auto hints are specified, attempt to use the
bytecodes
first;
/external/skia/include/core/
SkFont.h
78
* If both bytecode and auto hints are specified, attempt to use the
bytecodes
first.
84
* If the typeface contains explicit
bytecodes
for hinting, use them.
85
* If both bytecode and auto hints are specified, attempt to use the
bytecodes
first;
/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):
/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/chromium_org/third_party/skia/third_party/lua/src/
luac.c
3
** Lua compiler (saves
bytecodes
to files; also list
bytecodes
)
28
static int listing=0; /* list
bytecodes
? */
29
static int dumping=1; /* dump
bytecodes
? */
207
** print
bytecodes
/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
/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,
/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 1010 milliseconds
1
2
3