OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
61
RegisterJIT() {
JIT
::Register(); }
82
// function here so that code generated by the
JIT
cooperates with the unwinding
203
/// createJIT - This is the factory method for creating a
JIT
for the current
206
ExecutionEngine *
JIT
::createJIT(Module *M,
217
// If the target supports
JIT
code generation, create the
JIT
.
219
return new
JIT
(M, *TM, *TJ, JMM, OptLevel, 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 853 milliseconds