OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_data_
(Results
1 - 5
of
5
) sorted by null
/art/compiler/sea_ir/types/
type_inference_visitor.h
39
graph_(graph),
type_data_
(type_data), type_cache_(types), crt_type_() {
74
TypeData*
type_data_
;
member in class:sea_ir::TypeInferenceVisitor
type_inference.h
41
return
type_data_
.GetTypeMap();
45
TypeData
type_data_
; // TODO: Make private, add accessor and not publish a SafeMap above.
member in class:sea_ir::TypeInference
type_inference.cc
154
TypeInferenceVisitor tiv(graph, &
type_data_
, type_cache_);
158
type_data_
.SetTypeOf(-1, new_type); // TODO: Record this info in a way that
173
const Type* old_type =
type_data_
.FindTypeOf((*instruction_it)->Id());
177
type_data_
.SetTypeOf((*instruction_it)->Id(), new_type);
type_inference_visitor.cc
77
const Type* source_type =
type_data_
->FindTypeOf((*cit)->Id());
/art/compiler/sea_ir/code_gen/
code_gen.cc
69
const Type* param_type = graph->ti_->
type_data_
.FindTypeOf((*param_iterator)->Id());
76
const Type* return_type = graph->ti_->
type_data_
.FindTypeOf(-1);
Completed in 62 milliseconds