Home
last modified time | relevance | path

Searched refs:target_offset_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-analysis.h54 int target_offset() const { return target_offset_; } in target_offset()
55 bool is_leaf() const { return target_offset_ == final_target_offset_; } in is_leaf()
61 int target_offset_; variable
Dbytecode-analysis.cc67 target_offset_(target_offset), in ResumeJumpTarget()