OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadValueDirect
(Results
1 - 5
of
5
) sorted by null
/art/compiler/dex/quick/
gen_loadstore.cc
83
void Mir2Lir::
LoadValueDirect
(RegLocation rl_src, RegStorage r_dest) {
104
* Similar to
LoadValueDirect
, but clobbers and allocates the target
111
LoadValueDirect
(rl_src, r_dest);
134
* Similar to
LoadValueDirect
, but clobbers and allocates the target
163
LoadValueDirect
(rl_src, rl_src.reg);
205
LoadValueDirect
(rl_src, rl_dest.reg);
mir_to_lir.h
[
all
...]
gen_common.cc
320
LoadValueDirect
(rl_src, rl_result.reg.GetLow());
[
all
...]
/art/compiler/dex/quick/x86/
call_x86.cc
164
LoadValueDirect
(rl_method, method_start);
int_x86.cc
[
all
...]
Completed in 126 milliseconds