Searched refs:rTemp (Results 1 – 1 of 1) sorted by relevance
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 35 .macro RUNTIME_CURRENT name, num, rDest, rTemp argument 41 ldr \rTemp, .Lruntime_instance_\name\()_\num @ Load GOT offset of Runtime::instance_. 44 ldr \rDest, [\rDest, \rTemp] @ Load address of Runtime::instance_. 72 .macro RUNTIME_CURRENT1 rDest, rTemp argument 73 RUNTIME_CURRENT \name, 1, \rDest, \rTemp 75 .macro RUNTIME_CURRENT2 rDest, rTemp argument 76 RUNTIME_CURRENT \name, 2, \rDest, \rTemp 78 .macro RUNTIME_CURRENT3 rDest, rTemp argument 79 RUNTIME_CURRENT \name, 3, \rDest, \rTemp
|