Home | History | Annotate | Download | only in mips

Lines Matching defs:is_internal

775 int Assembler::target_at(int pos, bool is_internal) {
777 if (is_internal) {
842 bool is_internal) {
845 if (is_internal) {
914 bool is_internal = false;
925 is_internal = is_internal_reference(L);
926 next(L, is_internal); // Call next before overwriting link with target at
929 if (is_internal) {
930 target_at_put(fixup_pos, pos, is_internal);
964 void Assembler::next(Label* L, bool is_internal) {
966 int link = target_at(L->pos(), is_internal);