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,
60 new (arena) arm::ArmManagedRuntimeCallingConvention(is_static, is_synchronized, shorty));
66 is_static, is_synchronized, shorty));
72 is_static, is_synchronized, shorty));
78 is_static, is_synchronized, shorty));
83 new (arena) x86::X86ManagedRuntimeCallingConvention(is_static, is_synchronized, shorty));
89 is_static, is_synchronized, shorty));
151 bool is_synchronized,
161 is_synchronized,
169 is_synchronized,
    [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 81 bool is_synchronized,
85 is_synchronized
96 jni_end = is_synchronized
102 jni_end = is_synchronized
128 const bool is_synchronized = (access_flags & kAccSynchronized) != 0; local
169 CHECK(!is_synchronized)
188 is_synchronized,
196 &arena, is_static, is_synchronized, shorty, instruction_set));
201 if (reference_return && is_synchronized) {
205 } 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 281 bool is_synchronized,
285 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 222 bool is_synchronized,
226 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 194 bool is_synchronized,
198 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 157 bool is_synchronized,
161 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 195 bool is_synchronized,
199 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 177 bool is_synchronized,
181 is_synchronized,
  /art/compiler/jni/
jni_cfi_test.cc 60 const bool is_synchronized = false; local
69 is_synchronized,
74 ManagedRuntimeCallingConvention::Create(&arena, is_static, is_synchronized, shorty, isa));
  /art/runtime/
art_method-inl.h 422 bool is_synchronized = IsSynchronized(); local
434 DCHECK_EQ(is_synchronized, IsSynchronized());
  /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 335 def is_synchronized(self): member in class:AttenuatorGroup
  /art/compiler/optimizing/
instruction_simplifier.cc 2044 bool is_synchronized = invoke->GetIntrinsic() == Intrinsics::kStringBufferToString; local
    [all...]
  /art/compiler/utils/
assembler_thumb_test.cc 1647 const bool is_synchronized = false; local
    [all...]

Completed in 829 milliseconds