Home
last modified time | relevance | path

Searched refs:bytecodes (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/src/interpreter/
Dbytecode-array-writer.cc40 int bytecode_size = static_cast<int>(bytecodes()->size()); in ToBytecodeArray()
45 bytecode_size, &bytecodes()->front(), frame_size, parameter_count, in ToBytecodeArray()
71 size_t current_offset = bytecodes()->size(); in BindLabel()
95 int bytecode_offset = static_cast<int>(bytecodes()->size()); in UpdateSourcePositionTable()
112 bytecodes()->push_back(Bytecodes::ToByte(prefix)); in EmitBytecode()
114 bytecodes()->push_back(Bytecodes::ToByte(bytecode)); in EmitBytecode()
126 bytecodes()->push_back(static_cast<uint8_t>(operands[i])); in EmitBytecode()
131 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()
132 bytecodes()->push_back(raw_operand[1]); in EmitBytecode()
138 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()
[all …]
Dbytecode-array-writer.h68 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in NON_EXPORTED_BASE()
/external/zlib/src/doc/
Dtxtvsbin.txt39 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/oj-libjdwp/src/share/back/
DMethodImpl.c175 bytecodes(PacketInputStream *in, PacketOutputStream *out) in bytecodes() function
237 ,(void *)bytecodes
/external/v8/
DAndroid.mkpeephole.mk9 src/interpreter/bytecodes.cc \
DBUILD.gn1530 "src/interpreter/bytecodes.cc",
1531 "src/interpreter/bytecodes.h",
1664 "src/regexp/bytecodes-irregexp.h",
2499 # bytecodes that are described in bytecodes.{cc,h}.
2507 "src/interpreter/bytecodes.cc",
2508 "src/interpreter/bytecodes.h",
/external/python/cpython2/Doc/library/
Ddis.rst100 Dictionary mapping operation names to bytecodes.
110 Sequence of bytecodes that have a constant parameter.
115 Sequence of bytecodes that access a free variable.
120 Sequence of bytecodes that access an attribute by name.
125 Sequence of bytecodes that have a relative jump target.
130 Sequence of bytecodes that have an absolute jump target.
135 Sequence of bytecodes that access a local variable.
140 Sequence of bytecodes of Boolean operations.
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/
DExtendedAnnotationTest.java231 public void testRunner(String className, byte[] bytecodes) throws Exception { in testRunner() argument
235 ClassReader crGenerated = new ClassReader(bytecodes); in testRunner()
DExtendedAnnotationTest.class ... java.lang.Exception String className byte[] bytecodes java.io.InputStream isExpected org.objectweb. ...
/external/v8/src/
DDEPS19 "+src/interpreter/bytecodes.h",
Dframes.cc1887 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print() local
1889 int source_pos = AbstractCode::cast(bytecodes)->SourcePosition(offset); in Print()
1891 accumulator->Add(":%d] [bytecode=%p offset=%d]", line, bytecodes, offset); in Print()
Dv8.gyp1002 'interpreter/bytecodes.cc',
1003 'interpreter/bytecodes.h',
1169 'regexp/bytecodes-irregexp.h',
2502 'interpreter/bytecodes.h',
2503 'interpreter/bytecodes.cc',
/external/dexmaker/
DREADME.version9 …proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
DREADME.md15 If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
/external/python/cpython3/Doc/library/
Ddis.rst1106 Dictionary mapping operation names to bytecodes.
1116 Sequence of bytecodes that have a constant parameter.
1121 Sequence of bytecodes that access a free variable (note that 'free' in this
1129 Sequence of bytecodes that access an attribute by name.
1134 Sequence of bytecodes that have a relative jump target.
1139 Sequence of bytecodes that have an absolute jump target.
1144 Sequence of bytecodes that access a local variable.
1149 Sequence of bytecodes of Boolean operations.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt28 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
D2001-05-19-ExceptionResponse.txt17 modelled as a subroutine (as java bytecodes do), which is really
D2000-12-06-MeetingSummary.txt40 packaged with the bytecodes themselves. As a conceptual implementation
D2007-OriginalClangReadme.txt146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt28 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
D2001-05-19-ExceptionResponse.txt17 modelled as a subroutine (as java bytecodes do), which is really
D2000-12-06-MeetingSummary.txt40 packaged with the bytecodes themselves. As a conceptual implementation
D2007-OriginalClangReadme.txt146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
/external/python/cpython2/Doc/faq/
Dwindows.rst53 compiles it into bytecodes, and then executes the bytecodes to run your
/external/python/cpython3/Doc/faq/
Dwindows.rst57 compiles it into bytecodes, and then executes the bytecodes to run your

12