OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJIntTy
(Results
1 - 4
of
4
) sorted by null
/art/compiler/llvm/
ir_builder.cc
90
return
getJIntTy
();
ir_builder.h
335
::llvm::IntegerType*
getJIntTy
() {
403
return ::llvm::ConstantInt::getSigned(
getJIntTy
(), i);
gbc_expander.cc
758
irb_.
getJIntTy
(),
[
all
...]
/art/compiler/jni/portable/
jni_compiler.cc
295
case 'I': ret_type = irb_.
getJIntTy
(); break;
Completed in 617 milliseconds