Home
last modified time | relevance | path

Searched refs:had_proto_failure (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dic.cc728 bool had_proto_failure = false; in UpdateCaches() local
748 had_proto_failure = true; in UpdateCaches()
788 USE(had_proto_failure); in UpdateCaches()
790 if (had_proto_failure) state = MONOMORPHIC_PROTOTYPE_FAILURE; in UpdateCaches()