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

  /art/runtime/
bytecode_utils.h 59 : instruction_(instruction),
93 reinterpret_cast<const int16_t*>(&instruction_));
114 const Instruction& instruction_; member in class:art::DexSwitchTable
  /art/compiler/dex/
inline_method_analyser.cc 67 instruction_(Instruction::At(code_item->insns_)),
74 const Instruction* instruction_; member in class:art::__anon5::Matcher
96 matcher->instruction_ = matcher->instruction_->Next();
108 matcher->instruction_ = matcher->instruction_->Next();
114 return instruction_->Opcode() == opcode;
119 return IsInstructionDirectConst(instruction_->Opcode()) &&
120 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() ==
    [all...]
  /art/compiler/optimizing/
gvn.cc 204 : instruction_(instruction), hash_code_(hash_code), next_(next) {}
207 HInstruction* GetInstruction() const { return instruction_; }
212 return new (allocator) Node(instruction_, hash_code_, new_next);
216 HInstruction* const instruction_; member in class:art::ValueSet::Node
scheduler.h 161 instruction_(instr),
191 HInstruction* GetInstruction() const { return instruction_; }
219 HInstruction* const instruction_; member in class:art::SchedulingNode
code_generator.cc 191 : codegen_(codegen), instruction_(instruction), start_offset_(static_cast<size_t>(-1)) {
201 instruction_, start_offset_, codegen_.GetAssembler().CodeSize());
207 HInstruction* instruction_; member in class:art::DisassemblyScope
    [all...]
code_generator.h 80 explicit SlowPathCode(HInstruction* instruction) : instruction_(instruction) {
122 return instruction_;
126 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc;
133 HInstruction* instruction_; member in class:art::SlowPathCode
    [all...]
bounds_check_elimination.cc 41 instruction_ = nullptr;
46 instruction_ = instruction;
135 HInstruction* GetInstruction() const { return instruction_; }
141 return (instruction_ != nullptr) &&
142 (instruction_->IsArrayLength() || instruction_->IsNewArray());
146 return instruction_ == nullptr;
153 return instruction_ == bound.instruction_ && constant_ == bound.constant_;
170 if (Equal(instruction_, bound.instruction_))
277 HInstruction* instruction_; member in class:art::ValueBound
    [all...]
ssa_liveness_analysis.h 228 : instruction_(instruction),
236 return instruction_->GetLifetimePosition();
244 return instruction_->GetLocations();
248 return instruction_;
252 HInstruction* const instruction_; member in class:art::SafepointPosition
    [all...]
nodes.h 1529 HInstruction* instruction_; member in class:art::HUserRecord
2385 HInstruction* instruction_; member in class:art::HInstructionIterator
2407 HInstruction* instruction_; member in class:art::HInstructionIteratorHandleChanges
2428 HInstruction* instruction_; member in class:art::HBackwardInstructionIterator
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.h 200 const Instruction* instruction_; member in struct:v8::internal::compiler::final::InstructionConstraint
  /art/compiler/utils/mips/
assembler_mips.h 1222 uint32_t instruction_; member in struct:art::mips::FINAL::DelaySlot
    [all...]

Completed in 386 milliseconds