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

  /art/compiler/jni/quick/
jni_compiler.cc 82 bool is_fast_native) {
87 : (is_fast_native
98 : (is_fast_native
104 : (is_fast_native
134 const bool is_fast_native = (optimization_flags == Compiler::kFastNative); local
143 if (UNLIKELY(is_fast_native)) {
155 if (UNLIKELY(is_fast_native && is_critical_native)) {
393 is_fast_native).SizeValue());
589 is_fast_native).SizeValue());
    [all...]
  /art/runtime/
art_method-inl.h 424 bool is_fast_native = IsFastNative(); local
436 DCHECK_EQ(is_fast_native, IsFastNative());

Completed in 216 milliseconds