Searched refs:EnsureDebugInfo (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | debug.cc | 1084 if (!EnsureDebugInfo(shared, function)) { in SetBreakPoint() 1119 if (!EnsureDebugInfo(shared, Handle<JSFunction>::null())) { in SetBreakPointForScript() 1202 if (!EnsureDebugInfo(shared, function)) { in FloodWithOneShot() 1330 if (!EnsureDebugInfo(shared, function)) { in PrepareStep() 2177 bool Debug::EnsureDebugInfo(Handle<SharedFunctionInfo> shared, in EnsureDebugInfo() function in v8::internal::Debug 2250 if (!EnsureDebugInfo(shared, function)) { in SetAfterBreakTarget() 2344 if (!EnsureDebugInfo(shared, function)) { in IsBreakAtReturn()
|
D | debug.h | 415 bool EnsureDebugInfo(Handle<SharedFunctionInfo> shared,
|
D | runtime.cc | 12011 if (!isolate->debug()->EnsureDebugInfo(shared_info, function_)) { in ScopeIterator() 12387 if (!isolate->debug()->EnsureDebugInfo(shared, fun)) { in RUNTIME_FUNCTION()
|
/external/v8/test/cctest/ |
D | test-debug.cc | 487 CHECK(debug->EnsureDebugInfo(shared, fun)); in CheckDebugBreakFunction()
|