OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_compiler_temps
(Results
1 - 6
of
6
) sorted by null
/art/compiler/dex/
compiler_ir.h
67
num_compiler_temps
(0),
100
int
num_compiler_temps
;
member in struct:art::CompilationUnit
mir_optimization.cc
465
if (num_temps > cu_->
num_compiler_temps
) {
466
cu_->
num_compiler_temps
= num_temps;
[
all
...]
vreg_analysis.cc
388
for (int i = 0; i < cu_->
num_compiler_temps
; i++) {
/art/compiler/dex/quick/
codegen_util.cc
202
int num_regs = cu_->num_dalvik_registers + cu_->
num_compiler_temps
+ 1;
256
LOG(INFO) << "CompilerTemps : " << cu_->
num_compiler_temps
;
[
all
...]
ralloc_util.cc
133
DCHECK_LE(pos, cu_->
num_compiler_temps
);
954
int reg_bias = cu_->
num_compiler_temps
+ 1;
987
for (int i = 1; i <= cu_->
num_compiler_temps
; i++) {
[
all
...]
/art/compiler/dex/portable/
mir_to_gbc.cc
[
all
...]
Completed in 401 milliseconds