HomeSort by relevance Sort by last modified time
    Searched refs:GetInstruction (Results 1 - 5 of 5) sorted by null

  /art/compiler/sea_ir/code_gen/
code_gen.cc 119 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()->DumpString(NULL)
    [all...]
  /art/compiler/sea_ir/ir/
instruction_nodes.h 43 const art::Instruction* GetInstruction() const {
120 return GetInstruction()->VRegB_11n();
sea.cc 253 if (last_node->GetInstruction()->IsBranch()
254 && last_node->GetInstruction()->CanFlowThrough()) {
  /art/compiler/sea_ir/debug/
dot_gen.cc 152 instruction->GetInstruction()->DumpString(graph_->GetDexFile()) + "\"";
  /art/compiler/sea_ir/types/
type_inference.cc 49 dex_method_idx_(inst->GetInstruction()->VRegB_35c()), type_cache_(types),

Completed in 99 milliseconds