Home | History | Annotate | Download | only in mips64

Lines Matching refs:Label

24                                             Label* global_object) {
35 // label is done.
36 // name: Property name. It is not clobbered if a jump to the miss label is
39 // label is not done. Can be the same as elements or name clobbering
40 // one of these in the case of not jumping to the miss label.
47 static void GenerateDictionaryLoad(MacroAssembler* masm, Label* miss,
55 Label done;
82 // label is done.
83 // name: Property name. It is not clobbered if a jump to the miss label is
92 static void GenerateDictionaryStore(MacroAssembler* masm, Label* miss,
100 Label done;
137 int interceptor_bit, Label* slow) {
161 Register result, Label* slow) {
182 Label check_prototypes, check_next_prototype;
183 Label done, in_bounds, absent;
242 Label* index_string, Label* not_unique) {
244 Label unique;
271 Label slow;
349 Label slow, check_name, index_smi, index_name, property_array_property;
350 Label probe_dictionary, check_number_dictionary;
449 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
453 Label transition_smi_elements;
454 Label finish_object_store, non_double_value, transition_double_elements;
455 Label fast_double_without_map_check;
474 Label holecheck_passed1;
487 Label non_smi_value;
605 Label slow, fast_object, fast_object_grow;
606 Label fast_double, fast_double_grow;
607 Label array, extra, check_if_double_array, maybe_name_key, miss;
743 Label miss;