OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpreter
(Results
126 - 150
of
707
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/markdown/docs/extensions/
Definition_Lists.txt
44
From the Python
interpreter
:
RSS.txt
14
From the Python
interpreter
:
Tables.txt
50
From the Python
interpreter
:
/external/quake/quake/src/WinQuake/
vregset.h
21
// vregset.h: header file for video register-setting
interpreter
/external/webkit/Source/JavaScriptCore/
JavaScriptCore.pro
96
interpreter
/CallFrame.cpp \
97
interpreter
/
Interpreter
.cpp \
98
interpreter
/RegisterFile.cpp \
ChangeLog-2009-06-16
111
*
interpreter
/
Interpreter
.cpp:
388
*
interpreter
/CallFrame.h:
[
all
...]
DerivedSources.make
32
$(JavaScriptCore)/
interpreter
\
62
docs/bytecode.html: make-bytecode-docs.pl
Interpreter
.cpp
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreCommon.vsprops
9
AdditionalIncludeDirectories=""$(ConfigurationBuildDir)\obj\JavaScriptCore\DerivedSources\";../../;../../API/;../../parser/;../../bytecompiler/;../../jit/;../../runtime/;../../bytecode/;../../
interpreter
/;../../wtf/;../../profiler;../../assembler/;../../debugger/;../../heap/;"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\private";"$(ConfigurationBuildDir)\include";"$(ConfigurationBuildDir)\include\JavaScriptCore";"$(ConfigurationBuildDir)\include\private";"$(WebKitLibrariesDir)\include\pthreads""
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/jsc/
jscCommon.vsprops
9
AdditionalIncludeDirectories=""$(ConfigurationBuildDir)\include";"$(ConfigurationBuildDir)\include\private";"$(ConfigurationBuildDir)\obj\JavaScriptCore\DerivedSources\";../../;"../../os-win32/";../../assembler/;../../API/;../../parser/;../../heap/;../../runtime/;../../VM/;../../bytecode/;../../
interpreter
/;../../wtf/;../../debugger/;../../bytecompiler/;../../profiler;../../jit/;"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitLibrariesDir)\include""
/external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h
67
class
Interpreter
{
72
Interpreter
(JSGlobalData&);
126
#if ENABLE(
INTERPRETER
)
139
#endif // ENABLE(
INTERPRETER
)
/external/webkit/Source/WebKit/
CMakeLists.txt
41
"${JAVASCRIPTCORE_DIR}/
interpreter
"
/external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli
10
(** JIT
Interpreter
.
13
interpreter
), the classes in the ExecutionEngine library. *)
84
(** An execution engine is either a JIT compiler or an
interpreter
, capable of
91
interpreter
. Raises [Error msg] if an error occurrs. The execution engine
96
(** [create_interpreter m] creates a new
interpreter
, taking ownership of the
/external/valgrind/main/coregrind/m_ume/
elf.c
269
the
interpreter
. If such a field is found, the space needed to
270
hold the
interpreter
is computed into interp_size.
287
interpreter
(interp == NULL), this must be a statically linked
291
interpreter
. The
interpreter
can go anywhere, but mapelf() wants
295
as the mapping address for the
interpreter
.
297
- The entry point in INFO is set to the
interpreter
's entry point,
306
ESZ(Addr) interp_addr = 0; /*
interpreter
(ld.so) address */
307
ESZ(Word) interp_size = 0; /*
interpreter
size */
313
/* The difference between where the
interpreter
got mapped an
[
all
...]
/dalvik/vm/mterp/armv5te/
footer.S
31
mov r2,#kSVSPunt @ r2<-
interpreter
entry point
43
mov r2,#kSVSSingleStep @ r2<-
interpreter
entry point
50
mov r2,#kSVSNoProfile @ r2<-
interpreter
entry point
58
mov r2,#kSVSTraceSelect @ r2<-
interpreter
entry point
66
mov r2,#kSVSTraceSelect @ r2<-
interpreter
entry point
74
mov r2,#kSVSBackwardBranch @ r2<-
interpreter
entry point
82
mov r2,#kSVSNormal @ r2<-
interpreter
entry point
90
mov r2,#kSVSNoChain @ r2<-
interpreter
entry point
111
* Return from the translation cache to the
interpreter
when the compiler is
114
* between the
interpreter
and the code cache if the instruction that fail
[
all
...]
/external/freetype/include/freetype/
ftmodapi.h
348
/* Set a debug hook function for debugging the
interpreter
of a font */
359
/* debug_hook :: The function used to debug the
interpreter
. */
363
/* the TrueType and the Type~1
interpreter
) are defined. */
423
* The library doesn't implement any kind of bytecode
interpreter
.
426
* The library implements a bytecode
interpreter
that doesn't
434
* The library implements a bytecode
interpreter
that covers
/dalvik/vm/interp/
Interp.h
18
* Dalvik
interpreter
public definitions.
37
*
Interpreter
entry point. Call here after setting up the interpreted
/dalvik/vm/mterp/cstubs/
stubdefs.cpp
42
* "Reportxxx" routine. Because the portable
interpreter
uses local
91
* portable
interpreter
are handled by assigning values to globals.
/external/harfbuzz/src/
harfbuzz-gpos.h
48
/* A pointer to a function which accesses the PostScript
interpreter
.
79
PostScript
interpreter
. */
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.h
48
/* A pointer to a function which accesses the PostScript
interpreter
.
79
PostScript
interpreter
. */
/external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java
32
import com.google.clearsilver.jsilver.
interpreter
.InterpretedTemplateLoader;
33
import com.google.clearsilver.jsilver.
interpreter
.LoadingTemplateFactory;
34
import com.google.clearsilver.jsilver.
interpreter
.OptimizerProvider;
35
import com.google.clearsilver.jsilver.
interpreter
.OptimizingTemplateFactory;
36
import com.google.clearsilver.jsilver.
interpreter
.TemplateFactory;
158
InterpretedTemplateLoader
interpreter
=
local
160
delegatingTemplateLoaders.add(
interpreter
);
161
templateLoader =
interpreter
;
/external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp
26
#include "
Interpreter
.h"
136
JSValue result = globalData.
interpreter
->execute(eval, globalCallFrame, globalObject, globalCallFrame->scopeChain());
DebuggerCallFrame.cpp
34
#include "
Interpreter
.h"
98
JSValue result = globalData.
interpreter
->execute(eval, m_callFrame, thisObject(), m_callFrame->scopeChain());
/external/webkit/Source/WebCore/bindings/js/
JSWorkerContextCustom.cpp
46
#include <
interpreter
/
Interpreter
.h>
/frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java
102
public void addInterpreter(VCardInterpreter
interpreter
) {
103
mVCardParserImpl.addInterpreter(
interpreter
);
VCardParser_V30.java
81
public void addInterpreter(VCardInterpreter
interpreter
) {
82
mVCardParserImpl.addInterpreter(
interpreter
);
Completed in 329 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>