Home
last modified time | relevance | path

Searched defs:guard (Results 1 – 14 of 14) sorted by relevance

/art/libnativeloader/
Dnative_loader.cpp131 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/
Dpalette_fake.cc37 std::lock_guard guard(g_tid_priority_map_mutex); in PaletteSchedSetPriority() local
44 std::lock_guard guard(g_tid_priority_map_mutex); in PaletteSchedGetPriority() local
/art/test/904-object-allocation/
Dtracking.cc94 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/
Dthreads.cc195 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/compiler/optimizing/
Dcode_generator_arm_vixl.cc1400 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTestConstant() local
1476 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTest() local
1555 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionGeneric() local
1618 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateEqualLong() local
1652 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionLong() local
1725 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local
1768 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local
2955 ExactAssemblyScope guard(GetVIXLAssembler(), in VisitSelect() local
5287 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local
5306 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local
[all …]
Dcode_generator_arm64.cc2060 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() local
2122 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() local
2562 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local
2625 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local
2655 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayLength() local
2725 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local
2762 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local
2824 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local
4417 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() local
4423 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() local
[all …]
Dinduction_var_analysis.cc112 HBasicBlock* guard = loop->GetPreHeader(); in IsGuardedBy() local
Dintrinsics_arm_vixl.cc2552 vixl::EmissionCheckScope guard(codegen_->GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitReferenceGetReferent() local
/art/libartbase/base/
Dlogging.cc100 std::lock_guard<std::mutex> guard(*logging_lock_); in InitLogging() local
/art/test/912-classes/
Dclasses.cc284 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/
Dimmune_spaces_test.cc339 MemMap guard = reservation.TakeReservedMemory(kGuardSize); in TEST_F() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc871 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateJObject() local
878 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateJObject() local
906 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateJObject() local
/art/runtime/base/
Dmutex.cc988 ConditionVariable::ConditionVariable(const char* name, Mutex& guard) in ConditionVariable()
/art/runtime/gc/space/
Dimage_space.cc2971 Guard guard(spaces); in LoadComponents() local