Home
last modified time | relevance | path

Searched refs:GetJumpTargetOffset (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dbytecode-branch-analysis.cc71 AddBranch(current_offset, iterator.GetJumpTargetOffset()); in Analyze()
76 AddBranch(current_offset, iterator.GetJumpTargetOffset()); in Analyze()
Dbytecode-graph-builder.cc1841 int target_offset = bytecode_iterator()->GetJumpTargetOffset(); in BuildJump()
1851 BuildJump(source_offset, bytecode_iterator()->GetJumpTargetOffset()); in BuildConditionalJump()
/external/v8/src/interpreter/
Dbytecode-array-iterator.h42 int GetJumpTargetOffset() const;
Dbytecode-array-iterator.cc106 int BytecodeArrayIterator::GetJumpTargetOffset() const { in GetJumpTargetOffset() function in v8::internal::interpreter::BytecodeArrayIterator