Home
last modified time | relevance | path

Searched refs:GetTypeIndex (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.cc182 mirror::Class* resolved_class = dex_cache->GetResolvedType(instr->GetTypeIndex()); in VisitNewInstance()
193 mirror::Class* resolved_class = dex_cache->GetResolvedType(instr->GetTypeIndex()); in VisitLoadClass()
Dcode_generator_arm64.cc174 __ Mov(calling_convention.GetRegisterAt(0).W(), cls_->GetTypeIndex()); in EmitNativeCode()
2115 __ Ldr(out, HeapOperand(out, CodeGenerator::GetCacheOffset(cls->GetTypeIndex()))); in VisitLoadClass()
2301 __ Mov(type_index, instruction->GetTypeIndex()); in VisitNewArray()
2327 __ Mov(type_index, instruction->GetTypeIndex()); in VisitNewInstance()
Dcode_generator_mips64.cc182 __ LoadConst32(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex()); in EmitNativeCode()
2496 …__ LoadFromOffset(kLoadUnsignedWord, out, out, CodeGenerator::GetCacheOffset(cls->GetTypeIndex())); in VisitLoadClass()
2706 __ LoadConst32(calling_convention.GetRegisterAt(0), instruction->GetTypeIndex()); in VisitNewArray()
2728 __ LoadConst32(calling_convention.GetRegisterAt(0), instruction->GetTypeIndex()); in VisitNewInstance()
Dnodes.h2614 uint16_t GetTypeIndex() const { return type_index_; } in GetTypeIndex() function
2666 uint16_t GetTypeIndex() const { return type_index_; } in GetTypeIndex() function
3438 uint16_t GetTypeIndex() const { return type_index_; } in GetTypeIndex() function
Dcode_generator_arm.cc182 __ LoadImmediate(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex()); in EmitNativeCode()
2611 __ LoadImmediate(calling_convention.GetRegisterAt(0), instruction->GetTypeIndex()); in VisitNewInstance()
2631 __ LoadImmediate(calling_convention.GetRegisterAt(0), instruction->GetTypeIndex()); in VisitNewArray()
3807 __ LoadFromOffset(kLoadWord, out, out, CodeGenerator::GetCacheOffset(cls->GetTypeIndex())); in VisitLoadClass()
Dcode_generator_x86.cc213 __ movl(calling_convention.GetRegisterAt(0), Immediate(cls_->GetTypeIndex())); in EmitNativeCode()
2972 __ movl(calling_convention.GetRegisterAt(0), Immediate(instruction->GetTypeIndex())); in VisitNewInstance()
2993 __ movl(calling_convention.GetRegisterAt(0), Immediate(instruction->GetTypeIndex())); in VisitNewArray()
4287 __ movl(out, Address(out, CodeGenerator::GetCacheOffset(cls->GetTypeIndex()))); in VisitLoadClass()
Dcode_generator_x86_64.cc203 __ movl(CpuRegister(calling_convention.GetRegisterAt(0)), Immediate(cls_->GetTypeIndex())); in EmitNativeCode()
3027 instruction->GetTypeIndex()); in VisitNewInstance()
3049 instruction->GetTypeIndex()); in VisitNewArray()
4134 __ movl(out, Address(out, CodeGenerator::GetCacheOffset(cls->GetTypeIndex()))); in VisitLoadClass()