OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytecodes
(Results
26 - 50
of
70
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
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/third_party/yasm/source/patched-yasm/libyasm/
expr.h
202
* \param calc_bc_dist nonzero if distances between
bytecodes
should be
219
* \param cbd if distance between
bytecodes
should be calculated
259
* \param calc_bc_dist nonzero if distances between
bytecodes
should be
insn.h
134
/** Base structure for "instruction"
bytecodes
. These are the mnenomic
137
* #yasm_arch implementation of mnenomic instruction
bytecodes
.
linemap.c
50
/* first bytecode on line; NULL if no
bytecodes
on line */
bytecode.c
320
/* special case for reserve
bytecodes
*/
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h
277
* x86_insn
bytecodes
; relative jumps turn into x86_jmp
bytecodes
.
/external/javassist/
pom.xml
7
simple. It is a class library for editing
bytecodes
in Java.
/external/javassist/sample/evolve/
Evolution.java
6
* Evolution provides a set of methods for instrumenting
bytecodes
.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py
4
operate on
bytecodes
(e.g. peephole optimizers).
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py
4
operate on
bytecodes
(e.g. peephole optimizers).
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLeftRecursion.java
228
// Generates about 7k in
bytecodes
for generated e_ rule;
230
// to about 2k in
bytecodes
.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c
85
unsigned long lastline; /* track line and file of
bytecodes
*/
373
/* initial strtab
bytecodes
*/
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c
202
/* loop over
bytecodes
on this line (usually only one) */
/external/chromium_org/v8/src/
regexp-macro-assembler-irregexp.cc
7
#include "src/
bytecodes
-irregexp.h"
interpreter-irregexp.cc
12
#include "src/
bytecodes
-irregexp.h"
/art/runtime/jdwp/
jdwp_handler.cc
784
std::vector<uint8_t>
bytecodes
;
local
785
JdwpError rc = Dbg::GetBytecodes(class_id, method_id,
bytecodes
);
790
expandBufAdd4BE(reply,
bytecodes
.size());
791
for (size_t i = 0; i <
bytecodes
.size(); ++i) {
792
expandBufAdd1(reply,
bytecodes
[i]);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c
426
return 0; /* ran out of
bytecodes
! XXX: do something? */
567
/* Generate based on
bytecodes
(1) or locs (0)? Use
bytecodes
if we're
[
all
...]
/external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt
146
platform-specific features (e.g. #ifdef PPC) to allow 'portable
bytecodes
'.
/dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java
642
*
bytecodes
that are applied to the current newarray. The
644
*
bytecodes
into a single fill-array-data ROP which lays out
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h
[
all
...]
/external/freetype/include/internal/
tttypes.h
[
all
...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h
[
all
...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h
[
all
...]
/art/runtime/
debugger.h
384
std::vector<uint8_t>&
bytecodes
)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c
353
* TODO: Check for non-reserve
bytecodes
?
[
all
...]
Completed in 4468 milliseconds
1
2
3