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

  /art/compiler/optimizing/
prepare_for_register_allocation.cc 130 instruction->ReplaceInput(GetGraph()->GetIntConstant(load_class->GetTypeIndex()), 0);
reference_type_propagation.cc 485 UpdateReferenceTypeInfo(instr, instr->GetTypeIndex(), instr->GetDexFile(), /* is_exact */ true);
489 UpdateReferenceTypeInfo(instr, instr->GetTypeIndex(), instr->GetDexFile(), /* is_exact */ true);
508 instr->GetTypeIndex(),
566 instr->GetTypeIndex(),
    [all...]
code_generator_mips64.cc 188 __ LoadConst32(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex());
    [all...]
code_generator_arm64.cc 294 __ Mov(calling_convention.GetRegisterAt(0).W(), cls_->GetTypeIndex());
    [all...]
code_generator_mips.cc 229 __ LoadConst32(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex());
    [all...]
nodes.h     [all...]
code_generator_arm.cc 209 __ LoadImmediate(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex());
    [all...]
code_generator_x86.cc 254 __ movl(calling_convention.GetRegisterAt(0), Immediate(cls_->GetTypeIndex()));
    [all...]
code_generator_x86_64.cc 239 __ movl(CpuRegister(calling_convention.GetRegisterAt(0)), Immediate(cls_->GetTypeIndex()));
    [all...]

Completed in 54 milliseconds