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

  /art/compiler/optimizing/
reference_type_propagation.cc 182 mirror::Class* resolved_class = dex_cache->GetResolvedType(instr->GetTypeIndex());
193 mirror::Class* resolved_class = dex_cache->GetResolvedType(instr->GetTypeIndex());
code_generator_arm64.cc 174 __ Mov(calling_convention.GetRegisterAt(0).W(), cls_->GetTypeIndex());
    [all...]
code_generator_mips64.cc 182 __ LoadConst32(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex());
    [all...]
code_generator_arm.cc 182 __ LoadImmediate(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex());
    [all...]
nodes.h     [all...]
code_generator_x86.cc 213 __ movl(calling_convention.GetRegisterAt(0), Immediate(cls_->GetTypeIndex()));
    [all...]
code_generator_x86_64.cc 203 __ movl(CpuRegister(calling_convention.GetRegisterAt(0)), Immediate(cls_->GetTypeIndex()));
    [all...]

Completed in 1757 milliseconds