HomeSort by relevance Sort by last modified time
    Searched refs:maybe_handler_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/ic/
ic.h 267 MaybeHandle<Code> maybe_handler_; member in class:v8::internal::IC
ic.cc 255 maybe_handler_ = target()->FindHandlerForMap(*receiver_map);
262 if (maybe_handler_.is_null()) {
910 if (!maybe_handler_.is_null() &&
911 !maybe_handler_.ToHandleChecked().is_identical_to(code)) {
914 if (maybe_handler_.is_null()) {
915 // maybe_handler_ is only populated for MONOMORPHIC and POLYMORPHIC ICs.
    [all...]

Completed in 153 milliseconds