| /art/libnativeloader/ |
| D | native_loader.cpp | 166 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in TryLoadNativeloaderExtraLib() local 215 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in InitializeNativeLoader() local 222 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in ResetNativeLoader() local 251 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in CreateClassLoaderNamespace() local 425 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in OpenNativeLibrary() local 560 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in FindNamespaceByClassLoader() local 569 std::lock_guard<std::mutex> guard(g_namespaces_mutex); in FindNativeLoaderNamespaceByClassLoader() local
|
| /art/libartpalette/system/ |
| D | palette_fake.cc | 38 std::lock_guard guard(g_tid_priority_map_mutex); in PaletteSchedSetPriority() local 45 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/libartservice/service/java/com/android/server/art/ |
| D | ArtdRefCache.java | 186 Cleanup(@NonNull ArtdRefCache refCache, @NonNull CloseGuard guard) { in Cleanup()
|
| /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 | 1424 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTestConstant() local 1500 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTest() local 1579 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionGeneric() local 1642 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateEqualLong() local 1676 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionLong() local 1749 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local 1792 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local 3176 ExactAssemblyScope guard(GetVIXLAssembler(), in VisitSelect() local 5561 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local 5580 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local [all …]
|
| D | fast_compiler_arm64.cc | 908 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleInvoke() local 1925 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in ProcessDexInstruction() local 1936 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in ProcessDexInstruction() local 2057 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in ProcessDexInstruction() local 2078 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in ProcessDexInstruction() local
|
| D | code_generator_arm64.cc | 2392 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() local 2448 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() local 2909 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local 2972 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local 3002 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayLength() local 3087 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 3136 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 3208 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 4872 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() local 4878 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 | 2436 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 | 355 MemMap guard = reservation.TakeReservedMemory(kGuardSize); in TEST_F() local
|
| /art/compiler/utils/arm/ |
| D | jni_macro_assembler_arm_vixl.cc | 820 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateJObject() local 830 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateJObject() local
|
| /art/runtime/base/ |
| D | mutex.cc | 1024 ConditionVariable::ConditionVariable(const char* name, Mutex& guard) in ConditionVariable()
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 3046 Guard guard(spaces); in LoadComponents() local
|