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

/external/v8/src/
H A Ddebug.cc1132 // Return the debug info for this function. EnsureDebugInfo must be called
1147 if (!EnsureDebugInfo(shared)) {
1222 if (!EnsureDebugInfo(shared)) {
1336 if (!EnsureDebugInfo(shared)) {
2041 bool Debug::EnsureDebugInfo(Handle<SharedFunctionInfo> shared) { function in class:v8::internal::Debug
2107 if (!EnsureDebugInfo(shared)) {
2199 if (!EnsureDebugInfo(shared)) {
H A Ddebug.h256 bool EnsureDebugInfo(Handle<SharedFunctionInfo> shared);
H A Druntime.cc10944 if (!isolate->debug()->EnsureDebugInfo(shared_info)) {
/external/v8/test/cctest/
H A Dtest-debug.cc518 CHECK(debug->EnsureDebugInfo(shared));

Completed in 68 milliseconds