Searched defs:IsDeferred (Results 1 - 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/interpreter/ | ||
| H A D | constant-array-builder.h | 138 bool IsDeferred() const { return tag_ == Tag::kDeferred; } in IsDeferred() function in v8::internal::interpreter::final::Entry |
| /third_party/node/deps/v8/src/torque/ | ||
| H A D | cfg.h | 54 bool IsDeferred() const { return is_deferred_; } in IsDeferred() function in v8::internal::torque::Block |
| H A D | ast.h | 1267 inline bool IsDeferred(Statement* stmt) { in IsDeferred() function |
| /third_party/node/deps/v8/src/compiler/ | ||
| H A D | graph-assembler.h | 178 bool IsDeferred() const { in IsDeferred() function in v8::internal::compiler::GraphAssemblerLabel |
| /third_party/node/deps/v8/src/compiler/backend/ | ||
| H A D | instruction.h | 1552 bool IsDeferred() const { return deferred_; } in IsDeferred() function in v8::internal::compiler::final |
Completed in 10 milliseconds