Searched refs:is_synchronized (Results 1 - 19 of 19) sorted by relevance

/art/compiler/jni/quick/
H A Dcalling_convention.cc52 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_nativ
49 Create( ArenaAllocator* allocator, bool is_static, bool is_synchronized, const char* shorty, InstructionSet instruction_set) argument
151 Create(ArenaAllocator* allocator, bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty, InstructionSet instruction_set) argument
[all...]
H A Dcalling_convention.h75 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),
74 CallingConvention(bool is_static, bool is_synchronized, const char* shorty, PointerSize frame_pointer_size) argument
264 ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty, PointerSize frame_pointer_size) argument
373 JniCallingConvention(bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty, PointerSize frame_pointer_size) argument
H A Djni_compiler.cc78 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) {
76 GetJniEntrypointThreadOffset(JniEntrypoint which, bool reference_return, bool is_synchronized, bool is_fast_native) argument
[all...]
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.h30 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) argument
32 is_synchronized,
56 bool is_synchronized,
H A Dcalling_convention_arm.cc257 bool is_synchronized,
261 is_synchronized,
256 ArmJniCallingConvention(bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty) argument
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.h30 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) argument
32 is_synchronized,
56 bool is_synchronized,
H A Dcalling_convention_arm64.cc246 bool is_synchronized,
250 is_synchronized,
245 Arm64JniCallingConvention(bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty) argument
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.h32 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) argument
34 is_synchronized,
58 bool is_synchronized,
H A Dcalling_convention_mips.cc195 bool is_synchronized,
199 is_synchronized,
194 MipsJniCallingConvention(bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty) argument
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.h32 Mips64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) argument
34 is_synchronized,
58 bool is_synchronized,
H A Dcalling_convention_mips64.cc158 bool is_synchronized,
162 is_synchronized,
157 Mips64JniCallingConvention(bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty) argument
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.h30 X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) argument
32 is_synchronized,
59 bool is_synchronized,
H A Dcalling_convention_x86.cc196 bool is_synchronized,
200 is_synchronized,
195 X86JniCallingConvention(bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty) argument
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.h28 X86_64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) argument
30 is_synchronized,
52 bool is_synchronized,
H A Dcalling_convention_x86_64.cc178 bool is_synchronized,
182 is_synchronized,
177 X86_64JniCallingConvention(bool is_static, bool is_synchronized, bool is_critical_native, const char* shorty) argument
/art/compiler/jni/
H A Djni_cfi_test.cc61 const bool is_synchronized = false; local
70 is_synchronized,
76 &allocator, is_static, is_synchronized, shorty, isa));
/art/compiler/utils/
H A Dassembler_thumb_test.cc208 const bool is_synchronized = false; local
215 is_synchronized,
221 &allocator, is_static, is_synchronized, shorty, InstructionSet::kThumb2));
/art/runtime/
H A Dart_method-inl.h464 bool is_synchronized = IsSynchronized(); local
478 DCHECK_EQ(is_synchronized, IsSynchronized());
/art/compiler/optimizing/
H A Dinstruction_simplifier.cc2416 bool is_synchronized = invoke->GetIntrinsic() == Intrinsics::kStringBufferToString; local
2418 if (!is_synchronized || DoesNotEscape(receiver, NoEscapeForStringBufferReference)) {

Completed in 100 milliseconds