OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpreter
(Results
376 - 400
of
707
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/jni/
AndroidRuntime.cpp
550
// Increase the main thread's
interpreter
stack size for bug 6315322.
663
/* Force
interpreter
-only mode for selected opcodes. Eg "1-0a,3c,f1-ff" */
673
/* Force
interpreter
-only mode for selected methods */
[
all
...]
/dalvik/docs/
verifier.html
32
<li>Optimizations. The
interpreter
can ignore a lot of potential
/dalvik/vm/
Exception.cpp
30
variable or hardware register in the main
interpreter
loop.
39
(2) The VM throws an exception from within the
interpreter
core, e.g.
45
situation (3) the
interpreter
loop must copy it to an externally-accessible
81
-
Interpreter
saves the PC
[
all
...]
/dalvik/vm/arch/mips/
CallO32.S
38
the
interpreter
(e.g. float occupies one, double occupies two). It's up to
/dalvik/vm/compiler/
Utility.cpp
360
ALOGE("Jit: aborting trace compilation, reverting to
interpreter
");
/dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp
470
/* Clear the conservative flags for branches that punt to the
interpreter
*/
/dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp
433
/* Clear the conservative flags for branches that punt to the
interpreter
*/
/dalvik/vm/interp/
Stack.cpp
33
* Initialize the
interpreter
stack in a new thread.
53
*
interpreter
does its own stack frame manipulation for interp-->interp
59
* We start by inserting a "break" frame, which ensures that the
interpreter
970
* Fill a flat array of methods that comprise the current
interpreter
[
all
...]
/development/scripts/app_engine_server/gae_shell/
shell.py
28
Interpreter
state is stored in the datastore so that variables, function
/external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c
72
/* enumeration of HSP AT commands matches HSP command
interpreter
table */
80
/* enumeration of HFP AT commands matches HFP command
interpreter
table */
111
/* AT command
interpreter
table for HSP */
120
/* AT command
interpreter
table for HFP */
[
all
...]
bta_ag_int.h
245
tBTA_AG_AT_CB at_cb; /* AT command
interpreter
*/
/external/freetype/include/freetype/
t1tables.h
639
* IMPORTANT: Only key/value pairs read by the FreeType
interpreter
can
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java
279
// arguments are passed to a macro is consistent with JNI /
interpreter
.
EscapingEvaluator.java
94
// The
interpreter
mode equivalent of this boolean expression would be :
/external/libvpx/libvpx/examples/includes/geshi/geshi/
d.php
54
// Script Style
interpreter
comment
/external/libxml2/include/libxml/
xpath.h
183
* @ctxt: the XPath
interpreter
context
/external/linux-tools-perf/Documentation/
perf-script-perl.txt
17
built-in Perl
interpreter
. It reads and processes the input file and
/external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c
27
/* Force the LLVM
interpreter
and JIT to be linked in. */
/external/llvm/examples/ParallelJIT/
ParallelJIT.cpp
21
#include "llvm/ExecutionEngine/
Interpreter
.h"
/external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h
187
#if !ENABLE(
INTERPRETER
)
ExecutableAllocatorFixedVMPool.cpp
413
#if !ENABLE(
INTERPRETER
)
JITCall.cpp
37
#include "
Interpreter
.h"
JITCall32_64.cpp
33
#include "
Interpreter
.h"
JITStubs.cpp
749
#define CTI_SAMPLER stackFrame.globalData->
interpreter
->sampler()
808
// The
interpreter
checks for recursion here; I do not believe this can occur in CTI.
859
// like the
interpreter
does, then add a check for recursion.
3197
Interpreter*
interpreter
= stackFrame.globalData->
interpreter
;
local
[
all
...]
/external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp
76
using JSC::
Interpreter
;
Completed in 449 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>