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 79 bool is_fast_native) {
84 : (is_fast_native
95 : (is_fast_native
101 : (is_fast_native
131 const bool is_fast_native = (access_flags & kAccFastNative) != 0u; local
140 if (UNLIKELY(is_fast_native)) {
152 if (UNLIKELY(is_fast_native && is_critical_native)) {
385 is_fast_native).SizeValue());
582 is_fast_native).SizeValue());
    [all...]
  /art/runtime/
art_method.cc 701 bool is_fast_native = IsFastNative(); local
717 DCHECK_EQ(is_fast_native, IsFastNative());
    [all...]

Completed in 140 milliseconds