Searched refs:ExecuteMterpImpl (Results 1 - 21 of 21) sorted by relevance

/art/runtime/interpreter/mterp/x86_64/
H A Dentry.S21 .global SYMBOL(ExecuteMterpImpl)
22 FUNCTION_TYPE(ExecuteMterpImpl)
33 SYMBOL(ExecuteMterpImpl):
H A Dfooter.S298 SIZE(ExecuteMterpImpl,ExecuteMterpImpl)
/art/runtime/interpreter/mterp/mips64/
H A Dentry.S24 .global ExecuteMterpImpl
25 .type ExecuteMterpImpl, %function
35 ExecuteMterpImpl: label
37 .cpsetup t9, t8, ExecuteMterpImpl
H A Dfooter.S121 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
166 .size ExecuteMterpImpl, .-ExecuteMterpImpl
/art/runtime/interpreter/mterp/x86/
H A Dentry.S21 .global SYMBOL(ExecuteMterpImpl)
22 FUNCTION_TYPE(ExecuteMterpImpl)
33 SYMBOL(ExecuteMterpImpl):
H A Dfooter.S326 SIZE(ExecuteMterpImpl,ExecuteMterpImpl)
/art/runtime/interpreter/mterp/
H A Dmterp_stub.cc41 extern "C" bool ExecuteMterpImpl(Thread* self, const DexFile::CodeItem* code_item,
/art/runtime/interpreter/mterp/arm/
H A Dentry.S22 .global ExecuteMterpImpl
23 .type ExecuteMterpImpl, %function
34 ExecuteMterpImpl: label
H A Dfooter.S259 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
298 .size ExecuteMterpImpl, .-ExecuteMterpImpl
/art/runtime/interpreter/mterp/arm64/
H A Dentry.S28 .global ExecuteMterpImpl
29 .type ExecuteMterpImpl, %function
32 ExecuteMterpImpl: label
H A Dfooter.S258 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
306 .size ExecuteMterpImpl, .-ExecuteMterpImpl
/art/runtime/interpreter/mterp/mips/
H A Dentry.S22 .global ExecuteMterpImpl
23 .ent ExecuteMterpImpl
34 ExecuteMterpImpl: label
H A Dfooter.S159 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
179 .end ExecuteMterpImpl
/art/runtime/interpreter/
H A Dinterpreter.cc331 bool returned = ExecuteMterpImpl(self, code_item, &shadow_frame, &result_register);
H A Dinterpreter_common.h83 extern "C" bool ExecuteMterpImpl(Thread* self, const DexFile::CodeItem* code_item,
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm64.S323 .global ExecuteMterpImpl
324 .type ExecuteMterpImpl, %function
327 ExecuteMterpImpl: label
11545 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
11593 .size ExecuteMterpImpl, .-ExecuteMterpImpl
H A Dmterp_x86_64.S143 /* Frame diagram while executing ExecuteMterpImpl, high to low addresses */
322 .global SYMBOL(ExecuteMterpImpl)
323 FUNCTION_TYPE(ExecuteMterpImpl)
334 SYMBOL(ExecuteMterpImpl):
12046 SIZE(ExecuteMterpImpl,ExecuteMterpImpl)
H A Dmterp_x86.S147 /* Frame diagram while executing ExecuteMterpImpl, high to low addresses */
160 #define OUT_ARG0 ( 0) /* <- ExecuteMterpImpl esp + 0 */
339 .global SYMBOL(ExecuteMterpImpl)
340 FUNCTION_TYPE(ExecuteMterpImpl)
351 SYMBOL(ExecuteMterpImpl):
13077 SIZE(ExecuteMterpImpl,ExecuteMterpImpl)
H A Dmterp_mips.S515 .global ExecuteMterpImpl
516 .ent ExecuteMterpImpl
527 ExecuteMterpImpl: label
13136 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
13156 .end ExecuteMterpImpl
H A Dmterp_mips64.S311 .global ExecuteMterpImpl
312 .type ExecuteMterpImpl, %function
322 ExecuteMterpImpl: label
324 .cpsetup t9, t8, ExecuteMterpImpl
12373 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
12418 .size ExecuteMterpImpl, .-ExecuteMterpImpl
H A Dmterp_arm.S320 .global ExecuteMterpImpl
321 .type ExecuteMterpImpl, %function
332 ExecuteMterpImpl: label
12049 * We pushed some registers on the stack in ExecuteMterpImpl, then saved
12088 .size ExecuteMterpImpl, .-ExecuteMterpImpl

Completed in 461 milliseconds