| /art/libnativeloader/ |
| D | native_loader.cpp | 131 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in TryLoadNativeloaderExtraLib() local 172 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in InitializeNativeLoader() local 179 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in ResetNativeLoader() local 190 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in CreateClassLoaderNamespace() local 256 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in OpenNativeLibrary() local 368 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in FindNamespaceByClassLoader() local 377 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in FindNativeLoaderNamespaceByClassLoader() local
|
| /art/libartpalette/system/ |
| D | palette_fake.cc | 39 std::lock_guard guard(g_tid_priority_map_mutex); in PaletteSchedSetPriority() local 46 std::lock_guard guard(g_tid_priority_map_mutex); in PaletteSchedGetPriority() local
|
| /art/test/904-object-allocation/ |
| D | tracking.cc | 94 std::lock_guard<std::mutex> guard(gEventsMutex); in ObjectAllocated() local 123 std::lock_guard<std::mutex> guard(gEventsMutex); in Java_art_Test904_getTrackingEventMessages() local
|
| /art/test/924-threads/ |
| D | threads.cc | 195 std::lock_guard<std::mutex> guard(gEventsMutex); in ThreadEvent() local 264 std::lock_guard<std::mutex> guard(gEventsMutex); in Java_art_Test924_getThreadEventMessages() local
|
| /art/disassembler/ |
| D | disassembler_arm64_test.cc | 64 vixl::ExactAssemblyScope guard(&masm, in ImplantInstruction() local
|
| /art/libartbase/base/ |
| D | logging.cc | 100 std::lock_guard<std::mutex> guard(*logging_lock_); in InitLogging() local
|
| /art/compiler/optimizing/ |
| D | code_generator_arm_vixl.cc | 1445 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTestConstant() local 1521 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTest() local 1600 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionGeneric() local 1663 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateEqualLong() local 1697 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionLong() local 1770 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local 1813 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local 3107 ExactAssemblyScope guard(GetVIXLAssembler(), in VisitSelect() local 5440 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local 5459 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local [all …]
|
| D | code_generator_arm64.cc | 2232 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() local 2296 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() local 2740 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local 2803 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local 2833 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayLength() local 2904 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 2941 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 3007 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 4602 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() local 4608 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() local [all …]
|
| D | induction_var_analysis.cc | 80 HBasicBlock* guard = loop->GetPreHeader(); in IsGuardedBy() local
|
| D | intrinsics_arm_vixl.cc | 2552 vixl::EmissionCheckScope guard(codegen_->GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitReferenceGetReferent() local
|
| /art/test/912-classes/ |
| D | classes.cc | 284 std::lock_guard<std::mutex> guard(gEventsMutex); in Java_art_Test912_getClassLoadMessages() local 313 std::lock_guard<std::mutex> guard(gEventsMutex); in ClassLoadCallback() local 336 std::lock_guard<std::mutex> guard(gEventsMutex); in ClassPrepareCallback() local
|
| /art/runtime/gc/collector/ |
| D | immune_spaces_test.cc | 340 MemMap guard = reservation.TakeReservedMemory(kGuardSize); in TEST_F() local
|
| /art/compiler/utils/arm/ |
| D | jni_macro_assembler_arm_vixl.cc | 829 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateJObject() local 839 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateJObject() local
|
| /art/runtime/base/ |
| D | mutex.cc | 1000 ConditionVariable::ConditionVariable(const char* name, Mutex& guard) in ConditionVariable()
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 3012 Guard guard(spaces); in LoadComponents() local
|