Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.cc1707 List<Handle<JSFunction> >* active_functions, in CollectActiveFunctionsFromThread()
1720 active_functions->Add(Handle<JSFunction>(function)); in CollectActiveFunctionsFromThread()
1726 active_functions->Add(Handle<JSFunction>(function)); in CollectActiveFunctionsFromThread()
1848 explicit ActiveFunctionsCollector(List<Handle<JSFunction> >* active_functions, in ActiveFunctionsCollector() argument
1850 : active_functions_(active_functions), in ActiveFunctionsCollector()
1924 List<Handle<JSFunction> > active_functions(100); in PrepareForBreakPoints() local
1957 &active_functions, in PrepareForBreakPoints()
1959 ActiveFunctionsCollector active_functions_collector(&active_functions, in PrepareForBreakPoints()
2024 for (int i = 0; i < active_functions.length(); i++) { in PrepareForBreakPoints()
2025 Handle<JSFunction> function = active_functions[i]; in PrepareForBreakPoints()
[all …]