Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc2372 Label if_fast_clone(this), if_not_fast_clone(this, Label::kDeferred); in IGNITION_HANDLER() local
2374 GotoIf(IsUndefined(feedback_vector), &if_not_fast_clone); in IGNITION_HANDLER()
2379 &if_fast_clone, &if_not_fast_clone); in IGNITION_HANDLER()
2386 CAST(feedback_vector), slot, &if_not_fast_clone); in IGNITION_HANDLER()
2391 BIND(&if_not_fast_clone); in IGNITION_HANDLER()