Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dliveedit.cc1549 LiveEdit::FunctionPatchabilityStatus non_droppable_reason; in DropActivationsInActiveThreadImpl() local
1555 non_droppable_reason = LiveEdit::FUNCTION_BLOCKED_UNDER_NATIVE_CODE; in DropActivationsInActiveThreadImpl()
1563 non_droppable_reason = LiveEdit::FUNCTION_BLOCKED_UNDER_GENERATOR; in DropActivationsInActiveThreadImpl()
1581 if (target.MatchActivation(frame, non_droppable_reason)) { in DropActivationsInActiveThreadImpl()
1585 if (non_droppable_reason == in DropActivationsInActiveThreadImpl()
1589 target.set_status(non_droppable_reason); in DropActivationsInActiveThreadImpl()