Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.cc1084 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()
Ddebug.h415 bool EnsureDebugInfo(Handle<SharedFunctionInfo> shared,
Druntime.cc12011 if (!isolate->debug()->EnsureDebugInfo(shared_info, function_)) { in ScopeIterator()
12387 if (!isolate->debug()->EnsureDebugInfo(shared, fun)) { in RUNTIME_FUNCTION()
/external/v8/test/cctest/
Dtest-debug.cc487 CHECK(debug->EnsureDebugInfo(shared, fun)); in CheckDebugBreakFunction()