HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 176 - 200 of 707) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/JavaScriptCore/API/
OpaqueJSString.cpp 29 #include <interpreter/CallFrame.h>
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
copy-files.cmd 43 interpreter
JavaScriptCore.vcproj 693 RelativePath="..\..\interpreter\ExceptionHelpers.h"
1686 Name="interpreter"
1689 RelativePath="..\..\interpreter\CachedCall.h"
1693 RelativePath="..\..\interpreter\CallFrame.cpp"
1697 RelativePath="..\..\interpreter\CallFrame.h"
1701 RelativePath="..\..\interpreter\CallFrameClosure.h"
1705 RelativePath="..\..\interpreter\Interpreter.cpp"
1709 RelativePath="..\..\interpreter\Interpreter.h
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
StringRecursionChecker.h 23 #include "Interpreter.h"
JSFunction.cpp 35 #include "Interpreter.h"
164 return exec->interpreter()->retrieveArguments(exec, thisObj);
171 return exec->interpreter()->retrieveCaller(exec, thisObj);
243 descriptor.setDescriptor(exec->interpreter()->retrieveArguments(exec, this), ReadOnly | DontEnum | DontDelete);
256 descriptor.setDescriptor(exec->interpreter()->retrieveCaller(exec, this), ReadOnly | DontEnum | DontDelete);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/String/
regress-179068.js 38 * SUMMARY: Test that interpreter can handle string literals exceeding 64K
41 * Test that the interpreter can handle string literals exceeding 64K limit.
67 * > Or do we specifically need to test eval() to exercise the interpreter?
93 var summary = 'Test that interpreter can handle string literals exceeding 64K';
  /external/webkit/Source/WebCore/bridge/
testbindings.mm 33 #include "interpreter.h"
243 // create interpreter w/ global object
245 Interpreter interp;
284 } // end block, so that Interpreter and global get deleted
  /external/webkit/Tools/DumpRenderTree/
JavaScriptThreading.h 34 /* These functions start/stop threads used to abuse the JavaScript interpreter
  /external/webkit/Tools/Scripts/webkitpy/common/config/
ports.py 48 # Win32 does not support shebang. We need to detect the interpreter ourself.
50 interpreter = Executive.interpreter_for_script(script_path)
51 if interpreter:
52 return [interpreter, script_path]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 216 final VCardInterpreter interpreter,
223 if (i > 0 && (interpreter instanceof VCardEntryConstructor)) {
225 ((VCardEntryConstructor) interpreter).clear();
242 mVCardParser.parse(is, interpreter);
  /dalvik/vm/compiler/codegen/x86/
NcgAot.cpp 40 /* jump from JIT'ed code to interpreter without chaining */
51 /* jump from JIT'ed code to interpreter becaues of exception */
84 //!the interpreter will start execution from %eax
  /external/chromium/testing/gmock/
configure.ac 28 # against the interpreter detected by AM_PATH_PYTHON, and so we condition
29 # HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's
32 PYTHON= # We *do not* allow the user to specify a python interpreter
  /external/clang/examples/clang-interpreter/
main.cpp 1 //===-- examples/clang-interpreter/main.cpp - Clang C Interpreter Example -===//
78 TheDriver.setTitle("clang interpreter");
  /external/webkit/Source/WebCore/bindings/js/
JSXMLHttpRequestCustom.cpp 51 #include <interpreter/Interpreter.h>
135 exec->interpreter()->retrieveLastCaller(exec, signedLineNumber, sourceID, sourceURL, function);
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 93 class Interpreter;
193 SamplingTool(Interpreter* interpreter)
194 : m_interpreter(interpreter)
260 Interpreter* m_interpreter;
  /external/webkit/Source/JavaScriptCore/
GNUmakefile.list.am 153 Source/JavaScriptCore/interpreter/CachedCall.h \
154 Source/JavaScriptCore/interpreter/CallFrameClosure.h \
155 Source/JavaScriptCore/interpreter/CallFrame.cpp \
156 Source/JavaScriptCore/interpreter/CallFrame.h \
157 Source/JavaScriptCore/interpreter/Interpreter.cpp \
158 Source/JavaScriptCore/interpreter/Interpreter.h \
159 Source/JavaScriptCore/interpreter/RegisterFile.cpp \
160 Source/JavaScriptCore/interpreter/RegisterFile.h
    [all...]
JavaScriptCore.gypi 43 'interpreter/CallFrame.h',
44 'interpreter/Interpreter.h',
45 'interpreter/Register.h',
46 'interpreter/RegisterFile.h',
370 'interpreter/CachedCall.h',
371 'interpreter/CallFrame.cpp',
372 'interpreter/CallFrameClosure.h',
373 'interpreter/Interpreter.cpp'
    [all...]
ChangeLog-2010-05-24 5 Accidentally committed double write of codeblock in Interpreter.
7 * interpreter/Interpreter.cpp:
8 (JSC::Interpreter::privateExecute):
43 * interpreter/Interpreter.cpp:
44 (JSC::Interpreter::privateExecute):
115 Interpreter fix following r59974.
117 * interpreter/Interpreter.cpp
    [all...]
ChangeLog-2011-02-16 45 * interpreter/Interpreter.cpp:
46 (JSC::Interpreter::privateExecute):
149 * interpreter/Interpreter.cpp:
150 (JSC::Interpreter::privateExecute):
298 * interpreter/Interpreter.cpp:
299 (JSC::Interpreter::Interpreter)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0-sources.jar 
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 190 beq 1f @ bail to interpreter
192 blxeq lr @ punt to interpreter and compare state
218 blx r2 @ exit the interpreter
255 bxne lr @ bail to the interpreter
260 bxne lr @ bail to the interpreter
320 bxne r12 @ bail to the interpreter
363 * - lr+2: to punt to the interpreter
431 bxne lr @ bail to the interpreter
433 bx lr @ bail to interpreter unconditionally
486 @ continue executing the next instruction through the interpreter
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/llvm/docs/CommandGuide/
lli.rst 18 available for the current architecture, or an interpreter. **lli** takes all of
40 **-force-interpreter**\ =\ *{false,true}*
42 If set to true, use the interpreter even if a just-in-time compiler is available

Completed in 2063 milliseconds

1 2 3 4 5 6 78 91011>>