HomeSort by relevance Sort by last modified time
    Searched refs:BytecodeArrayIterator (Results 1 - 16 of 16) sorted by null

  /external/v8/src/interpreter/
bytecode-array-iterator.cc 14 BytecodeArrayIterator::BytecodeArrayIterator(
23 void BytecodeArrayIterator::Advance() {
28 void BytecodeArrayIterator::UpdateOperandScale() {
43 bool BytecodeArrayIterator::done() const {
47 Bytecode BytecodeArrayIterator::current_bytecode() const {
56 int BytecodeArrayIterator::current_bytecode_size() const {
61 uint32_t BytecodeArrayIterator::GetUnsignedOperand(
77 int32_t BytecodeArrayIterator::GetSignedOperand(
93 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const
    [all...]
bytecode-array-iterator.h 17 class BytecodeArrayIterator {
19 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
59 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
  /external/v8/src/compiler/
bytecode-branch-analysis.cc 22 interpreter::BytecodeArrayIterator iterator(bytecode_array());
bytecode-graph-builder.h 191 const interpreter::BytecodeArrayIterator& bytecode_iterator() const {
196 const interpreter::BytecodeArrayIterator* bytecode_iterator) {
218 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
bytecode-graph-builder.cc 540 interpreter::BytecodeArrayIterator iterator(bytecode_array());
    [all...]
  /external/v8/test/cctest/interpreter/
source-position-matcher.h 42 void AdvanceBytecodeIterator(BytecodeArrayIterator* iterator,
bytecode-expectations-printer.h 22 class BytecodeArrayIterator;
69 const BytecodeArrayIterator& bytecode_iterator,
73 const BytecodeArrayIterator& bytecode_iterator,
source-position-matcher.cc 184 BytecodeArrayIterator* iterator, int bytecode_offset) {
193 BytecodeArrayIterator iterator(bytecode_array);
bytecode-expectations-printer.cc 103 std::ostream& stream, const BytecodeArrayIterator& bytecode_iterator,
182 std::ostream& stream, const BytecodeArrayIterator& bytecode_iterator,
275 BytecodeArrayIterator bytecode_iterator(bytecode_array);
test-interpreter.cc     [all...]
  /external/v8/src/runtime/
runtime-interpreter.cc 32 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) {
45 interpreter::BytecodeArrayIterator& bytecode_iterator,
112 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array);
139 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array);
  /external/v8/src/debug/
debug.h 184 class BytecodeArrayIterator : public Iterator {
186 BytecodeArrayIterator(Handle<DebugInfo> debug_info, BreakLocatorType type);
187 ~BytecodeArrayIterator() override {}
203 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
debug.cc 74 return new BytecodeArrayIterator(debug_info, type);
182 BreakLocation::BytecodeArrayIterator::BytecodeArrayIterator(
195 void BreakLocation::BytecodeArrayIterator::Next() {
227 BreakLocation::BytecodeArrayIterator::GetDebugBreakType() {
249 BreakLocation BreakLocation::BytecodeArrayIterator::GetBreakLocation() {
    [all...]
  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 565 BytecodeArrayIterator iterator(array);
682 BytecodeArrayIterator iterator(array);
775 BytecodeArrayIterator iterator(array);
807 BytecodeArrayIterator iterator(array);
bytecode-array-iterator-unittest.cc 63 BytecodeArrayIterator iterator(builder.ToBytecodeArray());
  /external/v8/src/
objects.cc     [all...]

Completed in 311 milliseconds