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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auxvec.h 15 #define AT_BASE 7 /* base address of interpreter */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h 15 #define AT_BASE 7 /* base address of interpreter */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h 15 #define AT_BASE 7 /* base address of interpreter */
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 37 #include "Interpreter.h"
163 , interpreter(0)
177 interpreter = new Interpreter(*this);
213 #if ENABLE(JIT) && ENABLE(INTERPRETER)
233 #if ENABLE(INTERPRETER)
272 delete interpreter;
275 interpreter = 0;
386 interpreter->startSampling();
391 interpreter->stopSampling()
    [all...]
CallData.cpp 30 #include "Interpreter.h"
38 return exec->interpreter()->executeCall(exec, asObject(functionObject), callType, callData, thisValue, args);
ConstructData.cpp 30 #include "Interpreter.h"
39 return exec->interpreter()->executeConstruct(exec, asObject(constructorObject), constructType, constructData, args);
JSGlobalData.h 63 class Interpreter;
192 bool canUseJIT() { return false; } // interpreter only
193 #elif !ENABLE(INTERPRETER)
208 Interpreter* interpreter; member in class:JSC::JSGlobalData
276 #if ENABLE(JIT) && ENABLE(INTERPRETER)
Completion.cpp 29 #include "Interpreter.h"
64 JSValue result = exec->interpreter()->execute(program, exec, scopeChain, thisObj);
  /external/llvm/lib/ExecutionEngine/Interpreter/
LLVMBuild.txt 1 ;===- ./lib/ExecutionEngine/Interpreter/LLVMBuild.txt ----------*- Conf -*--===;
20 name = Interpreter
Execution.cpp 10 // This file contains the actual instruction interpreter.
14 #define DEBUG_TYPE "interpreter"
15 #include "Interpreter.h"
33 static cl::opt<bool> PrintVolatile("interpreter-print-volatile", cl::Hidden,
34 cl::desc("make the interpreter print every volatile load and store"));
257 void Interpreter::visitICmpInst(ICmpInst &I) {
445 void Interpreter::visitFCmpInst(FCmpInst &I) {
521 void Interpreter::visitBinaryOperator(BinaryOperator &I) {
557 void Interpreter::visitSelectInst(SelectInst &I) {
571 void Interpreter::exitCalled(GenericValue GV)
    [all...]
  /external/valgrind/main/coregrind/m_ume/
script.c 54 // Find interpreter name, make sure it's an absolute path (starts with
56 // between the #! and the start of the interpreter name
63 if (*interp != '/') return False; // absolute path only for interpreter
70 // Here we should get the full interpreter name and check it with
106 vg_assert(*interp == '/'); /* absolute path only for interpreter */
108 /* skip over interpreter name */
  /dalvik/vm/mterp/
README.txt 8 This is the source code for the Dalvik interpreter. The core of the
15 interpreter, and is generated using the same sources and tools that
22 The best way to become familiar with the interpreter is to look at the
42 The interpreter style is selected via the "handler-size" command (see below).
65 Specify which style of interpreter to generate. In computed-goto,
70 for the portable interpreter (which is implemented completely in C).
158 code with the portable interpreter. (This is expected to be reduced in
252 ==== Interpreter Control ====
254 The central mechanism for interpreter control is the InterpBreak struture
263 is active, kSubModeMethodTrace is set. This bit informs the interpreter
    [all...]
Mterp.cpp 27 * Verify some constants used by the mterp interpreter.
108 ALOGD("|-- Leaving interpreter loop");
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 223 for (VCardInterpreter interpreter : mInterpreterList) {
224 interpreter.onEntryStarted();
227 for (VCardInterpreter interpreter : mInterpreterList) {
228 interpreter.onEntryEnded();
348 for (VCardInterpreter interpreter : mInterpreterList) {
349 interpreter.onEntryStarted();
352 for (VCardInterpreter interpreter : mInterpreterList) {
353 interpreter.onEntryEnded();
605 for (VCardInterpreter interpreter : mInterpreterList) {
606 interpreter.onPropertyCreated(property)
    [all...]
VCardParser_V40.java 69 public void addInterpreter(VCardInterpreter interpreter) {
70 mVCardParserImpl.addInterpreter(interpreter);
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 35 #include "Interpreter.h"
214 OpcodeID currentOpcode = exec->interpreter()->getOpcodeID(instructions[i].u.opcode);
287 Interpreter* interpreter = m_globalData->interpreter; local
290 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id)) {
294 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_self)) {
298 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_proto)) {
302 if (vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id_transition)) {
306 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_chain))
1405 Interpreter* interpreter = m_globalData->interpreter; local
    [all...]
  /external/webkit/Source/JavaScriptCore/
CMakeLists.txt 11 "${JAVASCRIPTCORE_DIR}/interpreter"
57 interpreter/CallFrame.cpp
58 interpreter/Interpreter.cpp
59 interpreter/RegisterFile.cpp
  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 34 class Interpreter;
73 Interpreter* interpreter() { return globalData().interpreter; } function in class:JSC::ExecState
97 #if ENABLE(INTERPRETER)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
EventInterpreter.java 49 * Create a default interpreter.
51 * This creates a default interpreter that does nothing. A default interpreter should normally
61 * Create an event interpreter according to a specification.
70 * interpreter that does no specific combining, and assumes the most common cases.
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 22 bxne lr @ bail to the interpreter
24 bx lr @ bail to interpreter unconditionally
77 @ continue executing the next instruction through the interpreter
TEMPLATE_INVOKE_METHOD_NO_OPT.S 31 bxne lr @ bail to the interpreter
36 bxne lr @ bail to the interpreter
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 26 RETURN # bail to the interpreter
29 RETURN # bail to the interpreter unconditionally
98 # continue executing the next instruction through the interpreter
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java 17 package com.google.clearsilver.jsilver.interpreter;
31 * User defined macro that will be executed by the interpreter.
106 // arguments are passed to a macro is consistent with JNI / interpreter.
  /external/webkit/LayoutTests/fast/leaks/
003.html-disabled 2 of a frame containing a JavaScript interpreter. If the test passes, you'll see a PASS message below.</p>
34 // Destroy a frame that has a JavaScript interpreter.
  /dalvik/docs/
embedded-vm-control.html 164 interpreter cores. These are referred to as "fast", "portable", and
165 "debug". The "fast" interpreter is optimized for the current
167 constrast, the "portable" interpreter is written in C and expected to
168 run on a broad range of platforms. The "debug" interpreter is a variant
172 a different interpreter, the JIT compiler may be enabled or disabled
181 <p>To select the "portable" interpreter, you would use:
183 If the property is not specified, the most appropriate interpreter
188 the "fast" interpreter is generated as a series of C stubs, and the
194 switches to the "debug" interpreter. When profiling ends or the debugger
195 disconnects, the original interpreter is resumed. (The "debug" interprete
    [all...]

Completed in 1568 milliseconds

1 2 34 5 6 7 8 91011>>