Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc581 create_allocation_site(this); in CallJSWithFeedback() local
640 GotoIf(is_array_function, &create_allocation_site); in CallJSWithFeedback()
656 Bind(&create_allocation_site); in CallJSWithFeedback()
808 Label create_allocation_site(this), create_weak_cell(this); in CallConstruct() local
816 Branch(is_array_function, &create_allocation_site, &create_weak_cell); in CallConstruct()
818 Bind(&create_allocation_site); in CallConstruct()