HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 151 - 175 of 973) sorted by null

1 2 3 4 5 67 8 91011>>

  /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...]
  /external/chromium_org/third_party/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
  /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/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
  /dalvik/vm/mterp/
Makefile-mterp 16 # Makefile for the Dalvik modular interpreter. This is not currently
config-armv5te 41 # arch-specific entry point to interpreter
config-mips 44 # arch-specific entry point to interpreter

Completed in 231 milliseconds

1 2 3 4 5 67 8 91011>>