Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dliveedit.cc829 int new_literal_count = compile_info_wrapper->GetLiteralCount(); in PatchLiterals() local
832 if (old_literal_count == new_literal_count && !feedback_metadata_changed) { in PatchLiterals()
851 LiteralsArray::New(isolate, vector, new_literal_count); in PatchLiterals()
855 shared_info->set_num_literals(new_literal_count); in PatchLiterals()