Searched refs:bytecodes (Results 1 – 25 of 41) sorted by relevance
12
40 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 …]
68 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in NON_EXPORTED_BASE()
39 The algorithm works by dividing the set of bytecodes [0..255] into three41 - The white list of textual bytecodes:43 - The gray list of tolerated bytecodes:45 - The black list of undesired, non-textual bytecodes:
175 bytecodes(PacketInputStream *in, PacketOutputStream *out) in bytecodes() function237 ,(void *)bytecodes
9 src/interpreter/bytecodes.cc \
1530 "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",
100 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.
231 public void testRunner(String className, byte[] bytecodes) throws Exception { in testRunner() argument235 ClassReader crGenerated = new ClassReader(bytecodes); in testRunner()
... java.lang.Exception String className byte[] bytecodes java.io.InputStream isExpected org.objectweb. ...
19 "+src/interpreter/bytecodes.h",
1887 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print() local1889 int source_pos = AbstractCode::cast(bytecodes)->SourcePosition(offset); in Print()1891 accumulator->Add(":%d] [bytecode=%p offset=%d]", line, bytecodes, offset); in Print()
1002 'interpreter/bytecodes.cc',1003 'interpreter/bytecodes.h',1169 'regexp/bytecodes-irregexp.h',2502 'interpreter/bytecodes.h',2503 'interpreter/bytecodes.cc',
9 …proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
15 If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
1106 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 this1129 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.
28 user chooses to execute Java bytecodes directly (ie, not78 VM). This is the point that disallows java style bytecodes, where all114 mentioned above was the example of loading java bytecodes, but we want
17 modelled as a subroutine (as java bytecodes do), which is really
40 packaged with the bytecodes themselves. As a conceptual implementation
146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
53 compiles it into bytecodes, and then executes the bytecodes to run your
57 compiles it into bytecodes, and then executes the bytecodes to run your