OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xIBASE
(Results
1 - 2
of
2
) sorted by null
/art/runtime/interpreter/mterp/arm64/
header.S
75
x24
xIBASE
interpreted instruction base pointer, used for computed goto
101
#define
xIBASE
x24
236
add \reg,
xIBASE
, \reg, lsl #${handler_size_bits}
285
ldr
xIBASE
, [xSELF, #THREAD_CURRENT_IBASE_OFFSET]
/art/runtime/interpreter/mterp/out/
mterp_arm64.S
82
x24
xIBASE
interpreted instruction base pointer, used for computed goto
108
#define
xIBASE
x24
243
add \reg,
xIBASE
, \reg, lsl #7
292
ldr
xIBASE
, [xSELF, #THREAD_CURRENT_IBASE_OFFSET]
330
stp
xIBASE
, xREFS, [sp, #16]
353
ldr
xIBASE
, [xSELF, #THREAD_CURRENT_IBASE_OFFSET]
[
all
...]
Completed in 83 milliseconds