• Home
  • Raw
  • Download

Lines Matching refs:SharedFunctionInfo

500   Handle<SharedFunctionInfo> shared(break_target->shared(), isolate_);  in Break()
723 bool Debug::SetBreakpoint(Handle<SharedFunctionInfo> shared, in SetBreakpoint()
772 auto shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript()
863 Handle<SharedFunctionInfo> shared = handle(function->shared(), isolate_); in GetFunctionDebuggingId()
873 bool Debug::SetBreakpointForFunction(Handle<SharedFunctionInfo> shared, in SetBreakpointForFunction()
984 void Debug::FloodWithOneShot(Handle<SharedFunctionInfo> shared, in FloodWithOneShot()
1077 Handle<SharedFunctionInfo> shared(function->shared(), isolate_); in PrepareStepIn()
1081 FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared(), isolate_)); in PrepareStepIn()
1095 FloodWithOneShot(Handle<SharedFunctionInfo>(function->shared(), isolate_)); in PrepareStepInSuspendedGenerator()
1115 std::vector<SharedFunctionInfo> infos; in PrepareStepOnThrow()
1161 Handle<SharedFunctionInfo> info( in PrepareStepOnThrow()
1193 Handle<SharedFunctionInfo> shared; in PrepareStep()
1203 shared = Handle<SharedFunctionInfo>(function->shared(), isolate_); in PrepareStep()
1313 std::vector<Handle<SharedFunctionInfo>> infos; in PrepareStep()
1316 Handle<SharedFunctionInfo> info = infos.back(); in PrepareStep()
1342 Isolate* isolate, Handle<SharedFunctionInfo> shared) { in GetSourceBreakLocations()
1404 explicit DiscardBaselineCodeVisitor(SharedFunctionInfo shared) in DiscardBaselineCodeVisitor()
1406 DiscardBaselineCodeVisitor() : shared_(SharedFunctionInfo()) {} in DiscardBaselineCodeVisitor()
1410 bool deopt_all = shared_ == SharedFunctionInfo(); in VisitThread()
1447 SharedFunctionInfo shared_;
1451 void Debug::DiscardBaselineCode(SharedFunctionInfo shared) { in DiscardBaselineCode()
1488 SharedFunctionInfo shared = SharedFunctionInfo::cast(obj); in DiscardAllBaselineCode()
1496 void Debug::DeoptimizeFunction(Handle<SharedFunctionInfo> shared) { in DeoptimizeFunction()
1524 Handle<SharedFunctionInfo> shared) { in PrepareFunctionForDebugExecution()
1548 SharedFunctionInfo::InstallDebugBytecode(shared, isolate_); in PrepareFunctionForDebugExecution()
1600 SharedFunctionInfo shared = fun.shared(); in InstallDebugBreakTrampoline()
1650 const MaybeHandle<SharedFunctionInfo> maybe_result = in CompileTopLevel()
1673 Handle<SharedFunctionInfo> shared = in GetPossibleBreakpoints()
1674 Handle<SharedFunctionInfo>::cast(result); in GetPossibleBreakpoints()
1684 std::vector<Handle<SharedFunctionInfo>> candidates; in GetPossibleBreakpoints()
1703 void NewCandidate(SharedFunctionInfo shared, in NewCandidate()
1743 SharedFunctionInfo Result() { return current_candidate_; } in Result()
1748 SharedFunctionInfo current_candidate_;
1756 SharedFunctionInfo FindSharedFunctionInfoCandidate(int position, in FindSharedFunctionInfoCandidate()
1760 SharedFunctionInfo::ScriptIterator iterator(isolate, *script); in FindSharedFunctionInfoCandidate()
1761 for (SharedFunctionInfo info = iterator.Next(); !info.is_null(); in FindSharedFunctionInfoCandidate()
1769 Handle<SharedFunctionInfo> Debug::FindClosestSharedFunctionInfoFromPosition( in FindClosestSharedFunctionInfoFromPosition()
1771 Handle<SharedFunctionInfo> outer_shared) { in FindClosestSharedFunctionInfoFromPosition()
1776 Handle<SharedFunctionInfo> closest_candidate = outer_shared; in FindClosestSharedFunctionInfoFromPosition()
1784 std::vector<Handle<SharedFunctionInfo>> candidates; in FindClosestSharedFunctionInfoFromPosition()
1808 std::vector<Handle<SharedFunctionInfo>>* intersecting_shared) { in FindSharedFunctionInfosIntersectingRange()
1813 std::vector<Handle<SharedFunctionInfo>> candidates; in FindSharedFunctionInfosIntersectingRange()
1817 SharedFunctionInfo::ScriptIterator iterator(isolate_, *script); in FindSharedFunctionInfosIntersectingRange()
1818 for (SharedFunctionInfo info = iterator.Next(); !info.is_null(); in FindSharedFunctionInfosIntersectingRange()
1889 SharedFunctionInfo shared; in FindInnermostContainingFunctionInfo()
1905 Handle<SharedFunctionInfo> shared_handle(shared, isolate_); in FindInnermostContainingFunctionInfo()
1929 bool Debug::EnsureBreakInfo(Handle<SharedFunctionInfo> shared) { in EnsureBreakInfo()
1946 void Debug::CreateBreakInfo(Handle<SharedFunctionInfo> shared) { in CreateBreakInfo()
1965 SharedFunctionInfo::EnsureSourcePositionsAvailable(isolate_, shared); in CreateBreakInfo()
1969 Handle<SharedFunctionInfo> shared) { in GetOrCreateDebugInfo()
1982 void Debug::InstallCoverageInfo(Handle<SharedFunctionInfo> shared, in InstallCoverageInfo()
2077 Handle<SharedFunctionInfo> shared(frame->function().shared(), isolate_); in IsBreakAtReturn()
2170 std::vector<Handle<SharedFunctionInfo>> infos; in IsFrameBlackboxed()
2302 bool Debug::IsBlackboxed(Handle<SharedFunctionInfo> shared) { in IsBlackboxed()
2365 bool Debug::CanBreakAtEntry(Handle<SharedFunctionInfo> shared) { in CanBreakAtEntry()
2494 Handle<SharedFunctionInfo> shared(function->shared(), isolate_); in HandleDebugBreak()
2747 Handle<SharedFunctionInfo> shared(function->shared(), isolate_); in PerformSideEffectCheck()
2847 SharedFunctionInfo shared = frame->function().shared(); in PerformSideEffectCheckAtBytecode()