Searched refs:RAW_VAR (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 31 SETUP_GOT_NOSAVE RAW_VAR(got_reg, 0) 205 DEFINE_FUNCTION RAW_VAR(c_name, 0) 214 END_FUNCTION RAW_VAR(c_name, 0) 218 DEFINE_FUNCTION RAW_VAR(c_name, 0) 229 END_FUNCTION RAW_VAR(c_name, 0) 233 DEFINE_FUNCTION RAW_VAR(c_name, 0) 243 END_FUNCTION RAW_VAR(c_name, 0) 295 DEFINE_FUNCTION RAW_VAR(c_name, 0) 339 END_FUNCTION RAW_VAR(c_name, 0) 360 je RAW_VAR(finished, 4) // goto finished [all …]
|
D | asm_support_x86.S | 33 #define RAW_VAR(name,index) $index macro 58 #define RAW_VAR(name,index) name& macro 173 .ifc RAW_VAR(got_reg, 0), ebx
|
/art/runtime/arch/x86_64/ |
D | asm_support_x86_64.S | 31 #define RAW_VAR(name,index) $index macro 54 #define RAW_VAR(name,index) name& macro
|