HomeSort by relevance Sort by last modified time
    Searched refs:Jit (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 10 // This file defines a JITDwarfEmitter object that is used by the JIT to
36 JIT& Jit;
56 JITDwarfEmitter(JIT& jit);
JIT.cpp 1 //===-- JIT.cpp - LLVM Just in Time Compiler ------------------------------===//
15 #include "JIT.h"
62 RegisterJIT() { JIT::Register(); }
83 // function here so that code generated by the JIT cooperates with the unwinding
204 /// createJIT - This is the factory method for creating a JIT for the current
207 ExecutionEngine *JIT::createJIT(Module *M,
217 // If the target supports JIT code generation, create the JIT.
219 return new JIT(M, *TM, *TJ, JMM, GVsWithCode);
222 *ErrorStr = "target does not support JIT code generation"
    [all...]
JITDwarfEmitter.cpp 10 // This file defines a JITDwarfEmitter object that is used by the JIT to
15 #include "JIT.h"
34 JITDwarfEmitter::JITDwarfEmitter(JIT& theJit) : MMI(0), Jit(theJit) {}
458 JCE->emitInt32((intptr_t)Jit.getOrEmitGlobalVariable(GV));
460 JCE->emitInt64((intptr_t)Jit.getOrEmitGlobalVariable(GV));
509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality)));
512 JCE->emitInt64(((intptr_t)Jit.getPointerToGlobal(Personality)));
  /dalvik/vm/
Dvm.mk 220 interp/Jit.cpp

Completed in 1121 milliseconds