Searched refs:blx (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 40 blx artFindNativeMethod 43 blx artFindNativeMethodRunnable
|
D | quick_entrypoints_arm.S | 795 blx lr 799 blx lr 823 blx lr 1432 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP) 1563 blx artQuickResolutionTrampoline @ (Method* called, receiver, Thread*, SP) 1597 blx artQuickGenericJniTrampoline // (Thread*, managed_sp, reserved_area) 1621 blx lr // native call. 1635 blx artQuickGenericJniEndTrampoline 1675 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP) 2615 blx r1 // Call the wrapped method. [all …]
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 45 " 8e: f0 47 blx lr\n" 157 " 228: f0 47 blx lr\n"
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 2575 __ blx(lr); in InvokeRuntime() local 3525 __ blx(lr); in VisitInvokeInterface() local 9117 __ blx(lr); in GenerateStaticOrDirectCall() local 9218 __ blx(lr); in GenerateVirtualCall() local
|