HomeSort by relevance Sort by last modified time
    Searched refs:kFastNative (Results 1 - 4 of 4) sorted by null

  /art/compiler/
compiler.h 51 kFastNative = 0x1,
  /art/compiler/jni/quick/
jni_compiler.cc 134 const bool is_fast_native = (optimization_flags == Compiler::kFastNative);
    [all...]
  /art/compiler/driver/
compiler_driver.cc 560 optimization_flags = Compiler::kFastNative;
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 59 kFast = Compiler::kFastNative, // Native method annotated with @FastNative.
    [all...]

Completed in 197 milliseconds