OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xFP
(Results
26 - 30
of
30
) sorted by null
1
2
/art/runtime/interpreter/mterp/out/
mterp_arm64.S
33
Some (hopefully) temporary ugliness. We'll treat
xFP
as pointing to the
36
the shadow frame mechanism of double-storing object references - via
xFP
&
79
x21
xFP
interpreted frame pointer, used for accessing locals and args
101
/* During bringup, we'll use the shadow frame model instead of
xFP
*/
104
#define
xFP
x21
116
* Instead of holding a pointer to the shadow frame, we keep
xFP
at the base of the vregs. So,
142
str xPC, [
xFP
, #OFF_FP_DEX_PC_PTR]
255
ldr \reg, [
xFP
, \vreg, uxtw #2]
258
str \reg, [
xFP
, \vreg, uxtw #2]
262
str \reg, [
xFP
, \vreg, uxtw #2
[
all
...]
/art/runtime/interpreter/mterp/arm64/
header.S
26
Some (hopefully) temporary ugliness. We'll treat
xFP
as pointing to the
29
the shadow frame mechanism of double-storing object references - via
xFP
&
72
x21
xFP
interpreted frame pointer, used for accessing locals and args
94
/* During bringup, we'll use the shadow frame model instead of
xFP
*/
97
#define
xFP
x21
109
* Instead of holding a pointer to the shadow frame, we keep
xFP
at the base of the vregs. So,
135
str xPC, [
xFP
, #OFF_FP_DEX_PC_PTR]
248
ldr \reg, [
xFP
, \vreg, uxtw #2]
251
str \reg, [
xFP
, \vreg, uxtw #2]
255
str \reg, [
xFP
, \vreg, uxtw #2
[
all
...]
op_iget.S
11
ldr x2, [
xFP
, #OFF_FP_METHOD] // w2<- referrer
/art/runtime/arch/arm64/
asm_support_arm64.S
27
#define
xFP
x29
quick_entrypoints_arm64.S
629
stp
xFP
, xLR, [x10] // Store LR & FP.
633
mov
xFP
, x10 // Use
xFP
now, as it's callee-saved.
670
ldp x4,x5, [
xFP
, #16]
674
ldr x28, [
xFP
, #112]
677
ldp x26, x27, [
xFP
, #96]
681
ldp x24, x25, [
xFP
, #80]
685
ldp x22, x23, [
xFP
, #64]
689
ldp x20, x21, [
xFP
, #48]
719
ldp x2, x19, [
xFP
, #32] // Restore stack pointer and x19
[
all
...]
Completed in 183 milliseconds
1
2