Home | History | Annotate | Download | only in src

Lines Matching refs:DebugInfo

75 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
249 DebugInfo::SetBreakPoint(debug_info_, code_position(),
257 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object);
468 // DebugInfo even though the code is patched back to the non break point state.
656 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) {
658 debug_info_ = Handle<DebugInfo>::cast((GlobalHandles::Create(debug_info)));
832 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
970 Handle<DebugInfo> Debug::GetDebugInfo(Handle<SharedFunctionInfo> shared) {
972 return Handle<DebugInfo>(DebugInfo::cast(shared->debug_info()));
986 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
1005 Object* result = DebugInfo::FindBreakPointInfo(node->debug_info(),
1010 Handle<DebugInfo> debug_info = node->debug_info();
1147 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
1387 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
1532 Handle<DebugInfo> debug_info = Factory::NewDebugInfo(shared);
1546 void Debug::RemoveDebugInfo(Handle<DebugInfo> debug_info) {
1586 Handle<DebugInfo> debug_info = GetDebugInfo(shared);