OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xFP
(Results
1 - 3
of
3
) sorted by null
/art/runtime/arch/arm64/
asm_support_arm64.S
27
#define
xFP
x29
/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
...]
/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
...]
Completed in 831 milliseconds