OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLr
(Results
1 - 5
of
5
) sorted by null
/art/compiler/dex/quick/
gen_common.cc
285
r_val = TargetReg(
kLr
);
619
LoadWordDisp(TargetReg(kSp), spill_size - 4, TargetReg(
kLr
));
627
LoadWordDisp(TargetReg(kSp), 0, TargetReg(
kLr
));
631
DCHECK_NE(r_tgt, TargetReg(
kLr
));
[
all
...]
/art/compiler/dex/
compiler_enums.h
33
kLr
,
/art/compiler/dex/quick/x86/
target_x86.cc
74
case
kLr
: res = rX86_LR; break;
/art/compiler/dex/quick/arm/
target_arm.cc
63
case
kLr
: res = rARM_LR; break;
/art/compiler/dex/quick/mips/
target_mips.cc
65
case
kLr
: res = rMIPS_LR; break;
Completed in 50 milliseconds