Home
last modified time | relevance | path

Searched refs:GetInstruction (Results 1 – 5 of 5) sorted by relevance

/art/compiler/sea_ir/code_gen/
Dcode_gen.cc119 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
124 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
131 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
137 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
144 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
177 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
195 std::string instr = invoke->GetInstruction()->DumpString(NULL); in Visit()
219 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
231 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
239 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
/art/compiler/sea_ir/ir/
Dinstruction_nodes.h43 const art::Instruction* GetInstruction() const { in GetInstruction() function
120 return GetInstruction()->VRegB_11n(); in GetConstValue()
Dsea.cc253 if (last_node->GetInstruction()->IsBranch() in BuildMethodSeaGraph()
254 && last_node->GetInstruction()->CanFlowThrough()) { in BuildMethodSeaGraph()
/art/compiler/sea_ir/types/
Dtype_inference.cc49 dex_method_idx_(inst->GetInstruction()->VRegB_35c()), type_cache_(types), in FunctionTypeInfo()
/art/compiler/sea_ir/debug/
Ddot_gen.cc152 instruction->GetInstruction()->DumpString(graph_->GetDexFile()) + "\""; in Visit()