Home
last modified time | relevance | path

Searched refs:getJObjectTy (Results 1 – 9 of 9) 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(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/
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.cc715 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 …]
Druntime_support_builder.cc148 irb_.getJObjectTy(), in EmitIsExceptionPending()
/art/compiler/dex/portable/
Dmir_to_gbc.cc113 res = irb_->getJObjectTy(); in LlvmTypeFromLocRec()
1820 args_type.push_back(irb_->getJObjectTy()); in GetFunctionType()