Lines Matching defs:shared
512 Handle<SharedFunctionInfo> shared(function->shared()); in Break() local
692 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local
733 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local
866 Handle<SharedFunctionInfo> shared(function->shared()); in FloodWithOneShot() local
994 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local
1056 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations()
1209 explicit RedirectActiveFunctions(SharedFunctionInfo* shared) in RedirectActiveFunctions()
1262 bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) { in PrepareFunctionForBreakPoints()
1278 while (SharedFunctionInfo* shared = iterator.Next()) { in PrepareFunctionForBreakPoints() local
1451 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) { in NewCandidate()
1509 SharedFunctionInfo* shared; in FindSharedFunctionInfoInScript() local
1544 bool Debug::EnsureDebugInfo(Handle<SharedFunctionInfo> shared, in EnsureDebugInfo()
1566 void Debug::CreateDebugInfo(Handle<SharedFunctionInfo> shared) { in CreateDebugInfo()
1579 Handle<SharedFunctionInfo> shared(debug_info->shared()); in RemoveDebugInfoAndClearFromShared() local
1617 Handle<SharedFunctionInfo> shared(frame->function()->shared()); in IsBreakAtReturn() local