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

  /art/compiler/sea_ir/ir/
instruction_nodes.h 44 DCHECK(NULL != instruction_) << "Tried to access NULL instruction in an InstructionNode.";
45 return instruction_;
98 SeaNode(), instruction_(in), used_in_(), de_def_(false), region_(NULL) { }
101 const art::Instruction* const instruction_; member in class:sea_ir::InstructionNode::art
sea.cc 647 if (instruction_->HasVRegA() && InstructionTools::IsDefinition(instruction_)) {
648 return instruction_->VRegA();
667 if (!InstructionTools::IsDefinition(instruction_) && (instruction_->HasVRegA())) {
668 int vA = instruction_->VRegA();
671 if (instruction_->HasVRegB()) {
672 int vB = instruction_->VRegB();
675 if (instruction_->HasVRegC()) {
676 int vC = instruction_->VRegC()
    [all...]

Completed in 44 milliseconds