Searched refs:mov_label_offset (Results 1 – 4 of 4) sorted by relevance
1496 __ mov_label_offset(r4, &start); in TEST() local1498 __ mov_label_offset(r1, &target_faraway); in TEST() local1501 __ mov_label_offset(r1, &target_away); in TEST() local
918 __ mov_label_offset(r0, label); in PushBacktrack() local
918 void mov_label_offset(Register dst, Label* label);
1410 void Assembler::mov_label_offset(Register dst, Label* label) { in mov_label_offset() function in v8::internal::Assembler