Home | History | Annotate | Download | only in src

Lines Matching refs:SharedFunctionInfo

830   Handle<SharedFunctionInfo> shared =
831 Handle<SharedFunctionInfo>(JSFunction::cast(frame->function())->shared());
963 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) {
970 Handle<DebugInfo> Debug::GetDebugInfo(Handle<SharedFunctionInfo> shared) {
976 void Debug::SetBreakPoint(Handle<SharedFunctionInfo> shared,
1011 Handle<SharedFunctionInfo
1051 void Debug::FloodWithOneShot(Handle<SharedFunctionInfo> shared) {
1077 Handle<SharedFunctionInfo> shared =
1078 Handle<SharedFunctionInfo>(
1136 FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared()));
1141 Handle<SharedFunctionInfo> shared =
1142 Handle<SharedFunctionInfo>(JSFunction::cast(frame->function())->shared());
1207 FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared()));
1260 FloodWithOneShot(Handle<SharedFunctionInfo>(js_function->shared()));
1385 Handle<SharedFunctionInfo> shared) {
1451 Handle<SharedFunctionInfo> shared_info(
1456 Debug::FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared()));
1524 bool Debug::EnsureDebugInfo(Handle<SharedFunctionInfo> shared) {
1580 Handle<SharedFunctionInfo> shared =
1581 Handle<SharedFunctionInfo>(JSFunction::cast(frame->function())->shared());