Home
last modified time | relevance | path

Searched refs:getJObjectTy (Results 1 – 10 of 10) sorted by relevance

/art/compiler/jni/portable/
Djni_compiler.cc94 irb_.getJObjectTy(), in Compile()
108 if (arg_iter->getType() == irb_.getJObjectTy()) { in Compile()
131 irb_.getJObjectTy(), in Compile()
160 irb_.getJObjectTy()->getPointerTo()); in Compile()
163 this_object_or_class_object = irb_.CreateBitCast(sirt_field_addr, irb_.getJObjectTy()); in Compile()
167 if (arg_iter->getType() == irb_.getJObjectTy()) { in Compile()
171 irb_.getJObjectTy()->getPointerTo()); in Compile()
179 irb_.CreateBitCast(sirt_field_addr, irb_.getJObjectTy())); in Compile()
299 case 'L': ret_type = irb_.getJObjectTy(); break; in GetFunctionType()
305 args_type.push_back(irb_.getJObjectTy()); // method object pointer in GetFunctionType()
/art/compiler/llvm/
Druntime_support_builder_thumb2.cc47 /*Params=*/irb_.getJObjectTy(), in EmitLockObject()
Druntime_support_builder_x86.cc79 return UndefValue::get(irb_.getJObjectTy()); in EmitSetCurrentThread()
Dir_builder.cc102 return getJObjectTy(); in getJType()
Druntime_support_builder_arm.cc112 /*Params=*/irb_.getJObjectTy(), in EmitSetCurrentThread()
Dintrinsic_helper.cc47 return irb.getJObjectTy(); in GetLLVMTypeOfIntrinsicValType()
Dir_builder.h351 ::llvm::PointerType* getJObjectTy() { in getJObjectTy() function
419 return ::llvm::ConstantPointerNull::get(getJObjectTy()); in getJNull()
Dgbc_expander.cc718 irb_.getJObjectTy(), in EmitLoadDexCacheAddr()
789 irb_.getJObjectTy(), in EmitLoadVirtualCalleeMethodObjectAddr()
796 irb_.getJObjectTy(), in EmitLoadVirtualCalleeMethodObjectAddr()
868 irb_.getJObjectTy()); in EmitInvoke()
1095 field_type = irb_.getJObjectTy()->getPointerTo(); in Expand_FilledNewArray()
1211 irb_.getJObjectTy(), in Expand_LoadDeclaringClassSSB()
1826 llvm::PHINode* phi = irb_.CreatePHI(irb_.getJObjectTy(), 2); in EmitLoadConstantClass()
1881 llvm::PHINode* phi = irb_.CreatePHI(irb_.getJObjectTy(), 2); in EmitLoadStaticStorage()
1942 irb_.getJObjectTy(), in Expand_HLSget()
2027 irb_.getJObjectTy(), in Expand_HLSput()
[all …]
Druntime_support_builder.cc148 irb_.getJObjectTy(), in EmitIsExceptionPending()
/art/compiler/dex/portable/
Dmir_to_gbc.cc96 res = irb_->getJObjectTy(); in LlvmTypeFromLocRec()
1806 args_type.push_back(irb_->getJObjectTy()); in GetFunctionType()