Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc2394 Label if_fast_clone(this), if_not_fast_clone(this, Label::kDeferred); in IGNITION_HANDLER() local
2397 &if_fast_clone, &if_not_fast_clone); in IGNITION_HANDLER()
2404 feedback_vector, slot_id, &if_not_fast_clone); in IGNITION_HANDLER()
2409 BIND(&if_not_fast_clone); in IGNITION_HANDLER()