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/
H A Dtranslation-array.h55 int update_feedback_count) { in BeginTranslation()
61 Add(update_feedback_count); in BeginTranslation()
54 BeginTranslation(int frame_count, int jsframe_count, int update_feedback_count) BeginTranslation() argument
H A Dtranslated-state.cc42 int update_feedback_count = iterator.Next(); in TranslationArrayPrintSingleFrame() local
45 << ", update_feedback_count=" << update_feedback_count << "}\n"; in TranslationArrayPrintSingleFrame() local
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/
H A 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/
H A 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()

Completed in 7 milliseconds