Lines Matching defs:vector
66 void SortBlockData(std::vector<CoverageBlock>& v) {
71 std::vector<CoverageBlock> GetSortedBlockData(SharedFunctionInfo shared) {
77 std::vector<CoverageBlock> result;
217 std::vector<CoverageBlock> nesting_stack_;
517 FeedbackVector vector = FeedbackVector::cast(list->Get(i));
518 SharedFunctionInfo shared = vector.shared_function_info();
520 uint32_t count = static_cast<uint32_t>(vector.invocation_count());
521 if (reset_count) vector.clear_invocation_count(kRelaxedStore);
554 // We haven't allocated feedback vector, but executed the function
563 // vector wasn't allocated yet and the function's interrupt budget wasn't
635 std::vector<Handle<Script>> scripts;
645 std::vector<CoverageFunction>* functions = &result->back().functions;
647 std::vector<SharedFunctionInfoAndCount> sorted;
660 std::vector<size_t> nesting;
786 std::vector<Handle<JSFunction>> funcs_needing_feedback_vector;