Lines Matching defs:shared
439 Handle<SharedFunctionInfo> shared(function->shared()); in Break() local
586 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local
621 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local
722 Handle<SharedFunctionInfo> shared(function->shared()); in FloodWithOneShot() local
838 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local
907 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations()
1061 explicit RedirectActiveFunctions(SharedFunctionInfo* shared) in RedirectActiveFunctions()
1105 bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) { in PrepareFunctionForBreakPoints()
1120 while (SharedFunctionInfo* shared = iterator.Next()) { in PrepareFunctionForBreakPoints() local
1190 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) { in NewCandidate()
1248 SharedFunctionInfo* shared; in FindSharedFunctionInfoInScript() local
1316 bool Debug::EnsureDebugInfo(Handle<SharedFunctionInfo> shared, in EnsureDebugInfo()
1337 void Debug::CreateDebugInfo(Handle<SharedFunctionInfo> shared) { in CreateDebugInfo()
1351 Handle<SharedFunctionInfo> shared(debug_info->shared()); in RemoveDebugInfoAndClearFromShared() local
1393 Handle<SharedFunctionInfo> shared(function->shared()); in IsBreakAtReturn() local
1463 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>(fun->shared()); in GetStepinPositions() local