Searched refs:SYMBOL (Results 1 – 17 of 17) sorted by relevance
/art/runtime/arch/x86/ |
D | jni_entrypoints_x86.S | 106 call SYMBOL(artFindNativeMethod) // (Thread*) 109 call SYMBOL(artFindNativeMethodRunnable) // (Thread*) 140 call SYMBOL(artCriticalNativeFrameSize) // (method, caller_pc) 218 call SYMBOL(artFindNativeMethodRunnable) // (Thread*) 325 jmp SYMBOL(art_jni_lock_object_no_inline) 345 call SYMBOL(artLockObjectFromCode) // (object, Thread*) 360 call SYMBOL(artDeliverPendingExceptionFromCode) // (Thread*) 379 jmp SYMBOL(art_jni_unlock_object_no_inline)
|
D | quick_entrypoints_x86.S | 278 call SYMBOL(artThrowNullPointerExceptionFromSignal) // (addr, self) 771 call SYMBOL(artDeoptimizeIfNeeded) 792 call SYMBOL(artDeoptimizeIfNeeded) 907 call SYMBOL(artAllocObjectFromCodeResolvedRosAlloc) // cxx_name(arg0, Thread*) 1128 jz SYMBOL(art_quick_lock_object_no_inline) 1133 jmp SYMBOL(art_quick_lock_object_no_inline) 1148 call SYMBOL(artLockObjectFromCode) // artLockObjectFromCode(object, Thread*) 1161 jz SYMBOL(art_quick_unlock_object_no_inline) 1166 jmp SYMBOL(art_quick_unlock_object_no_inline) 1182 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*) [all …]
|
D | asm_support_x86.S | 37 #define CALLVAR(name) SYMBOL(\name) 51 #define CALLVAR(name) SYMBOL(name&) 150 #define SYMBOL(name) name macro 154 #define SYMBOL(name) _ ## name macro 171 FUNCTION_TYPE(SYMBOL(\c_name)) 187 SIZE(SYMBOL(\c_name)) 261 movl SYMBOL(_ZN3art7Runtime9instance_E) - 0b(REG_VAR(reg)), REG_VAR(reg) 386 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 256 call SYMBOL(artThrowNullPointerExceptionFromSignal) // (addr, self) 742 call SYMBOL(artDeoptimizeIfNeeded) 759 call SYMBOL(artDeoptimizeIfNeeded) 1103 call SYMBOL(artLockObjectFromCode) // artLockObjectFromCode(object, Thread*) 1128 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*) 1144 call SYMBOL(artInstanceOfFromCode) // (Object* obj, Class* ref_klass) 1164 call SYMBOL(artThrowClassCastExceptionForObject) // (Object* src, Class* dest, Thread*) 1213 call SYMBOL(artIsAssignableFromCode) // (Class* a, Class* b) 1233 call SYMBOL(artThrowArrayStoreException) // (array, value, Thread*) 1241 call SYMBOL(art_quick_read_barrier_mark_reg01) // Mark ECX [all …]
|
D | asm_support_x86_64.S | 36 #define CALLVAR(name) SYMBOL(\name) 50 #define CALLVAR(name) SYMBOL(name&) 157 #define SYMBOL(name) name macro 160 #define SYMBOL(name) _ ## name macro 179 FUNCTION_TYPE(SYMBOL(\c_name)) 195 SIZE(SYMBOL(\c_name)) 243 FUNCTION_TYPE(SYMBOL(\name)) 252 SIZE(SYMBOL(\name)) 471 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
|
D | jni_entrypoints_x86_64.S | 126 call SYMBOL(artFindNativeMethod) // (Thread*) 129 call SYMBOL(artFindNativeMethodRunnable) // (Thread*) 188 call SYMBOL(artCriticalNativeFrameSize) 308 call SYMBOL(artFindNativeMethodRunnable) // (Thread*) 452 call SYMBOL(artLockObjectFromCode) // (object, Thread*) 465 jmp SYMBOL(artDeliverPendingExceptionFromCode) // (Thread*); tail call. 483 jmp SYMBOL(art_jni_unlock_object_no_inline)
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | control_flow.S | 123 call SYMBOL($func) 175 call SYMBOL(art_quick_deliver_exception)
|
D | main.S | 208 ASM_HIDDEN SYMBOL(\name) 209 .global SYMBOL(\name) 211 SYMBOL(\name): 216 ASM_HIDDEN SYMBOL(\name) 217 .global SYMBOL(\name) 219 SYMBOL(\name): 1036 call SYMBOL(NterpGetShortyFromInvokePolymorphic) 1040 call SYMBOL(NterpGetShortyFromInvokeCustom) 1044 call SYMBOL(NterpGetShortyFromMethodId) 1046 call SYMBOL(NterpGetShorty) [all …]
|
D | invoke.S | 2 call SYMBOL($helper)
|
D | array.S | 147 call SYMBOL($helper)
|
D | other.S | 48 call SYMBOL($helper)
|
/art/runtime/interpreter/mterp/x86ng/ |
D | control_flow.S | 122 call SYMBOL($func) 184 call SYMBOL(art_quick_deliver_exception)
|
D | main.S | 204 addl MACRO_LITERAL(SYMBOL(artNterpAsmInstructionStart) - 0b), rIBASE 213 addl MACRO_LITERAL(SYMBOL(artNterpAsmInstructionStart) - 0b), rIBASE 245 ASM_HIDDEN SYMBOL(\name) 246 .global SYMBOL(\name) 248 SYMBOL(\name): 253 ASM_HIDDEN SYMBOL(\name) 254 .global SYMBOL(\name) 256 SYMBOL(\name): 989 call SYMBOL(art_quick_test_suspend) 1022 call SYMBOL(NterpGetShortyFromInvokePolymorphic) [all …]
|
D | invoke.S | 2 call SYMBOL($helper)
|
D | array.S | 150 call SYMBOL($helper)
|
D | other.S | 48 call SYMBOL($helper)
|
D | arithmetic.S | 451 call SYMBOL($routine) 477 call SYMBOL($routine)
|