OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJType
(Results
1 - 5
of
5
) sorted by null
/art/compiler/llvm/
ir_builder.cc
72
::llvm::Type* IRBuilder::
getJType
(JType jty) {
ir_builder.h
309
::llvm::Type*
getJType
(char shorty_jty) {
310
return
getJType
(GetJTypeFromShorty(shorty_jty));
313
::llvm::Type*
getJType
(JType jty);
gbc_expander.cc
811
llvm::Type* elem_type = irb_.
getJType
(elem_jty);
[
all
...]
/art/compiler/jni/portable/
jni_compiler.cc
310
args_type.push_back(irb_.
getJType
('L'));
314
args_type.push_back(irb_.
getJType
(shorty[i]));
/art/compiler/dex/portable/
mir_to_gbc.cc
[
all
...]
Completed in 360 milliseconds