Searched defs:on_success (Results 1 - 5 of 5) sorted by relevance

/external/libbrillo/brillo/streams/
H A Dfake_stream_unittest.cc286 auto on_success = [&success_count] { success_count++; }; local
290 base::Bind(on_success),
439 auto on_success = [&success_count] { success_count++; }; local
443 base::Bind(on_success),
/external/v8/src/compiler/
H A Dbytecode-graph-builder.cc1667 Node* on_success = graph()->NewNode(if_success, result); local
1668 environment()->UpdateControlDependency(on_success);
H A Dast-graph-builder.cc4177 Node* on_success = graph()->NewNode(op, result); local
4178 environment_->UpdateControlDependency(on_success);
/external/v8/src/regexp/
H A Djsregexp.h614 explicit SeqRegExpNode(RegExpNode* on_success) argument
615 : RegExpNode(on_success->zone()), on_success_(on_success) { }
616 RegExpNode* on_success() { return on_success_; } function in class:v8::internal::SeqRegExpNode
644 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
645 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
648 RegExpNode* on_success);
649 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
652 RegExpNode* on_success);
657 RegExpNode* on_success);
707 ActionNode(ActionType action_type, RegExpNode* on_success) argument
717 TextNode(ZoneList<TextElement>* elms, bool read_backward, RegExpNode* on_success) argument
720 TextNode(RegExpCharacterClass* that, bool read_backward, RegExpNode* on_success) argument
788 AtEnd(RegExpNode* on_success) argument
791 AtStart(RegExpNode* on_success) argument
794 AtBoundary(RegExpNode* on_success) argument
797 AtNonBoundary(RegExpNode* on_success) argument
800 AfterNewline(RegExpNode* on_success) argument
820 AssertionNode(AssertionType t, RegExpNode* on_success) argument
828 BackReferenceNode(int start_reg, int end_reg, bool read_backward, RegExpNode* on_success) argument
[all...]
H A Djsregexp.cc1496 RegExpNode* on_success) {
1498 new(on_success->zone()) ActionNode(SET_REGISTER, on_success);
1505 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { argument
1507 new(on_success->zone()) ActionNode(INCREMENT_REGISTER, on_success);
1515 RegExpNode* on_success) {
1517 new(on_success->zone()) ActionNode(STORE_POSITION, on_success);
1525 RegExpNode* on_success) {
1494 SetRegister(int reg, int val, RegExpNode* on_success) argument
1513 StorePosition(int reg, bool is_capture, RegExpNode* on_success) argument
1524 ClearCaptures(Interval range, RegExpNode* on_success) argument
1534 BeginSubmatch(int stack_reg, int position_reg, RegExpNode* on_success) argument
1545 PositiveSubmatchSuccess(int stack_reg, int position_reg, int clear_register_count, int clear_register_from, RegExpNode* on_success) argument
1560 EmptyMatchCheck(int start_register, int repetition_register, int repetition_limit, RegExpNode* on_success) argument
3026 EmitHat(RegExpCompiler* compiler, RegExpNode* on_success, Trace* trace) argument
3323 CreateForCharacterRanges(Zone* zone, ZoneList<CharacterRange>* ranges, bool read_backward, RegExpNode* on_success) argument
3336 CreateForSurrogatePair(Zone* zone, CharacterRange lead, CharacterRange trail, bool read_backward, RegExpNode* on_success) argument
4783 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4793 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
4948 AddBmpCharacters(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
4957 AddNonBmpSurrogatePairs(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
5017 NegativeLookaroundAgainstReadDirectionAndMatch( RegExpCompiler* compiler, ZoneList<CharacterRange>* lookbehind, ZoneList<CharacterRange>* match, RegExpNode* on_success, bool read_backward) argument
5034 MatchAndNegativeLookaroundInReadDirection( RegExpCompiler* compiler, ZoneList<CharacterRange>* match, ZoneList<CharacterRange>* lookahead, RegExpNode* on_success, bool read_backward) argument
5050 AddLoneLeadSurrogates(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
5076 AddLoneTrailSurrogates(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
5101 UnanchoredAdvance(RegExpCompiler* compiler, RegExpNode* on_success) argument
5155 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5419 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5445 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5494 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) argument
5635 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5689 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5698 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5704 Builder(bool is_positive, RegExpNode* on_success, int stack_pointer_register, int position_register, int capture_register_count, int capture_register_start) argument
5745 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5759 Builder builder(is_positive(), on_success, stack_pointer_register, local
5768 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
5774 ToNode(RegExpTree* body, int index, RegExpCompiler* compiler, RegExpNode* on_success) argument
5788 ToNode(RegExpCompiler* compiler, RegExpNode* on_success) argument
6594 OptionallyStepBackToLeadSurrogate(RegExpCompiler* compiler, RegExpNode* on_success) argument
[all...]

Completed in 368 milliseconds