Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-liveedit.cc204 CONVERT_BOOLEAN_ARG_CHECKED(do_drop, 2); in RUNTIME_FUNCTION()
229 do_drop); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Dliveedit.cc1519 bool do_drop) { in DropActivationsInActiveThreadImpl() argument
1599 if (!do_drop) { in DropActivationsInActiveThreadImpl()
1635 Handle<JSArray> result, bool do_drop) { in DropActivationsInActiveThread() argument
1640 DropActivationsInActiveThreadImpl(isolate, target, do_drop); in DropActivationsInActiveThread()
1726 bool do_drop) { in CheckAndDropActivations() argument
1765 old_shared_array, new_shared_array, result, do_drop); in CheckAndDropActivations()
Dliveedit.h120 bool do_drop);