HomeSort by relevance Sort by last modified time
    Searched defs:getJType (Results 1 - 2 of 2) 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);

Completed in 26 milliseconds