/external/webkit/Source/JavaScriptCore/runtime/ |
GetterSetter.h | 38 friend class JIT;
|
StructureChain.h | 42 friend class JIT;
|
Executable.cpp | 31 #include "JIT.h" 125 #if ENABLE(JIT) 127 m_jitCodeForCall = JIT::compile(scopeChainNode->globalData, m_evalCodeBlock.get()); 183 #if ENABLE(JIT) 185 m_jitCodeForCall = JIT::compile(scopeChainNode->globalData, m_programCodeBlock.get()); 196 #if ENABLE(JIT) 263 #if ENABLE(JIT) 267 m_jitCodeForCall = JIT::compile(scopeChainNode->globalData, m_codeBlockForCall.get(), &m_jitCodeForCallWithArityCheck); 311 #if ENABLE(JIT) 313 m_jitCodeForConstruct = JIT::compile(scopeChainNode->globalData, m_codeBlockForConstruct.get(), &m_jitCodeForConstructWithArit (…) [all...] |
Executable.h | 48 friend class JIT; 76 #if ENABLE(JIT) 99 friend class JIT; 101 #if ENABLE(JIT) 122 #if ENABLE(JIT) 143 // Probably should be a NativeConstructor, but this will currently require rewriting the JIT 229 #if ENABLE(JIT) 275 #if ENABLE(JIT) 296 friend class JIT; 395 #if ENABLE(JIT) [all...] |
Lookup.cpp | 50 #if ENABLE(JIT) 81 #if ENABLE(JIT) && ENABLE(JIT_OPTIMIZE_NATIVE_CALL)
|
JSGlobalData.h | 191 #if !ENABLE(JIT) 194 bool canUseJIT() { return true; } // jit only 209 #if ENABLE(JIT) 224 #if ENABLE(JIT) 276 #if ENABLE(JIT) && ENABLE(INTERPRETER)
|
JSPropertyNameIterator.h | 43 friend class JIT;
|
Lookup.h | 46 #if ENABLE(JIT) 60 #if ENABLE(JIT) 69 #if ENABLE(JIT) 80 #if ENABLE(JIT) && ENABLE(JIT_OPTIMIZE_NATIVE_CALL) 106 #if ENABLE(JIT)
|
/cts/tests/tests/webkitsecurity/assets/ |
mod-crash.js | 28 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
|
/external/llvm/lib/Target/X86/ |
X86CompilationCallback_Win64.asm | 1 ;;===-- X86CompilationCallback_Win64.asm - Implement Win64 JIT callback ---=== 10 ;; This file implements the JIT interfaces for the X86 target. 40 ; JIT callee
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic.cpp | 28 #if ENABLE(JIT) 30 #include "JIT.h" 50 void JIT::emit_op_lshift(Instruction* currentInstruction) 67 void JIT::emitSlow_op_lshift(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter) 83 void JIT::emit_op_rshift(Instruction* currentInstruction) 118 void JIT::emitSlow_op_rshift(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter) 151 void JIT::emit_op_urshift(Instruction* currentInstruction) 187 void JIT::emitSlow_op_urshift(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter) 245 void JIT::emit_op_jnless(Instruction* currentInstruction) 293 void JIT::emitSlow_op_jnless(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter [all...] |
JIT.cpp | 28 #if ENABLE(JIT) 29 #include "JIT.h" 71 JIT::JIT(JSGlobalData* globalData, CodeBlock* codeBlock, void* linkerOffset) 94 void JIT::emitTimeoutCheck() 104 void JIT::emitTimeoutCheck() 168 void JIT::privateCompileMainPass() 356 void JIT::privateCompileLinkPass() 364 void JIT::privateCompileSlowCases() 460 JITCode JIT::privateCompile(CodePtr* functionEntryArityCheck [all...] |
JIT.h | 29 #if ENABLE(JIT) 31 // We've run into some problems where changing the size of the class JIT leads to 39 #define ASSERT_JIT_OFFSET(actual, expected) ASSERT_WITH_MESSAGE(actual == expected, "JIT Offset \"%s\" should be %d, not %d.\n", #expected, static_cast<int>(expected), static_cast<int>(actual)); 51 class JIT; 163 // Near calls can only be patched to other JIT code, regular calls can be patched to JIT code or relinked to stub functions. 168 class JIT : private JSInterfaceJIT { 183 return JIT(globalData, codeBlock, offsetBase).privateCompile(functionEntryArityCheck); 188 JIT jit(globalData, codeBlock) [all...] |
JITCode.h | 29 #if ENABLE(JIT)
|
/dalvik/vm/mterp/armv5te/ |
zcmp.S | 22 bne common_updateProfile @ test for JIT off at target
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
StructureStubInfo.cpp | 34 #if ENABLE(JIT)
|
CodeBlock.h | 46 #if ENABLE(JIT) 75 #if ENABLE(JIT) 96 #if ENABLE(JIT) 165 // (given as an offset in bytes into the JIT code) back to 204 friend class JIT; 246 #if ENABLE(JIT) 291 #if ENABLE(JIT) 347 #if ENABLE(JIT) 396 #if ENABLE(JIT) 518 #if ENABLE(JIT) [all...] |
/dalvik/vm/ |
Android.mk | 65 # Enable assert and JIT tuning 68 # Enable assertions and JIT-tuning 78 # Enable assertions and JIT self-verification 85 # Compile out the JIT
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 24 (* Create the JIT. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 24 (* Create the JIT. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 24 (* Create the JIT. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 25 (* Create the JIT. *)
|
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngineBindings.cpp | 14 #define DEBUG_TYPE "jit" 124 builder.setEngineKind(EngineKind::JIT) 127 if (ExecutionEngine *JIT = builder.create()) { 128 *OutJIT = wrap(JIT);
|