Home
last modified time | relevance | path

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

/external/v8/src/
Dliveedit.cc1762 bool do_drop) { in DropActivationsInActiveThreadImpl() argument
1829 if (!do_drop) { in DropActivationsInActiveThreadImpl()
1866 Handle<JSArray> shared_info_array, Handle<JSArray> result, bool do_drop) { in DropActivationsInActiveThread() argument
1870 shared_info_array->GetIsolate(), target, do_drop); in DropActivationsInActiveThread()
1956 Handle<JSArray> shared_info_array, bool do_drop) { in CheckAndDropActivations() argument
1993 DropActivationsInActiveThread(shared_info_array, result, do_drop); in CheckAndDropActivations()
Dliveedit.h123 Handle<JSArray> shared_info_array, bool do_drop);
Druntime.cc13666 CONVERT_BOOLEAN_ARG_CHECKED(do_drop, 1); in RUNTIME_FUNCTION()
13678 return *LiveEdit::CheckAndDropActivations(shared_array, do_drop); in RUNTIME_FUNCTION()