Searched refs:artMterpAsmAltInstructionStart (Results 1 - 7 of 7) sorted by relevance

/art/runtime/interpreter/mterp/
H A Dmterp.h25 extern "C" void* artMterpAsmAltInstructionStart[]; variable
H A Dmterp.cc48 self->SetMterpAltIBase(artMterpAsmAltInstructionStart);
50 artMterpAsmAltInstructionStart :
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm64.S6926 .global artMterpAsmAltInstructionStart
6927 .type artMterpAsmAltInstructionStart, %function
6930 artMterpAsmAltInstructionStart = .L_ALT_op_nop define
11284 .size artMterpAsmAltInstructionStart, .-artMterpAsmAltInstructionStart
H A Dmterp_arm.S7429 .global artMterpAsmAltInstructionStart
7430 .type artMterpAsmAltInstructionStart, %function
7433 artMterpAsmAltInstructionStart = .L_ALT_op_nop define
11787 .size artMterpAsmAltInstructionStart, .-artMterpAsmAltInstructionStart
H A Dmterp_mips64.S7379 .global artMterpAsmAltInstructionStart
7380 .type artMterpAsmAltInstructionStart, %function
7383 artMterpAsmAltInstructionStart = .L_ALT_op_nop define
12249 .size artMterpAsmAltInstructionStart, .-artMterpAsmAltInstructionStart
H A Dmterp_x86_64.S6107 .global SYMBOL(artMterpAsmAltInstructionStart)
6108 FUNCTION_TYPE(SYMBOL(artMterpAsmAltInstructionStart))
6111 SYMBOL(artMterpAsmAltInstructionStart) = .L_ALT_op_nop
11745 SIZE(SYMBOL(artMterpAsmAltInstructionStart),SYMBOL(artMterpAsmAltInstructionStart))
H A Dmterp_x86.S6342 .global SYMBOL(artMterpAsmAltInstructionStart)
6343 FUNCTION_TYPE(SYMBOL(artMterpAsmAltInstructionStart))
6346 SYMBOL(artMterpAsmAltInstructionStart) = .L_ALT_op_nop
12748 SIZE(SYMBOL(artMterpAsmAltInstructionStart),SYMBOL(artMterpAsmAltInstructionStart))

Completed in 140 milliseconds