Home
last modified time | relevance | path

Searched refs:BytecodeArrayAccessor (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc17 BytecodeArrayAccessor::BytecodeArrayAccessor( in BytecodeArrayAccessor() function in v8::internal::interpreter::BytecodeArrayAccessor
26 void BytecodeArrayAccessor::SetOffset(int offset) { in SetOffset()
31 void BytecodeArrayAccessor::ApplyDebugBreak() { in ApplyDebugBreak()
44 void BytecodeArrayAccessor::UpdateOperandScale() { in UpdateOperandScale()
59 bool BytecodeArrayAccessor::OffsetInBounds() const { in OffsetInBounds()
63 Bytecode BytecodeArrayAccessor::current_bytecode() const { in current_bytecode()
72 int BytecodeArrayAccessor::current_bytecode_size() const { in current_bytecode_size()
77 uint32_t BytecodeArrayAccessor::GetUnsignedOperand( in GetUnsignedOperand()
93 int32_t BytecodeArrayAccessor::GetSignedOperand( in GetSignedOperand()
109 uint32_t BytecodeArrayAccessor::GetFlagOperand(int operand_index) const { in GetFlagOperand()
[all …]
Dbytecode-array-accessor.h22 class BytecodeArrayAccessor; variable
35 const BytecodeArrayAccessor* accessor);
44 const BytecodeArrayAccessor* accessor_;
51 JumpTableTargetOffsets(const BytecodeArrayAccessor* accessor, int table_start,
60 const BytecodeArrayAccessor* accessor_;
66 class V8_EXPORT_PRIVATE BytecodeArrayAccessor {
68 BytecodeArrayAccessor(Handle<BytecodeArray> bytecode_array,
129 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayAccessor);
Dbytecode-array-iterator.cc15 : BytecodeArrayAccessor(bytecode_array, 0) {} in BytecodeArrayIterator()
Dbytecode-array-iterator.h15 : public BytecodeArrayAccessor {
Dbytecode-array-random-iterator.cc15 : BytecodeArrayAccessor(bytecode_array, 0), offsets_(zone) { in BytecodeArrayRandomIterator()
Dbytecode-array-random-iterator.h17 : public BytecodeArrayAccessor {
/external/v8/src/compiler/
Dbytecode-analysis.cc96 const interpreter::BytecodeArrayAccessor& accessor) { in UpdateInLiveness()
205 const interpreter::BytecodeArrayAccessor& accessor, in UpdateOutLiveness()
265 const interpreter::BytecodeArrayAccessor& accessor, in UpdateLiveness()
276 const interpreter::BytecodeArrayAccessor& accessor) { in UpdateAssignments()
754 interpreter::BytecodeArrayAccessor assessor(bytecode_array(), in ResumeJumpTargetLeavesResolveSuspendIds()
/external/v8/src/debug/
Ddebug.cc286 interpreter::BytecodeArrayAccessor(bytecode_array, code_offset()) in SetDebugBreak()
311 interpreter::BytecodeArrayAccessor accessor( in GetBreakLocation()
2210 interpreter::BytecodeArrayAccessor bytecode_accessor( in PerformSideEffectCheckAtBytecode()