Lines Matching refs:_code_pos
36 cs->set_end(_code_pos);
41 *(unsigned char*)_code_pos = (unsigned char)x;
42 _code_pos += sizeof(unsigned char);
48 *(short*)_code_pos = (short)x;
49 _code_pos += sizeof(short);
55 *(jint*)_code_pos = x;
56 _code_pos += sizeof(jint);
61 *(address*)_code_pos = x;
62 _code_pos += sizeof(address);
83 || inst_mark() == NULL || inst_mark() == _code_pos,
85 code_section()->relocate(_code_pos, rspec, format);