Home | History | Annotate | Download | only in mips64

Lines Matching defs:is_internal

706 int Assembler::target_at(int pos, bool is_internal) {
707 if (is_internal) {
790 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) {
791 if (is_internal) {
879 bool is_internal = false;
890 is_internal = is_internal_reference(L);
891 next(L, is_internal); // Call next before overwriting link with target at
894 if (is_internal) {
895 target_at_put(fixup_pos, pos, is_internal);
931 void Assembler::next(Label* L, bool is_internal) {
933 int link = target_at(L->pos(), is_internal);