Searched refs:SetBreakPoint (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/cctest/
H A Dtest-debug.cc198 static int SetBreakPoint(Handle<v8::internal::JSFunction> fun, int position) { function
202 debug->SetBreakPoint(
212 static int SetBreakPoint(v8::Handle<v8::Function> fun, int position) { function
213 return SetBreakPoint(v8::Utils::OpenHandle(*fun), position);
495 int bp = SetBreakPoint(fun, position);
1128 int bp1 = SetBreakPoint(foo, 0);
1133 int bp2 = SetBreakPoint(bar, 0);
1167 int bp = SetBreakPoint(foo, 0);
1200 int bp = SetBreakPoint(foo, 0);
1233 int bp = SetBreakPoint(fo
[all...]
/external/v8/src/
H A Ddebug.h96 void SetBreakPoint(Handle<Object> break_point_object);
236 void SetBreakPoint(Handle<SharedFunctionInfo> shared,
H A Ddebug.cc280 void BreakLocationIterator::SetBreakPoint(Handle<Object> break_point_object) { function in class:v8::internal::BreakLocationIterator
288 DebugInfo::SetBreakPoint(debug_info_, code_position(),
1140 void Debug::SetBreakPoint(Handle<SharedFunctionInfo> shared, function in class:v8::internal::Debug
1159 it.SetBreakPoint(break_point_object);
H A Dobjects.h8382 static void SetBreakPoint(Handle<DebugInfo> debug_info, int code_position,
8443 static void SetBreakPoint(Handle<BreakPointInfo> info,
H A Dobjects.cc12639 void DebugInfo::SetBreakPoint(Handle<DebugInfo> debug_info, function in class:v8::internal::DebugInfo
12647 BreakPointInfo::SetBreakPoint(
12688 BreakPointInfo::SetBreakPoint(new_break_point_info, break_point_object);
12790 void BreakPointInfo::SetBreakPoint(Handle<BreakPointInfo> break_point_info, function in class:v8::internal::BreakPointInfo
H A Druntime.cc11425 isolate->debug()->SetBreakPoint(shared, break_point_object_arg,
11545 isolate->debug()->SetBreakPoint(shared, break_point_object_arg, &position);

Completed in 191 milliseconds