Searched refs:FloodWithOneShot (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Ddebug.cc1197 void Debug::FloodWithOneShot(Handle<JSFunction> function) { function in class:v8::internal::Debug
1224 Debug::FloodWithOneShot(bindee_function);
1240 FloodWithOneShot(Handle<JSFunction>(frame->function()));
1323 FloodWithOneShot(Handle<JSFunction>(function));
1404 FloodWithOneShot(Handle<JSFunction>(function));
1414 FloodWithOneShot(function);
1426 FloodWithOneShot(restarted_function);
1477 FloodWithOneShot(js_function);
1486 FloodWithOneShot(function);
1629 Debug::FloodWithOneShot(js_functio
[all...]
H A Ddebug.h387 void FloodWithOneShot(Handle<JSFunction> function);
H A Druntime.cc5579 debug->FloodWithOneShot(fun);

Completed in 2784 milliseconds