Searched refs:non_strict_arguments_stub (Results 1 – 4 of 4) sorted by relevance
543 Handle<Code> non_strict_arguments_stub() { in non_strict_arguments_stub() function702 Handle<Code> non_strict_arguments_stub() { in non_strict_arguments_stub() function
1174 stub = non_strict_arguments_stub(); in Load()1177 } else if (key->IsSmi() && (target() != *non_strict_arguments_stub())) { in Load()1817 stub = non_strict_arguments_stub(); in Store()1819 if (key->IsSmi() && (target() != *non_strict_arguments_stub())) { in Store()
552 Handle<Code> non_strict_arguments_stub() { in non_strict_arguments_stub() function796 Handle<Code> non_strict_arguments_stub() { in non_strict_arguments_stub() function
1411 stub = non_strict_arguments_stub(); in Load()1415 (!target().is_identical_to(non_strict_arguments_stub()))) { in Load()1993 stub = non_strict_arguments_stub(); in Store()1995 !(target().is_identical_to(non_strict_arguments_stub()))) { in Store()