Searched defs:ExpandToRuntime (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/llvm/
H A Dgbc_expander.cc167 llvm::Value* ExpandToRuntime(RuntimeId rt, llvm::CallInst& inst);
645 llvm::Value* GBCExpanderPass::ExpandToRuntime(RuntimeId rt, llvm::CallInst& inst) { function in class:__anon10::GBCExpanderPass
2888 return ExpandToRuntime(ThrowException, call_inst);
2908 return ExpandToRuntime(FindCatchBlock, call_inst);
2911 return ExpandToRuntime(ThrowDivZeroException, call_inst);
2914 return ExpandToRuntime(ThrowNullPointerException, call_inst);
2917 return ExpandToRuntime(ThrowIndexOutOfBounds, call_inst);
2928 return ExpandToRuntime(ResolveString, call_inst);
2936 return ExpandToRuntime(InitializeTypeAndVerifyAccess, call_inst);
2942 return ExpandToRuntime(InitializeTyp
[all...]

Completed in 32 milliseconds