Searched refs:PLT_SYMBOL (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/x86/ |
D | portable_entrypoints_x86.S | 45 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t) 82 call PLT_SYMBOL(artPortableProxyInvokeHandler) // (called, receiver, Thread*, &called) 106 call PLT_SYMBOL(artPortableResolutionTrampoline) // (called, receiver, Thread*, &called) 129 call PLT_SYMBOL(artPortableToInterpreterBridge) // (called, Thread*, &called)
|
D | asm_support_x86.S | 105 #define PLT_SYMBOL(name) name // ## @PLT macro 107 #define PLT_SYMBOL(name) name ## @PLT macro 112 #define PLT_SYMBOL(name) _ ## name macro
|
D | jni_entrypoints_x86.S | 28 call PLT_SYMBOL(artFindNativeMethod) // (Thread*)
|
D | quick_entrypoints_x86.S | 288 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t) 729 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t) 1369 call PLT_SYMBOL(longjmp)
|
/art/runtime/arch/x86_64/ |
D | asm_support_x86_64.S | 33 #define PLT_VAR(name, index) PLT_SYMBOL($index) 101 #define PLT_SYMBOL(name) name // ## @PLT macro 103 #define PLT_SYMBOL(name) name ## @PLT macro 107 #define PLT_SYMBOL(name) _ ## name macro
|
D | jni_entrypoints_x86_64.S | 49 call PLT_SYMBOL(artFindNativeMethod) // (Thread*)
|
D | quick_entrypoints_x86_64.S | 1066 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t) 1593 call PLT_SYMBOL(longjmp)
|