Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
Dtranslation-array.h55 int update_feedback_count) { in BeginTranslation() argument
61 Add(update_feedback_count); in BeginTranslation()
Dtranslated-state.cc42 int update_feedback_count = iterator.Next(); in TranslationArrayPrintSingleFrame() local
45 << ", update_feedback_count=" << update_feedback_count << "}\n"; in TranslationArrayPrintSingleFrame()
1320 int update_feedback_count = iterator->Next(); in Init() local
1321 CHECK_GE(update_feedback_count, 0); in Init()
1322 CHECK_LE(update_feedback_count, 1); in Init()
1324 if (update_feedback_count == 1) { in Init()
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc392 int update_feedback_count = 0; in EmitEagerDeopt() local
394 frame_count, jsframe_count, update_feedback_count); in EmitEagerDeopt()
412 int update_feedback_count = 0; in EmitLazyDeopt() local
414 frame_count, jsframe_count, update_feedback_count); in EmitLazyDeopt()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc1118 const int update_feedback_count = entry.feedback().IsValid() ? 1 : 0; in BuildTranslation() local
1121 static_cast<int>(descriptor->GetJSFrameCount()), update_feedback_count); in BuildTranslation()