Home
last modified time | relevance | path

Searched refs:kNone (Results 1 – 25 of 84) sorted by relevance

1234

/art/runtime/
Dexperimental_flags.h28 kNone = 0x0000, enumerator
33 constexpr ExperimentalFlags(decltype(kNone) t) // NOLINT [runtime/explicit] in ExperimentalFlags()
36 constexpr operator decltype(kNone)() const { in decltype()
37 return static_cast<decltype(kNone)>(value_); in decltype()
41 return value_ != kNone;
44 constexpr ExperimentalFlags operator|(const decltype(kNone)& b) const {
45 return static_cast<decltype(kNone)>(value_ | static_cast<uint32_t>(b));
48 return static_cast<decltype(kNone)>(value_ | b.value_);
52 return static_cast<decltype(kNone)>(value_ & b.value_);
54 constexpr ExperimentalFlags operator&(const decltype(kNone)& b) const { in decltype()
[all …]
Djdwp_provider.h27 kNone, enumerator
39 kUnsetDebuggable = kIsTargetBuild ? kDefaultJdwpProvider : kNone,
41 kUnsetNonDebuggable = kNone,
Ddex_register_location.h33 kNone = -1, // vreg has not been set. enumerator
44 static DexRegisterLocation None() { return DexRegisterLocation(Kind::kNone, 0); } in None()
47 bool IsLive() const { return kind_ != Kind::kNone; } in IsLive()
Dintrinsics_enum.h26 kNone, enumerator
Ddex_register_location.cc30 case Kind::kNone: in operator <<()
Dvar_handles.cc91 DCHECK_EQ(match_kind, mirror::VarHandle::MatchKind::kNone); in VarHandleInvokeAccessor()
Dhidden_api.cc60 case AccessMethod::kNone: in operator <<()
264 if (access_method == AccessMethod::kLinking || access_method == AccessMethod::kNone) { in LogAccessToEventLog()
459 if (access_method != AccessMethod::kNone) { in HandleCorePlatformApiViolation()
516 if (access_method != AccessMethod::kNone) { in ShouldDenyAccessToMemberImpl()
Dcheck_reference_map_visitor.h91 case DexRegisterLocation::Kind::kNone: in CheckOptimizedMethod()
/art/libartbase/arch/
Dinstruction_set.h29 kNone, enumerator
48 static constexpr InstructionSet kRuntimeISA = InstructionSet::kNone;
94 case InstructionSet::kNone: in GetInstructionSetPointerSize()
113 case InstructionSet::kNone: in GetInstructionSetInstructionAlignment()
128 case InstructionSet::kNone: in IsValidInstructionSet()
147 case InstructionSet::kNone: in Is64BitInstructionSet()
170 case InstructionSet::kNone: in GetBytesPerGprSpillLocation()
189 case InstructionSet::kNone: in GetBytesPerFprSpillLocation()
227 case InstructionSet::kNone: in GetStackOverflowReservedBytes()
Dinstruction_set.cc32 case InstructionSet::kNone: in InstructionSetAbort()
51 case InstructionSet::kNone: in GetInstructionSetString()
71 return InstructionSet::kNone; in GetInstructionSetFromString()
86 case InstructionSet::kNone: in GetInstructionSetAlignment()
Dinstruction_set_test.cc30 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("none")); in TEST()
31 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("random-string")); in TEST()
40 EXPECT_STREQ("none", GetInstructionSetString(InstructionSet::kNone)); in TEST()
/art/compiler/optimizing/
Doptimization.h102 kNone, enumerator
103 kLast = kNone
126 OptimizationPass depends_on = OptimizationPass::kNone) {
Dprepare_for_register_allocation.cc150 HInvokeStaticOrDirect::ClinitCheckRequirement::kNone); in VisitClinitCheck()
253 invoke->RemoveExplicitClinitCheck(HInvokeStaticOrDirect::ClinitCheckRequirement::kNone); in VisitInvokeStaticOrDirect()
/art/libprofile/profile/
Dprofile_compilation_info.h318 static const ProfileSampleAnnotation kNone; variable
339 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
350 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
364 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
376 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
453 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
461 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
471 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
491 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
538 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
/art/cmdline/
Dcmdline.h162 if (instruction_set_ == InstructionSet::kNone) { in Parse()
247 InstructionSet instruction_set_ = InstructionSet::kNone;
262 if (instruction_set_ == InstructionSet::kNone) { in ParseCheckBootImage()
297 if (GetInstructionSetFromString(parent_dir_name.c_str()) != InstructionSet::kNone) { in ParseCheckBootImage()
Dcmdline_parser_test.cc395 EXPECT_SINGLE_PARSE_VALUE(JdwpProvider::kNone, opt_args, M::JdwpProvider); in TEST_F()
509 EXPECT_SINGLE_PARSE_DEFAULT_VALUE(ExperimentalFlags::kNone, in TEST_F()
514 EXPECT_SINGLE_PARSE_VALUE(ExperimentalFlags::kNone, in TEST_F()
521 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kNone, "-Xverify:none", M::Verify); in TEST_F()
/art/runtime/verifier/
Dverifier_enums.h27 kNone, // Everything is assumed verified. enumerator
/art/compiler/driver/
Dcompiler_options.cc54 image_type_(ImageType::kNone), in CompilerOptions()
83 check_profiled_methods_(ProfileMethodsCheck::kNone), in CompilerOptions()
Dcompiler_options.h55 kNone, enumerator
80 kNone, // JIT or AOT app compilation producing only an oat file but no image. enumerator
/art/test/115-native-bridge/
Dnativebridge.cc252 kNone, enumerator
262 SignalHandlerTestStatus() : state_(TestStatus::kNone) { in SignalHandlerTestStatus()
270 Set(TestStatus::kNone); in Reset()
275 case TestStatus::kNone: in Set()
280 AssertState(TestStatus::kNone); in Set()
330 if (gSignalTestStatus.Get() != TestStatus::kNone) { in trampoline_Java_Main_testSignalHandlerNotReturn()
587 if (gSignalTestStatus.Get() == TestStatus::kNone) { in nb_signalhandler()
/art/runtime/gc/space/
Dimage_space_fs.h93 CHECK_NE(isa, InstructionSet::kNone); in PruneDalvikCache()
/art/compiler/debug/
Delf_debug_loc_writer.h45 case InstructionSet::kNone: in GetDwarfCoreReg()
62 case InstructionSet::kNone: in GetDwarfFpReg()
238 } else if (kind == Kind::kNone) { in WriteDebugLocEntry()
/art/tools/veridex/
Dflow_analysis.h40 kNone enumerator
48 RegisterValue() : source_(RegisterSource::kNone), in RegisterValue()
/art/runtime/jit/
Dprofile_saver_test.cc80 ASSERT_EQ(ProfileCompilationInfo::ProfileSampleAnnotation::kNone, in TEST_F()
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc42 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in CompileAll()

1234