Lines Matching full:is_internal
707 int Assembler::target_at(int pos, bool is_internal) {
709 if (is_internal) {
769 bool is_internal) {
772 if (is_internal) {
835 bool is_internal = false;
844 is_internal = internal_reference_positions_.find(fixup_pos) !=
846 next(L, is_internal); // Call next before overwriting link with target at
849 if (is_internal) {
850 target_at_put(fixup_pos, pos, is_internal);
885 void Assembler::next(Label* L, bool is_internal) {
887 int link = target_at(L->pos(), is_internal);