Searched refs:getJObjectTy (Results 1 – 10 of 10) sorted by relevance
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 94 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/ |
D | runtime_support_builder_thumb2.cc | 47 /*Params=*/irb_.getJObjectTy(), in EmitLockObject()
|
D | runtime_support_builder_x86.cc | 79 return UndefValue::get(irb_.getJObjectTy()); in EmitSetCurrentThread()
|
D | ir_builder.cc | 102 return getJObjectTy(); in getJType()
|
D | runtime_support_builder_arm.cc | 112 /*Params=*/irb_.getJObjectTy(), in EmitSetCurrentThread()
|
D | intrinsic_helper.cc | 47 return irb.getJObjectTy(); in GetLLVMTypeOfIntrinsicValType()
|
D | ir_builder.h | 351 ::llvm::PointerType* getJObjectTy() { in getJObjectTy() function 419 return ::llvm::ConstantPointerNull::get(getJObjectTy()); in getJNull()
|
D | gbc_expander.cc | 718 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 …]
|
D | runtime_support_builder.cc | 148 irb_.getJObjectTy(), in EmitIsExceptionPending()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 96 res = irb_->getJObjectTy(); in LlvmTypeFromLocRec() 1806 args_type.push_back(irb_->getJObjectTy()); in GetFunctionType()
|