Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc890 void Debug::FloodWithOneShot(Handle<JSFunction> function, in FloodWithOneShot() function in v8::internal::Debug
941 FloodWithOneShot(function); in PrepareStepIn()
951 FloodWithOneShot(function); in PrepareStepInSuspendedGenerator()
986 FloodWithOneShot(Handle<JSFunction>(it.frame()->function())); in PrepareStepOnThrow()
1019 FloodWithOneShot(Handle<JSFunction>(function)); in PrepareStep()
1073 FloodWithOneShot(caller_function); in PrepareStep()
1082 FloodWithOneShot(function); in PrepareStep()
1085 FloodWithOneShot(function); in PrepareStep()
1090 FloodWithOneShot(function, CALLS_AND_RETURNS); in PrepareStep()
Ddebug.h454 void FloodWithOneShot(Handle<JSFunction> function,