Lines Matching refs:codegen_

34   return codegen_->GetAssembler();  in GetAssembler()
38 return codegen_->GetGraph()->GetArena(); in GetAllocator()
542 GenUnsafeGet(invoke, Primitive::kPrimInt, false, codegen_); in VisitUnsafeGet()
545 GenUnsafeGet(invoke, Primitive::kPrimInt, true, codegen_); in VisitUnsafeGetVolatile()
548 GenUnsafeGet(invoke, Primitive::kPrimLong, false, codegen_); in VisitUnsafeGetLong()
551 GenUnsafeGet(invoke, Primitive::kPrimLong, true, codegen_); in VisitUnsafeGetLongVolatile()
554 GenUnsafeGet(invoke, Primitive::kPrimNot, false, codegen_); in VisitUnsafeGetObject()
557 GenUnsafeGet(invoke, Primitive::kPrimNot, true, codegen_); in VisitUnsafeGetObjectVolatile()
665 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, false, codegen_); in VisitUnsafePut()
668 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, false, true, codegen_); in VisitUnsafePutOrdered()
671 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimInt, true, false, codegen_); in VisitUnsafePutVolatile()
674 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, false, codegen_); in VisitUnsafePutObject()
677 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, true, codegen_); in VisitUnsafePutObjectOrdered()
680 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, true, false, codegen_); in VisitUnsafePutObjectVolatile()
683 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, false, codegen_); in VisitUnsafePutLong()
686 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, false, true, codegen_); in VisitUnsafePutLongOrdered()
689 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimLong, true, false, codegen_); in VisitUnsafePutLongVolatile()
768 GenCas(invoke->GetLocations(), Primitive::kPrimInt, codegen_); in VisitUnsafeCASInt()
771 GenCas(invoke->GetLocations(), Primitive::kPrimNot, codegen_); in VisitUnsafeCASObject()
808 codegen_->AddSlowPath(slow_path); in VisitStringCharAt()
811 codegen_->MaybeRecordImplicitNullCheck(invoke); in VisitStringCharAt()
844 codegen_->AddSlowPath(slow_path); in VisitStringCompareTo()
918 GenerateVisitStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), true); in VisitStringIndexOf()
938 GenerateVisitStringIndexOf(invoke, GetAssembler(), codegen_, GetAllocator(), false); in VisitStringIndexOfAfter()
960 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromBytes()
965 codegen_->RecordPcInfo(invoke, invoke->GetDexPc()); in VisitStringNewStringFromBytes()
986 codegen_->RecordPcInfo(invoke, invoke->GetDexPc()); in VisitStringNewStringFromChars()
1006 codegen_->AddSlowPath(slow_path); in VisitStringNewStringFromString()
1011 codegen_->RecordPcInfo(invoke, invoke->GetDexPc()); in VisitStringNewStringFromString()