/external/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 14 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 …]
|
D | bytecode-array-iterator.h | 17 class BytecodeArrayIterator { 19 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array); 59 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
|
/external/v8/src/runtime/ |
D | runtime-interpreter.cc | 32 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/ |
D | bytecode-expectations-printer.h | 22 class BytecodeArrayIterator; variable 69 const BytecodeArrayIterator& bytecode_iterator, 73 const BytecodeArrayIterator& bytecode_iterator,
|
D | source-position-matcher.cc | 184 BytecodeArrayIterator* iterator, int bytecode_offset) { in AdvanceBytecodeIterator() 193 BytecodeArrayIterator iterator(bytecode_array); in ExpressionPositionIsNeeded()
|
D | source-position-matcher.h | 42 void AdvanceBytecodeIterator(BytecodeArrayIterator* iterator,
|
D | bytecode-expectations-printer.cc | 103 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()
|
D | test-interpreter.cc | 1081 BytecodeArrayIterator iterator(bytecode_array); in TEST() 1119 BytecodeArrayIterator iterator(bytecode_array); in TEST()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 191 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_;
|
D | bytecode-branch-analysis.cc | 22 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in Analyze()
|
D | bytecode-graph-builder.cc | 540 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
|
/external/v8/src/debug/ |
D | debug.h | 184 class BytecodeArrayIterator : public Iterator { 186 BytecodeArrayIterator(Handle<DebugInfo> debug_info, BreakLocatorType type); 187 ~BytecodeArrayIterator() override {} in ~BytecodeArrayIterator() 203 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
|
D | debug.cc | 74 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/ |
D | bytecode-array-builder-unittest.cc | 565 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()
|
D | bytecode-array-iterator-unittest.cc | 63 BytecodeArrayIterator iterator(builder.ToBytecodeArray()); in TEST_F()
|
/external/v8/src/ |
D | objects.cc | 14462 interpreter::BytecodeArrayIterator iterator(handle(this)); in Disassemble()
|