Home
last modified time | relevance | path

Searched defs:is_bound (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dlabel.h64 V8_INLINE bool is_bound() const { return pos_ < 0; } in is_bound() function in v8::internal::Label
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound() function in v8::internal::interpreter::final
H A Dbytecode-label.h52 bool is_bound() const { return bound_; } in is_bound() function in v8::internal::interpreter::final
94 bool is_bound() const { in is_bound() function in v8::internal::interpreter::BytecodeLabels
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc650 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound, in branchOnCond() argument
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h1509 inline bool is_bound() const { return bound_; } in is_bound() function in v8::internal::compiler::CodeAssemblerLabel
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc3897 if (L->is_bound()) { in CallRecordWriteStub() function

Completed in 14 milliseconds