Lines Matching defs:handler
12 #include "src/ic/handler-configuration-inl.h"
416 // Monomorphic load, check the handler.
417 // TODO(leszeks): Make GetFeedbackForPropertyAccess read the handler.
418 MaybeObjectHandle handler =
421 if (!handler.is_null() && handler->IsSmi()) {
422 // Smi handler, emit a map check and LoadField.
423 int smi_handler = handler->ToSmi().value();
470 // Monomorphic store, check the handler.
471 // TODO(leszeks): Make GetFeedbackForPropertyAccess read the handler.
472 MaybeObjectHandle handler =
475 if (!handler.is_null() && handler->IsSmi()) {
476 int smi_handler = handler->ToSmi().value();