Searched refs:is_current_context (Results 1 – 4 of 4) sorted by relevance
65 bool Register::is_current_context() const { in is_current_context() function in v8::internal::interpreter::Register125 if (is_current_context()) { in ToString()
39 bool is_current_context() const;
533 if (context.is_current_context() && depth == 0) { in LoadContextSlot()552 if (context.is_current_context() && depth == 0) { in StoreContextSlot()1145 if (reg.is_current_context() || reg.is_function_closure() || in RegisterIsValid()
194 if (the_register.is_current_context()) { in LookupRegister()