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

  /art/compiler/optimizing/
bytecode_utils.h 58 : instruction_(instruction),
92 reinterpret_cast<const int16_t*>(&instruction_));
113 const Instruction& instruction_; member in class:art::DexSwitchTable
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
code_generator.cc 167 : codegen_(codegen), instruction_(instruction), start_offset_(static_cast<size_t>(-1)) {
177 instruction_, start_offset_, codegen_.GetAssembler().CodeSize());
183 HInstruction* instruction_; member in class:art::DisassemblyScope
    [all...]
code_generator.h 72 explicit SlowPathCode(HInstruction* instruction) : instruction_(instruction) {
110 return instruction_;
114 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc;
121 HInstruction* instruction_; member in class:art::SlowPathCode
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_;
185 if (Equal(instruction_, bound.instruction_))
292 HInstruction* instruction_; member in class:art::ValueBound
    [all...]
ssa_liveness_analysis.h 171 : instruction_(instruction),
179 return instruction_->GetLifetimePosition();
187 return instruction_->GetLocations();
191 return instruction_;
195 HInstruction* const instruction_; member in class:art::SafepointPosition
    [all...]
code_generator_arm64.cc 225 LocationSummary* locations = instruction_->GetLocations();
229 if (instruction_->CanThrowIntoCatchBlock()) {
231 SaveLiveRegisters(codegen, instruction_->GetLocations());
240 QUICK_ENTRY_POINT(pThrowArrayBounds), instruction_, instruction_->GetDexPc(), this); variable
259 if (instruction_->CanThrowIntoCatchBlock()) {
261 SaveLiveRegisters(codegen, instruction_->GetLocations());
264 QUICK_ENTRY_POINT(pThrowDivZero), instruction_, instruction_->GetDexPc(), this); variable
340 LocationSummary* locations = instruction_->GetLocations()
351 QUICK_ENTRY_POINT(pResolveString), instruction_, instruction_->GetDexPc(), this); variable
378 QUICK_ENTRY_POINT(pThrowNullPointer), instruction_, instruction_->GetDexPc(), this); variable
400 QUICK_ENTRY_POINT(pTestSuspend), instruction_, instruction_->GetDexPc(), this); variable
461 QUICK_ENTRY_POINT(pInstanceofNonTrivial), instruction_, dex_pc, this); variable
469 arm64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this); variable
498 instruction_, variable
540 instruction_, variable
608 instruction_, variable
763 instruction_, variable
842 instruction_, variable
    [all...]
code_generator_mips.cc 152 LocationSummary* locations = instruction_->GetLocations();
155 if (instruction_->CanThrowIntoCatchBlock()) {
157 SaveLiveRegisters(codegen, instruction_->GetLocations());
169 instruction_, variable
170 instruction_->GetDexPc(),
191 if (instruction_->CanThrowIntoCatchBlock()) {
193 SaveLiveRegisters(codegen, instruction_->GetLocations());
196 instruction_, variable
197 instruction_->GetDexPc(),
279 LocationSummary* locations = instruction_->GetLocations()
290 instruction_, variable
322 instruction_, variable
347 instruction_, variable
404 instruction_, variable
416 instruction_, variable
443 instruction_, variable
    [all...]
code_generator_mips64.cc 113 LocationSummary* locations = instruction_->GetLocations();
116 if (instruction_->CanThrowIntoCatchBlock()) {
118 SaveLiveRegisters(codegen, instruction_->GetLocations());
130 instruction_, variable
131 instruction_->GetDexPc(),
151 if (instruction_->CanThrowIntoCatchBlock()) {
153 SaveLiveRegisters(codegen, instruction_->GetLocations());
156 instruction_, variable
157 instruction_->GetDexPc(),
234 LocationSummary* locations = instruction_->GetLocations()
245 instruction_, variable
276 instruction_, variable
300 instruction_, variable
356 instruction_, variable
366 mips64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast), instruction_, dex_pc, this); variable
390 instruction_, variable
    [all...]
code_generator_arm.cc 72 if (instruction_->CanThrowIntoCatchBlock()) {
74 SaveLiveRegisters(codegen, instruction_->GetLocations());
77 QUICK_ENTRY_POINT(pThrowNullPointer), instruction_, instruction_->GetDexPc(), this); variable
96 if (instruction_->CanThrowIntoCatchBlock()) {
98 SaveLiveRegisters(codegen, instruction_->GetLocations());
101 QUICK_ENTRY_POINT(pThrowDivZero), instruction_, instruction_->GetDexPc(), this); variable
121 SaveLiveRegisters(codegen, instruction_->GetLocations());
123 QUICK_ENTRY_POINT(pTestSuspend), instruction_, instruction_->GetDexPc(), this) variable
179 QUICK_ENTRY_POINT(pThrowArrayBounds), instruction_, instruction_->GetDexPc(), this); variable
265 QUICK_ENTRY_POINT(pResolveString), instruction_, instruction_->GetDexPc(), this); variable
311 instruction_, variable
320 instruction_, variable
352 instruction_, variable
394 instruction_, variable
440 instruction_, variable
590 instruction_, variable
657 instruction_, variable
    [all...]
code_generator_x86.cc 60 if (instruction_->CanThrowIntoCatchBlock()) {
62 SaveLiveRegisters(codegen, instruction_->GetLocations());
65 instruction_, variable
66 instruction_->GetDexPc(),
86 if (instruction_->CanThrowIntoCatchBlock()) {
88 SaveLiveRegisters(codegen, instruction_->GetLocations());
91 instruction_, variable
92 instruction_->GetDexPc(),
133 LocationSummary* locations = instruction_->GetLocations();
138 if (instruction_->CanThrowIntoCatchBlock())
151 instruction_, variable
175 instruction_, variable
221 instruction_, variable
326 instruction_, variable
334 instruction_, variable
369 instruction_, variable
411 instruction_, variable
457 instruction_, variable
607 instruction_, variable
674 instruction_, variable
    [all...]
code_generator_x86_64.cc 64 if (instruction_->CanThrowIntoCatchBlock()) {
66 SaveLiveRegisters(codegen, instruction_->GetLocations());
69 instruction_, variable
70 instruction_->GetDexPc(),
90 if (instruction_->CanThrowIntoCatchBlock()) {
92 SaveLiveRegisters(codegen, instruction_->GetLocations());
95 instruction_, variable
96 instruction_->GetDexPc(),
151 SaveLiveRegisters(codegen, instruction_->GetLocations());
153 instruction_, variable
207 instruction_, variable
298 instruction_, variable
346 instruction_, variable
354 instruction_, variable
390 instruction_, variable
432 instruction_, variable
478 instruction_, variable
625 instruction_, variable
693 instruction_, variable
    [all...]
nodes.h 1397 HInstruction* instruction_; member in class:art::HUserRecord
2186 HInstruction* instruction_; member in class:art::HInputIterator
2207 HInstruction* instruction_; member in class:art::HInstructionIterator
2228 HInstruction* instruction_; member in class:art::HBackwardInstructionIterator
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.h 51 const Instruction* instruction_; member in struct:v8::internal::compiler::final::InstructionConstraint
  /art/runtime/quick/
inline_method_analyser.cc 67 instruction_(Instruction::At(code_item->insns_)),
74 const Instruction* instruction_; member in class:art::__anon127::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...]

Completed in 261 milliseconds