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

  /art/compiler/optimizing/
licm.cc 47 HInstruction* input = environment->GetInstructionAt(i);
70 HInstruction* input = environment->GetInstructionAt(i);
superblock_cloner_test.cc 256 HInstruction* orig_input = orig_env->GetInstructionAt(i);
257 HInstruction* copy_input = copy_env->GetInstructionAt(i);
superblock_cloner.cc 126 HInstruction* env_input = orig_env->GetInstructionAt(i);
531 HInstruction* orig_input = orig_env->GetInstructionAt(i);
graph_checker.cc 401 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) {
457 HInstruction* env_instruction = environment->GetInstructionAt(i);
494 if (environment->GetInstructionAt(catch_phi->GetRegNumber()) == nullptr) {
    [all...]
code_generator.cc 135 if (environment->GetInstructionAt(i) != nullptr) {
136 DataType::Type type = environment->GetInstructionAt(i)->GetType();
    [all...]
code_generator.h     [all...]
ssa_liveness_analysis.cc 197 HInstruction* instruction = environment->GetInstructionAt(i);
nodes.cc 103 if (environment->GetInstructionAt(i) != nullptr) {
116 HInstruction* user = environment->GetInstructionAt(i);
132 if (environment->GetInstructionAt(i) != nullptr) {
    [all...]
graph_visualizer.cc 587 HInstruction* insn = environment->GetInstructionAt(i);
    [all...]
nodes.h     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 226 Instruction* link = masm_->GetInstructionAt(link_offset);
289 Instruction* branch = masm_->GetInstructionAt(branch_pos);
    [all...]
assembler-aarch64.h 461 Instruction* GetInstructionAt(ptrdiff_t instruction_offset) {
464 VIXL_DEPRECATED("GetInstructionAt",
466 return GetInstructionAt(instruction_offset);
    [all...]

Completed in 295 milliseconds