/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 17 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator 33 BytecodeArrayIterator::~BytecodeArrayIterator() { in ~BytecodeArrayIterator() 37 void BytecodeArrayIterator::SetOffset(int offset) { in SetOffset() 44 void BytecodeArrayIterator::ApplyDebugBreak() { in ApplyDebugBreak() 56 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand() 71 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand() 86 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand() 92 uint32_t BytecodeArrayIterator::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand() 99 int32_t BytecodeArrayIterator::GetImmediateOperand(int operand_index) const { in GetImmediateOperand() 105 uint32_t BytecodeArrayIterator::GetRegisterCountOperand( in GetRegisterCountOperand() [all …]
|
D | bytecode-array-iterator.h | 26 class BytecodeArrayIterator; variable 39 const BytecodeArrayIterator* iterator); 48 const BytecodeArrayIterator* iterator_; 55 JumpTableTargetOffsets(const BytecodeArrayIterator* iterator, int table_start, 64 const BytecodeArrayIterator* iterator_; 70 class V8_EXPORT_PRIVATE BytecodeArrayIterator { 72 BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array, 74 ~BytecodeArrayIterator(); 76 BytecodeArrayIterator(const BytecodeArrayIterator&) = delete; 77 BytecodeArrayIterator& operator=(const BytecodeArrayIterator&) = delete; [all …]
|
D | bytecode-array-random-iterator.cc | 15 : BytecodeArrayIterator(bytecode_array, 0), offsets_(zone) { in BytecodeArrayRandomIterator()
|
D | bytecode-array-random-iterator.h | 19 : public BytecodeArrayIterator {
|
D | bytecode-register.h | 160 friend class BytecodeArrayIterator; variable
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-trace.cc | 29 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing() 42 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisterRange() 56 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters() 130 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION() 180 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
|
D | runtime-test.cc | 538 interpreter::BytecodeArrayIterator it(bytecode_array, current_offset); in OffsetOfNextJumpLoop()
|
/third_party/node/deps/v8/src/compiler/ |
D | bytecode-analysis.cc | 108 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLivenessForOutOperand() 157 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLivenessForInOperand() 195 const interpreter::BytecodeArrayIterator& iterator, in UpdateInLiveness() 234 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLiveness() 241 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLiveness() 273 const interpreter::BytecodeArrayIterator& iterator, in UpdateOutLiveness() 366 const interpreter::BytecodeArrayIterator& iterator, in UpdateOutLiveness() 385 const interpreter::BytecodeArrayIterator& iterator, in UpdateLiveness() 411 const interpreter::BytecodeArrayIterator& iterator, in UpdateLiveness() 426 const interpreter::BytecodeArrayIterator& iterator) { in UpdateAssignments() [all …]
|
D | bytecode-graph-builder.cc | 410 interpreter::BytecodeArrayIterator const& bytecode_iterator() const { in bytecode_iterator() 413 interpreter::BytecodeArrayIterator& bytecode_iterator() { in bytecode_iterator() 461 interpreter::BytecodeArrayIterator bytecode_iterator_;
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-compiler.h | 159 const interpreter::BytecodeArrayIterator& iterator() { return iterator_; } in INTRINSICS_LIST() 168 interpreter::BytecodeArrayIterator iterator_;
|
D | bytecode-offset-iterator.h | 89 interpreter::BytecodeArrayIterator bytecode_iterator_;
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-graph-builder.h | 476 interpreter::BytecodeArrayIterator iterator(bytecode().object()); in CalculatePredecessorCounts() 532 interpreter::BytecodeArrayIterator iterator_;
|
/third_party/node/deps/v8/src/execution/ |
D | tiering-manager.cc | 156 interpreter::BytecodeArrayIterator iterator( in HaveCachedOSRCodeForCurrentBytecodeOffset()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-evaluate.cc | 1020 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in FunctionGetSideEffectState() 1242 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in ApplySideEffectChecks()
|
D | debug.cc | 325 interpreter::BytecodeArrayIterator(bytecode_array, code_offset()) in SetDebugBreak() 351 interpreter::BytecodeArrayIterator iterator( in GetBreakLocation() 2725 for (interpreter::BytecodeArrayIterator it(debug_bytecode); !it.done(); in ClearSideEffectChecks() 2850 interpreter::BytecodeArrayIterator bytecode_iterator( in PerformSideEffectCheckAtBytecode()
|
/third_party/node/deps/v8/src/objects/ |
D | code.cc | 623 interpreter::BytecodeArrayIterator iterator(handle); in Disassemble()
|
D | code-inl.h | 595 interpreter::BytecodeArrayIterator bytecode_iterator(bytecodes_handle, in GetBaselinePCForNextExecutedBytecode()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 2132 i::interpreter::BytecodeArrayIterator bytecode_iterator(bytecodes); in TestVerifySourcePositions()
|