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

  /art/compiler/jni/quick/
calling_convention.cc 52 bool is_synchronized,
61 is_static, is_synchronized, shorty));
67 is_static, is_synchronized, shorty));
73 is_static, is_synchronized, shorty));
79 is_static, is_synchronized, shorty));
85 is_static, is_synchronized, shorty));
91 is_static, is_synchronized, shorty));
153 bool is_synchronized,
163 is_static, is_synchronized, is_critical_native, shorty));
169 is_static, is_synchronized, is_critical_native, shorty))
    [all...]
calling_convention.h 75 bool is_synchronized,
82 is_static_(is_static), is_synchronized_(is_synchronized),
236 bool is_synchronized,
265 bool is_synchronized,
268 : CallingConvention(is_static, is_synchronized, shorty, frame_pointer_size) {}
289 bool is_synchronized,
374 bool is_synchronized,
378 : CallingConvention(is_static, is_synchronized, shorty, frame_pointer_size),
jni_compiler.cc 78 bool is_synchronized,
82 is_synchronized
93 jni_end = is_synchronized
99 jni_end = is_synchronized
124 const bool is_synchronized = (access_flags & kAccSynchronized) != 0; local
165 CHECK(!is_synchronized)
184 is_synchronized,
192 &allocator, is_static, is_synchronized, shorty, instruction_set));
197 if (reference_return && is_synchronized) {
201 } else if (is_synchronized) {
    [all...]
  /art/compiler/jni/quick/arm/
calling_convention_arm.h 30 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty)
32 is_synchronized,
56 bool is_synchronized,
calling_convention_arm.cc 257 bool is_synchronized,
261 is_synchronized,
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 30 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty)
32 is_synchronized,
56 bool is_synchronized,
calling_convention_arm64.cc 246 bool is_synchronized,
250 is_synchronized,
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 32 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty)
34 is_synchronized,
58 bool is_synchronized,
calling_convention_mips.cc 195 bool is_synchronized,
199 is_synchronized,
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.h 32 Mips64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty)
34 is_synchronized,
58 bool is_synchronized,
calling_convention_mips64.cc 158 bool is_synchronized,
162 is_synchronized,
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 30 X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty)
32 is_synchronized,
59 bool is_synchronized,
calling_convention_x86.cc 196 bool is_synchronized,
200 is_synchronized,
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 28 X86_64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty)
30 is_synchronized,
52 bool is_synchronized,
calling_convention_x86_64.cc 178 bool is_synchronized,
182 is_synchronized,
  /art/compiler/jni/
jni_cfi_test.cc 61 const bool is_synchronized = false; local
70 is_synchronized,
76 &allocator, is_static, is_synchronized, shorty, isa));
  /art/compiler/utils/
assembler_thumb_test.cc 208 const bool is_synchronized = false; local
215 is_synchronized,
221 &allocator, is_static, is_synchronized, shorty, InstructionSet::kThumb2));
  /test/vts/utils/python/controllers/
attenuator.py 335 def is_synchronized(self): member in class:AttenuatorGroup
  /tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py 353 def is_synchronized(self): member in class:AttenuatorGroup
  /art/runtime/
art_method-inl.h 464 bool is_synchronized = IsSynchronized(); local
478 DCHECK_EQ(is_synchronized, IsSynchronized());
  /art/compiler/optimizing/
instruction_simplifier.cc 2416 bool is_synchronized = invoke->GetIntrinsic() == Intrinsics::kStringBufferToString; local
    [all...]

Completed in 370 milliseconds