OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xIP0
(Results
1 - 2
of
2
) sorted by null
/art/runtime/arch/arm64/
quick_entrypoints_arm64.S
73
// art::Runtime**
xIP0
= &art::Runtime::instance_
74
adrp
xIP0
, :got:_ZN3art7Runtime9instance_E
75
ldr
xIP0
, [
xIP0
, #:got_lo12:_ZN3art7Runtime9instance_E]
78
ldr
xIP0
, [
xIP0
] // art::Runtime*
xIP0
= art::Runtime::instance_;
80
// ArtMethod*
xIP0
= Runtime::instance_->callee_save_methods_[kSaveAllCalleeSaves];
81
ldr
xIP0
, [
xIP0
, RUNTIME_SAVE_ALL_CALLEE_SAVES_METHOD_OFFSET
[
all
...]
asm_support_arm64.S
31
#define
xIP0
x16
Completed in 42 milliseconds