21 DCHECK(function->has_feedback_vector());
26 IsUndefined(isolate->heap()->functions_marked_for_manual_optimization())
27 ? ObjectHashTable::New(isolate, 1)
30 ->functions_marked_for_manual_optimization()),
38 table = ObjectHashTable::Put(
40 direct_handle(shared_info->GetBytecodeArray(isolate)->wrapper(),
42 isolate->heap()->SetFunctionsMarkedForManualOptimization(*table);