Home
last modified time | relevance | path

Searched refs:mark_megamorphic (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc868 Label check_initialized(this), initialize(this), mark_megamorphic(this); in ConstructWithSpread()
882 Branch(IsCleared(feedback), &initialize, &mark_megamorphic); in ConstructWithSpread() local
890 Branch(is_uninitialized, &initialize, &mark_megamorphic); in ConstructWithSpread()
896 GotoIf(TaggedIsSmi(new_target), &mark_megamorphic); in ConstructWithSpread() local
910 &mark_megamorphic); in ConstructWithSpread() local
922 &done_loop, &mark_megamorphic); in ConstructWithSpread()
941 BIND(&mark_megamorphic); in ConstructWithSpread()

Completed in 3 milliseconds