HomeSort by relevance Sort by last modified time
    Searched defs:Vm (Results 1 - 8 of 8) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Vm.java 4 * Class to represent compiled SQLite VM.
7 public class Vm {
10 * Internal handle for the compiled SQLite VM.
22 * Perform one step on compiled SQLite VM.
29 * Vm vm = db.compile("select * from x; select * from y;");
30 * while (vm.step(cb)) {
33 * while (vm.compile()) {
34 * while (vm.step(cb)) {
50 * Compile the next SQL statement for the SQLite VM instance
    [all...]
  /art/runtime/
scoped_thread_state_change.h 86 // Constructor used by ScopedJniThreadState for an unattached thread that has access to the VM*.
113 JavaVMExt* Vm() const {
186 : self_(ThreadForEnv(env)), env_(down_cast<JNIEnvExt*>(env)), vm_(env_->vm) {
192 vm_(env_ != nullptr ? env_->vm : nullptr) {
197 explicit ScopedObjectAccessAlreadyRunnable(JavaVM* vm)
198 : self_(nullptr), env_(nullptr), vm_(down_cast<JavaVMExt*>(vm)) {}
218 // for use of Object, thereby inhibiting the Object being modified by GC whilst native or VM code
244 explicit ScopedObjectAccessUnchecked(JavaVM* vm) ALWAYS_INLINE
245 : ScopedObjectAccessAlreadyRunnable(vm), tsc_() {}
276 // routines operating with just a VM are sound, they are not, but when you have just a V
    [all...]
  /external/chromium_org/v8/src/arm/
disasm-arm.cc     [all...]
assembler-arm.cc 2582 int vm, m; local
2630 int vm, m; local
2646 int vm, m; local
2876 int vm, m; local
2892 int vm, m; local
2912 int vm, m; local
2932 int vm, m; local
2952 int vm, m; local
2970 int vm, m; local
2988 int vm, m; local
3008 int vm, m; local
3024 int vm, m; local
3071 int vm, m; local
3115 int vm, m; local
    [all...]
simulator-arm.cc 2882 int vm = instr->VFPMRegValue(kDoublePrecision); local
3384 int vm = instr->VFPMRegValue(kDoublePrecision); local
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 285 milliseconds