OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BytecodeArrayIterator
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/interpreter/
bytecode-array-iterator.h
16
class
BytecodeArrayIterator
{
18
explicit
BytecodeArrayIterator
(Handle<BytecodeArray> bytecode_array);
48
DISALLOW_COPY_AND_ASSIGN(
BytecodeArrayIterator
);
bytecode-array-iterator.cc
13
BytecodeArrayIterator
::
BytecodeArrayIterator
(
18
void
BytecodeArrayIterator
::Advance() {
23
bool
BytecodeArrayIterator
::done() const {
28
Bytecode
BytecodeArrayIterator
::current_bytecode() const {
35
int
BytecodeArrayIterator
::current_bytecode_size() const {
40
uint32_t
BytecodeArrayIterator
::GetRawOperand(int operand_index,
61
int8_t
BytecodeArrayIterator
::GetImmediateOperand(int operand_index) const {
67
int
BytecodeArrayIterator
::GetCountOperand(int operand_index) const {
77
int
BytecodeArrayIterator
::GetIndexOperand(int operand_index) const
[
all
...]
Completed in 110 milliseconds