Home
last modified time | relevance | path

Searched defs:is_bound (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-label.h52 bool is_bound() const { return bound_; } in is_bound() function
94 bool is_bound() const { in is_bound() function
Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function
/third_party/node/deps/v8/src/codegen/
Dlabel.h64 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc650 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound, in branchOnCond()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h1509 inline bool is_bound() const { return bound_; } in is_bound() function