Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h267 static bool IsBreakStub(Code* code);
Ddebug.cc175 if (Debug::IsBreakStub(code)) { in Next()
1552 bool Debug::IsBreakStub(Code* code) { in IsBreakStub() function in v8::internal::Debug