Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc740 Label initialize(this), mark_megamorphic(this); in CollectCallableFeedback() local
752 Branch(IsClearedWeakHeapObject(feedback), &initialize, &mark_megamorphic); in CollectCallableFeedback()
758 GotoIf(TaggedIsSmi(target), &mark_megamorphic); in CollectCallableFeedback()
773 &if_function, &mark_megamorphic); in CollectCallableFeedback()
783 &done_loop, &mark_megamorphic); in CollectCallableFeedback()
801 BIND(&mark_megamorphic); in CollectCallableFeedback()
942 initialize(this), mark_megamorphic(this); in Construct() local
956 Branch(IsClearedWeakHeapObject(feedback), &initialize, &mark_megamorphic); in Construct()
968 GotoIfNot(WordEqual(target, array_function), &mark_megamorphic); in Construct()
969 GotoIfNot(WordEqual(new_target, array_function), &mark_megamorphic); in Construct()
[all …]