Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dliveedit.cc826 static void PatchLiterals(FunctionInfoWrapper* compile_info_wrapper, in PatchLiterals() argument
829 int new_literal_count = compile_info_wrapper->GetLiteralCount(); in PatchLiterals()
971 FunctionInfoWrapper compile_info_wrapper(new_compile_info_array); in ReplaceFunctionCode() local
976 compile_info_wrapper.GetSharedFunctionInfo(); in ReplaceFunctionCode()
1029 int start_position = compile_info_wrapper.GetStartPosition(); in ReplaceFunctionCode()
1030 int end_position = compile_info_wrapper.GetEndPosition(); in ReplaceFunctionCode()
1034 LiteralFixer::PatchLiterals(&compile_info_wrapper, shared_info, in ReplaceFunctionCode()