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

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

Completed in 447 milliseconds