Searched refs:getJObjectTy (Results 1 – 9 of 9) 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(handle_scope_field_addr, irb_.getJObjectTy()); in Compile() 167 if (arg_iter->getType() == irb_.getJObjectTy()) { in Compile() 171 irb_.getJObjectTy()->getPointerTo()); in Compile() 179 irb_.CreateBitCast(handle_scope_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_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 | 715 irb_.getJObjectTy(), in EmitLoadDexCacheAddr() 776 irb_.getJObjectTy(), in EmitLoadVirtualCalleeMethodObjectAddr() 783 irb_.getJObjectTy(), in EmitLoadVirtualCalleeMethodObjectAddr() 855 irb_.getJObjectTy()); in EmitInvoke() 1082 field_type = irb_.getJObjectTy()->getPointerTo(); in Expand_FilledNewArray() 1198 irb_.getJObjectTy(), in Expand_LoadDeclaringClassSSB() 1802 llvm::PHINode* phi = irb_.CreatePHI(irb_.getJObjectTy(), 2); in EmitLoadConstantClass() 1867 llvm::PHINode* phi = irb_.CreatePHI(irb_.getJObjectTy(), 2); in EmitLoadStaticStorage() 1932 irb_.getJObjectTy(), in Expand_HLSget() 2018 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 | 113 res = irb_->getJObjectTy(); in LlvmTypeFromLocRec() 1820 args_type.push_back(irb_->getJObjectTy()); in GetFunctionType()
|