Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc591 Node* is_allocation_site = WordEqual( in CallJSWithFeedback() local
593 GotoUnless(is_allocation_site, &check_initialized); in CallJSWithFeedback()
781 Node* is_allocation_site = in CallConstruct() local
784 GotoUnless(is_allocation_site, &check_initialized); in CallConstruct()