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

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 31 bxne r12 @ bail to the interpreter
footer.S 65 @ continue executing the next instruction through the interpreter
84 str r2, [rSELF, #offThread_inJitCodeCache] @ in interpreter land
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 38 jr t2 # bail to the interpreter
footer.S 82 # continue executing the next instruction through the interpreter
105 sw zero, offThread_inJitCodeCache(rSELF) # in interpreter land
  /dalvik/vm/mterp/mips/
entry.S 18 * Interpreter entry point.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js 4 * Currently this class can only be used in the Rhino JS interpreter.
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.h 21 * Interface file for BTA AG AT command interpreter.
  /external/kernel-headers/original/linux/
binfmts.h 46 /* fd of the binary should be passed to the interpreter */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 50 (* Run the main "interpreter loop" now. *)
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 12 // having to modify all of the C backend or interpreter.
  /external/llvm/lib/Target/
LLVMBuild.txt 23 ; interpreter).
  /external/valgrind/main/coregrind/m_ume/
main.c 232 // Something went wrong with executing the default interpreter
233 VG_(fmsg)("%s: bad interpreter (%s): %s\n",
252 // Did it start with "#!"? If so, it must have been a bad interpreter.
254 VG_(fmsg)("%s: bad interpreter: %s\n", exe_name, VG_(strerror)(ret));
  /external/valgrind/main/none/tests/
shell 15 echo "Execute a script with a bad interpreter name"
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.cpp 33 #include "Interpreter.h"
Interpreter.cpp 31 #include "Interpreter.h"
86 #if ENABLE(INTERPRETER)
92 NEVER_INLINE bool Interpreter::resolve(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
120 NEVER_INLINE bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
160 NEVER_INLINE bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
197 NEVER_INLINE bool Interpreter::resolveGlobalDynamic(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
274 NEVER_INLINE void Interpreter::resolveBase(CallFrame* callFrame, Instruction* vPC)
288 NEVER_INLINE bool Interpreter::resolveBaseAndProperty(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
324 #endif // ENABLE(INTERPRETER)
326 ALWAYS_INLINE CallFrame* Interpreter::slideRegisterWindowForCall(CodeBlock* newCodeBlock, RegisterFile* registerFile, CallFrame* callFr (…)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
tostring_2.js 46 * interpreter to an arbitrary version. To prevent unhandled exceptions in
  /external/webkit/Source/WebCore/bindings/js/
JavaScriptCallFrame.h 32 #include <interpreter/CallFrame.h>
ScriptState.cpp 41 #include <interpreter/CallFrame.h>
  /external/webkit/Source/WebCore/bridge/
runtime_root.h 42 class Interpreter;
testbindings.cpp 26 #include "interpreter.h"
375 // create interpreter w/ global object
377 Interpreter interp;
416 } // end block, so that Interpreter and global get deleted
  /hardware/ti/omap4xxx/domx/make/
start.mk 61 # We need to invoke command interpreter explicitly to do so.