/art/test/904-object-allocation/ |
D | tracking.cc | 60 std::lock_guard<std::mutex> guard(gEventsMutex); in ObjectAllocated() local 88 std::lock_guard<std::mutex> guard(gEventsMutex); in Java_art_Test904_getTrackingEventMessages() local
|
/art/ |
D | CPPLINT.cfg | 20 # Use 'ART_' as the cpp header guard prefix (e.g. #ifndef ART_PATH_TO_FILE_H_).
|
/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/compiler/optimizing/ |
D | induction_var_analysis.cc | 112 HBasicBlock* guard = loop->GetPreHeader(); in IsGuardedBy() local 114 while (guard->GetPredecessors().size() == 1 && in IsGuardedBy() 115 guard->GetSuccessors().size() == 1) { in IsGuardedBy() 116 entry = guard; in IsGuardedBy() 117 guard = guard->GetSinglePredecessor(); in IsGuardedBy() 120 HInstruction* control = guard->GetLastInstruction(); in IsGuardedBy()
|
D | code_generator_arm64.cc | 2292 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() local 2347 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() local 2775 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local 2838 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() local 2868 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayLength() local 2940 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 2979 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 2999 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 3050 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() local 4352 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() local [all …]
|
D | code_generator_arm_vixl.cc | 1871 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTestConstant() local 1947 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateLongTest() local 2026 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionGeneric() local 2089 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateEqualLong() local 2123 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionLong() local 2196 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local 2239 ExactAssemblyScope guard(codegen->GetVIXLAssembler(), in GenerateConditionIntegralOrNonPrimitive() local 3129 ExactAssemblyScope guard(GetVIXLAssembler(), in VisitSelect() local 4982 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local 5001 ExactAssemblyScope guard(GetVIXLAssembler(), in HandleShift() local [all …]
|
D | nodes.h | 3212 HInstruction* guard, in HDeoptimize() argument 3225 SetRawInputAt(1, guard); in HDeoptimize()
|
D | intrinsics_arm64.cc | 126 vixl::EmissionCheckScope guard(codegen->GetVIXLAssembler(), kInvokeCodeMarginSizeInBytes); in EmitNativeCode() 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/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 497 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateHandleScopeEntry() local 504 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateHandleScopeEntry() local 535 ExactAssemblyScope guard(asm_.GetVIXLAssembler(), in CreateHandleScopeEntry() local
|
/art/runtime/base/ |
D | mutex.cc | 856 ConditionVariable::ConditionVariable(const char* name, Mutex& guard) in ConditionVariable() argument 857 : name_(name), guard_(guard) { in ConditionVariable()
|