/external/chromium_org/third_party/sqlite/src/src/ |
test7.c | 128 ** the interpreter and return -1. 146 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 196 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 240 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 283 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 315 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 351 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 387 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 446 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 491 Tcl_Interp *interp, /* The TCL interpreter that invoked this command * [all...] |
/external/llvm/lib/ExecutionEngine/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")); 276 void Interpreter::visitICmpInst(ICmpInst &I) { 608 void Interpreter::visitFCmpInst(FCmpInst &I) { 679 void Interpreter::visitBinaryOperator(BinaryOperator &I) { 793 void Interpreter::visitSelectInst(SelectInst &I) { 807 void Interpreter::exitCalled(GenericValue GV) [all...] |
/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...] |
/art/runtime/ |
instrumentation.h | 80 // to method entry and exit, it may also force execution to be switched to the interpreter and 177 // Inform listeners that the dex pc has moved (only supported by the interpreter). 229 // Have we hijacked ArtMethod::code_ so that it calls instrumentation/interpreter code? 235 // Have we hijacked ArtMethod::code_ to reference the enter interpreter stub? 238 // Do we need the fidelity of events that we only get from running within the interpreter? 241 // Did the runtime request we only run in the interpreter? ie -Xint mode.
|
/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...] |
/art/compiler/trampolines/ |
trampoline_compiler.cc | 34 case kInterpreterAbi: // Thread* is first argument (R0) in interpreter ABI. 62 case kInterpreterAbi: // Thread* is first argument (A0) in interpreter ABI.
|
/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/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/ |
index.html | 11 <title>Lua Interpreter</title> 25 <h1>Lua Interpreter</h1>
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2ft.h | 5 /* FreeType Glue Component to Adobe's Interpreter (specification). */ 125 * process output from the charstring interpreter
|
/external/freetype/src/cff/ |
cf2ft.h | 5 /* FreeType Glue Component to Adobe's Interpreter (specification). */ 125 * process output from the charstring interpreter
|
/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;
|
/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);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
environment.hpp | 62 if( m.has( interpreter ) ) 63 m[interpreter]( str_value, value );
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
modsupport.h | 49 so we can detect mismatches between the interpreter and dynamically 101 modules cannot get loaded into a 2.5 interpreter */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 24 ('executable=', 'e', "specify final destination interpreter path"), 57 line to refer to the current Python interpreter as we copy.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
modsupport.h | 49 so we can detect mismatches between the interpreter and dynamically 101 modules cannot get loaded into a 2.5 interpreter */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 24 ('executable=', 'e', "specify final destination interpreter path"), 57 line to refer to the current Python interpreter as we copy.
|
/dalvik/vm/analysis/ |
DexVerify.h | 50 * GC, all such instructions must export the PC in the interpreter,
|
/dalvik/vm/compiler/template/ |
Makefile-template | 16 # Makefile for the Dalvik modular interpreter. This is not currently
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 20 * - lr+2: to punt to the interpreter
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 21 * - lr+8 : to punt to the interpreter
|