Home
last modified time | relevance | path

Searched refs:BytecodeArrayIterator (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc15 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator
24 void BytecodeArrayIterator::Advance() { in Advance()
29 void BytecodeArrayIterator::UpdateOperandScale() { in UpdateOperandScale()
44 bool BytecodeArrayIterator::done() const { in done()
48 Bytecode BytecodeArrayIterator::current_bytecode() const { in current_bytecode()
57 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size()
62 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand()
78 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand()
94 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand()
100 uint32_t BytecodeArrayIterator::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand()
[all …]
Dbytecode-array-iterator.h19 class V8_EXPORT_PRIVATE BytecodeArrayIterator {
21 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
62 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
/external/v8/src/runtime/
Druntime-interpreter.cc35 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing()
48 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters()
115 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
142 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
179 interpreter::BytecodeArrayIterator it(bytecode_array); in RUNTIME_FUNCTION()
Druntime-compiler.cc301 interpreter::BytecodeArrayIterator iterator(bytecode); in DetermineEntryAndDisarmOSRForInterpreter()
/external/v8/src/compiler/
Dbytecode-graph-builder.h241 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator()
246 const interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator()
281 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
Dbytecode-branch-analysis.cc22 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in Analyze()
Dbytecode-loop-analysis.cc29 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in Analyze()
Dbytecode-graph-builder.cc648 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
/external/v8/src/
Dobjects.cc15081 interpreter::BytecodeArrayIterator iterator(handle(this)); in Disassemble()