Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 66918f93c94addb7d393f1b12dd21b63a59a2757..3f94651d4df8e05a2e33ff89cbfcb65e02e3f1d6 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4968,8 +4968,7 @@ class Code: public HeapObject { |
inline void set_raw_kind_specific_flags2(int value); |
// Testers for interpreter builtins. |
- inline bool is_interpreter_entry_trampoline(); |
- inline bool is_interpreter_enter_bytecode_dispatch(); |
+ inline bool is_interpreter_trampoline_builtin(); |
// [is_crankshafted]: For kind STUB or ICs, tells whether or not a code |
// object was generated by either the hydrogen or the TurboFan optimizing |