Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc14 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator
23 void BytecodeArrayIterator::Advance() { in Advance()
28 void BytecodeArrayIterator::UpdateOperandScale() { in UpdateOperandScale()
43 bool BytecodeArrayIterator::done() const { in done()
47 Bytecode BytecodeArrayIterator::current_bytecode() const { in current_bytecode()
56 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size()
61 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand()
77 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand()
93 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand()
99 int32_t BytecodeArrayIterator::GetImmediateOperand(int operand_index) const { in GetImmediateOperand()
[all …]
Dbytecode-array-iterator.h17 class BytecodeArrayIterator {
19 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
59 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
/external/v8/src/runtime/
Druntime-interpreter.cc32 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing()
45 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters()
112 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
139 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
/external/v8/test/cctest/interpreter/
Dbytecode-expectations-printer.h22 class BytecodeArrayIterator; variable
69 const BytecodeArrayIterator& bytecode_iterator,
73 const BytecodeArrayIterator& bytecode_iterator,
Dsource-position-matcher.cc184 BytecodeArrayIterator* iterator, int bytecode_offset) { in AdvanceBytecodeIterator()
193 BytecodeArrayIterator iterator(bytecode_array); in ExpressionPositionIsNeeded()
Dsource-position-matcher.h42 void AdvanceBytecodeIterator(BytecodeArrayIterator* iterator,
Dbytecode-expectations-printer.cc103 std::ostream& stream, const BytecodeArrayIterator& bytecode_iterator, in PrintBytecodeOperand()
182 std::ostream& stream, const BytecodeArrayIterator& bytecode_iterator, in PrintBytecode()
275 BytecodeArrayIterator bytecode_iterator(bytecode_array); in PrintBytecodeSequence()
Dtest-interpreter.cc1081 BytecodeArrayIterator iterator(bytecode_array); in TEST()
1119 BytecodeArrayIterator iterator(bytecode_array); in TEST()
/external/v8/src/compiler/
Dbytecode-graph-builder.h191 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator()
196 const interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator()
218 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
Dbytecode-branch-analysis.cc22 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in Analyze()
Dbytecode-graph-builder.cc540 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
/external/v8/src/debug/
Ddebug.h184 class BytecodeArrayIterator : public Iterator {
186 BytecodeArrayIterator(Handle<DebugInfo> debug_info, BreakLocatorType type);
187 ~BytecodeArrayIterator() override {} in ~BytecodeArrayIterator()
203 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
Ddebug.cc74 return new BytecodeArrayIterator(debug_info, type); in GetIterator()
182 BreakLocation::BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::BreakLocation::BytecodeArrayIterator
195 void BreakLocation::BytecodeArrayIterator::Next() { in Next()
227 BreakLocation::BytecodeArrayIterator::GetDebugBreakType() { in GetDebugBreakType()
249 BreakLocation BreakLocation::BytecodeArrayIterator::GetBreakLocation() { in GetBreakLocation()
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc565 BytecodeArrayIterator iterator(array); in TEST_F()
682 BytecodeArrayIterator iterator(array); in TEST_F()
775 BytecodeArrayIterator iterator(array); in TEST_F()
807 BytecodeArrayIterator iterator(array); in TEST_F()
Dbytecode-array-iterator-unittest.cc63 BytecodeArrayIterator iterator(builder.ToBytecodeArray()); in TEST_F()
/external/v8/src/
Dobjects.cc14462 interpreter::BytecodeArrayIterator iterator(handle(this)); in Disassemble()