Home
last modified time | relevance | path

Searched refs:kNone (Results 51 – 75 of 84) sorted by relevance

1234

/art/libprofile/profile/
Dprofile_compilation_info_test.cc76 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddMethod()
86 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddMethod()
96 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddClass()
109 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()
Dprofile_compilation_info.cc75 ProfileCompilationInfo::ProfileSampleAnnotation::kNone = member in art::ProfileCompilationInfo::ProfileSampleAnnotation
165 return annotation == ProfileSampleAnnotation::kNone in GetProfileDexFileAugmentedKey()
204 ? ProfileSampleAnnotation::kNone in GetAnnotationFromKey()
683 if (annotation == ProfileSampleAnnotation::kNone) { in FindDexDataUsingAnnotations()
/art/openjdkjvmti/
Devents.cc1130 kNone, enumerator
1182 return DeoptRequirement::kNone; in GetDeoptRequirement()
1189 if (deopt_req != DeoptRequirement::kNone) { in HandleEventDeopt()
/art/compiler/optimizing/
Dcode_generator.cc1329 stack_map_stream->AddDexRegisterEntry(DexRegisterLocation::Kind::kNone, 0); in RecordCatchBlockInfo()
1371 stack_map_stream->AddDexRegisterEntry(DexRegisterLocation::Kind::kNone, 0); in EmitVRegInfo()
1503 stack_map_stream->AddDexRegisterEntry(Kind::kNone, 0); in EmitVRegInfo()
Dnodes.cc2943 case HInvokeStaticOrDirect::ClinitCheckRequirement::kNone: in operator <<()
3116 case Intrinsics::kNone: in INTRINSICS_LIST()
3132 case Intrinsics::kNone: in GetSideEffectsIntrinsic()
3148 case Intrinsics::kNone: in GetExceptionsIntrinsic()
Dregister_allocation_resolver.cc354 DCHECK(use.GetUser()->AsInvoke()->GetIntrinsic() != Intrinsics::kNone); in ConnectSiblings()
Dinliner.cc173 if (call != nullptr && call->GetIntrinsic() == Intrinsics::kNone) { in Run()
1333 DCHECK_NE(new_invoke->GetIntrinsic(), Intrinsics::kNone); in TryInlineAndReplace()
Dnodes_vector.h1401 kNone, // No active elements were TRUE. enumerator
Dloop_optimization.cc491 : InstructionSet::kNone, in HLoopOptimization()
1280 uint64_t restrictions = kNone; in VectorizeDef()
Doptimizing_compiler.cc326 pass_changes[static_cast<size_t>(OptimizationPass::kNone)] = true; in RunOptimizations()
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc624 case Intrinsics::kNone: in MterpHandleIntrinsic()
/art/runtime/mirror/
Dvar_handle.cc1440 return MatchKind::kNone; in GetMethodTypeMatchForAccessMode()
1454 return MatchKind::kNone; in GetMethodTypeMatchForAccessMode()
1464 return MatchKind::kNone; in GetMethodTypeMatchForAccessMode()
/art/tools/veridex/
Dflow_analysis.cc120 RegisterValue(RegisterSource::kNone, DexFileReference(nullptr, 0), cls); in UpdateRegister()
/art/runtime/
Druntime.h693 return (experimental_flags_ & flags) != ExperimentalFlags::kNone; in AreExperimentalFlagsEnabled()
Dsubtype_check_test.cc527 kNone, enumerator
Dhidden_api_test.cc101 /* access_method= */ hiddenapi::AccessMethod::kNone); in ShouldDenyAccess()
/art/runtime/jit/
Dprofile_saver.cc988 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()
Djit.cc530 if (location == DexRegisterLocation::Kind::kNone) { in PrepareForOsr()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc669 if (isa == InstructionSet::kNone) { in VMRuntime_isBootClassPathOnDisk()
Djava_lang_Class.cc161 member, access_context, hiddenapi::AccessMethod::kNone); in IsDiscoverable()
/art/libelffile/elf/
Delf_builder.h827 case InstructionSet::kNone: { in MakeElfHeader()
/art/dex2oat/
Dverifier_deps_test.cc82 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in SetupCompilerDriver()
Ddex2oat.cc922 DCHECK(compiler_options_->image_type_ == CompilerOptions::ImageType::kNone); in ProcessOptions()
1746 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in Setup()
/art/profman/
Dprofman.cc1060 ? ProfileSampleAnnotation::kNone in ProcessLine()
/art/dex2oat/driver/
Dcompiler_driver.cc600 if (UNLIKELY(check_type != ProfileMethodsCheck::kNone)) { in CompileMethodQuick()
610 case ProfileMethodsCheck::kNone: in CompileMethodQuick()

1234