OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocTempRef
(Results
1 - 10
of
10
) sorted by null
/art/compiler/dex/quick/x86/
call_x86.cc
95
start_of_method_reg =
AllocTempRef
();
191
RegStorage reg_card_base =
AllocTempRef
();
192
RegStorage reg_card_no =
AllocTempRef
();
target_x86.cc
[
all
...]
/art/compiler/dex/quick/mips/
call_mips.cc
264
RegStorage reset_reg =
AllocTempRef
();
/art/compiler/dex/quick/
gen_common.cc
443
RegStorage r_src =
AllocTempRef
();
444
RegStorage r_dst =
AllocTempRef
();
445
RegStorage r_idx =
AllocTempRef
(); // Not really a reference, but match src/dst.
542
r_base =
AllocTempRef
();
631
r_base =
AllocTempRef
();
824
RegStorage res_reg =
AllocTempRef
();
[
all
...]
ralloc_util.cc
430
RegStorage Mir2Lir::
AllocTempRef
(bool required) {
469
return
AllocTempRef
(required);
[
all
...]
mir_to_lir.h
[
all
...]
gen_invoke.cc
[
all
...]
/art/compiler/dex/quick/arm64/
int_arm64.cc
735
RegStorage r_ptr =
AllocTempRef
();
759
r_tmp =
AllocTempRef
();
[
all
...]
/art/compiler/dex/quick/arm/
call_arm.cc
316
RegStorage reset_reg =
AllocTempRef
();
int_arm.cc
[
all
...]
Completed in 63 milliseconds