Home | History | Annotate | Download | only in compiler

Lines Matching refs:AlignCode

184       offset = CompiledCode::AlignCode(offset, instruction_set); \
303 offset = compiled_method->AlignCode(offset);
557 uint32_t aligned_offset = CompiledCode::AlignCode(relative_offset, instruction_set); \
676 uint32_t aligned_offset = compiled_method->AlignCode(relative_offset);