Lines Matching refs:codegen_

59   return codegen_->GetAssembler()->vixl_masm_;  in GetVIXLAssembler()
63 return codegen_->GetGraph()->GetArena(); in GetAllocator()
654 codegen_->Load(Primitive::kPrimNot, WRegisterFrom(invoke->GetLocations()->Out()), in VisitThreadCurrentThread()
715 GenUnsafeGet(invoke, Primitive::kPrimInt, false, codegen_); in VisitUnsafeGet()
718 GenUnsafeGet(invoke, Primitive::kPrimInt, true, codegen_); in VisitUnsafeGetVolatile()
721 GenUnsafeGet(invoke, Primitive::kPrimLong, false, codegen_); in VisitUnsafeGetLong()
724 GenUnsafeGet(invoke, Primitive::kPrimLong, true, codegen_); in VisitUnsafeGetLongVolatile()
727 GenUnsafeGet(invoke, Primitive::kPrimNot, false, codegen_); in VisitUnsafeGetObject()
730 GenUnsafeGet(invoke, Primitive::kPrimNot, true, codegen_); in VisitUnsafeGetObjectVolatile()
805 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, false, codegen_); in VisitUnsafePut()
808 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, true, codegen_); in VisitUnsafePutOrdered()
811 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, true, false, codegen_); in VisitUnsafePutVolatile()
814 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, false, codegen_); in VisitUnsafePutObject()
817 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, true, codegen_); in VisitUnsafePutObjectOrdered()
820 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, true, false, codegen_); in VisitUnsafePutObjectVolatile()
823 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, false, codegen_); in VisitUnsafePutLong()
826 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, true, codegen_); in VisitUnsafePutLongOrdered()
829 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, true, false, codegen_); in VisitUnsafePutLongVolatile()
908 GenCas(invoke->GetLocations(), Primitive::kPrimInt, codegen_); in VisitUnsafeCASInt()
911 GenCas(invoke->GetLocations(), Primitive::kPrimLong, codegen_); in VisitUnsafeCASLong()
914 GenCas(invoke->GetLocations(), Primitive::kPrimNot, codegen_); in VisitUnsafeCASObject()
952 codegen_->AddSlowPath(slow_path); in VisitStringCharAt()
955 codegen_->MaybeRecordImplicitNullCheck(invoke); in VisitStringCharAt()
987 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
1058 GenerateVisitStringIndexOf(invoke, GetVIXLAssembler(), codegen_, GetAllocator(), true); in VisitStringIndexOf()
1078 GenerateVisitStringIndexOf(invoke, GetVIXLAssembler(), codegen_, GetAllocator(), false); in VisitStringIndexOfAfter()
1100 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
1105 codegen_->RecordPcInfo(invoke, invoke->GetDexPc()); in VisitStringNewStringFromBytes()
1126 codegen_->RecordPcInfo(invoke, invoke->GetDexPc()); in VisitStringNewStringFromChars()
1149 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
1154 codegen_->RecordPcInfo(invoke, invoke->GetDexPc()); in VisitStringNewStringFromString()