Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc853 void Debug::FloodWithOneShot(Handle<JSFunction> function, in FloodWithOneShot() function in v8::internal::Debug
909 FloodWithOneShot(function); in PrepareStepIn()
919 FloodWithOneShot(function); in PrepareStepInSuspendedGenerator()
954 FloodWithOneShot(Handle<JSFunction>(it.frame()->function())); in PrepareStepOnThrow()
987 FloodWithOneShot(Handle<JSFunction>(function)); in PrepareStep()
1032 FloodWithOneShot(caller_function); in PrepareStep()
1041 FloodWithOneShot(function); in PrepareStep()
1044 FloodWithOneShot(function); in PrepareStep()
1049 FloodWithOneShot(function, CALLS_AND_RETURNS); in PrepareStep()
Ddebug.h629 void FloodWithOneShot(Handle<JSFunction> function,