Searched refs:if_not_found (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcode-stub-assembler.h289 // {if_not_found}.
294 Variable* var_name_index, Label* if_not_found,
302 Label* if_not_found);
308 Label* if_not_found, Label* if_bailout);
317 Variable* var_value, Label* if_not_found,
343 // the control goes to {if_not_found} or {if_bailout} respectively.
352 Label* if_not_found, Label* if_bailout);
356 Label* if_found, Label* if_not_found,
H A Dcode-stub-assembler.cc1562 Label* if_not_found,
1606 GotoIf(WordEqual(current, undefined), if_not_found); local
1643 Label* if_not_found) {
1680 GotoIf(WordEqual(current, undefined), if_not_found); local
1714 Variable* var_meta_storage, Variable* var_name_index, Label* if_not_found,
1756 GotoIf(Word32Equal(index, nof), if_not_found); local
1774 var_name_index, if_not_found);
1793 dictionary, unique_name, if_found_global, var_name_index, if_not_found);
1801 Label* if_found, Label* if_not_found,
1810 if_not_found, if_bailou
1559 NameDictionaryLookup(Node* dictionary, Node* unique_name, Label* if_found, Variable* var_name_index, Label* if_not_found, int inlined_probes) argument
1640 NumberDictionaryLookup(Node* dictionary, Node* key, Label* if_found, Variable* var_entry, Label* if_not_found) argument
1711 TryLookupProperty( Node* object, Node* map, Node* instance_type, Node* unique_name, Label* if_found_fast, Label* if_found_dict, Label* if_found_global, Variable* var_meta_storage, Variable* var_name_index, Label* if_not_found, Label* if_bailout) argument
1797 TryHasOwnProperty(compiler::Node* object, compiler::Node* map, compiler::Node* instance_type, compiler::Node* unique_name, Label* if_found, Label* if_not_found, Label* if_bailout) argument
1983 TryGetOwnProperty( Node* context, Node* receiver, Node* object, Node* map, Node* instance_type, Node* unique_name, Label* if_found_value, Variable* var_value, Label* if_not_found, Label* if_bailout) argument
2068 TryLookupElement(Node* object, Node* map, Node* instance_type, Node* index, Label* if_found, Label* if_not_found, Label* if_bailout) argument
2117 GotoIf(Int32GreaterThanOrEqual(index, SmiToWord32(length)), if_not_found); local
2121 Branch(WordEqual(element, the_hole), if_not_found, if_found); local
2128 GotoIf(Int32GreaterThanOrEqual(index, SmiToWord32(length)), if_not_found); local
2134 Branch(Word64Equal(element, the_hole), if_not_found, if_found); local
2140 if_not_found, if_found); local
[all...]
/external/v8/test/cctest/
H A Dtest-code-stub-assembler.cc234 Label if_found(&m), if_not_found(&m);
238 &var_name_index, &if_not_found);
246 m.Bind(&if_not_found);
340 Label if_found(&m), if_not_found(&m);
344 &if_not_found);
352 m.Bind(&if_not_found);
476 Label if_found(&m), if_not_found(&m), if_bailout(&m);
482 &if_not_found, &if_bailout);
488 m.Bind(&if_not_found);
663 Label if_found(&m), if_not_found(
[all...]

Completed in 123 milliseconds