Home
last modified time | relevance | path

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

123

/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 …]
Dhidden_api.cc46 case kNone: in operator <<()
147 case kNone: in GetEnumValueForLog()
161 if (access_method == kLinking || access_method == kNone) { in LogAccessToEventLog()
229 if (access_method != kNone) { in GetMemberActionImpl()
254 if (access_method != kNone) { in GetMemberActionImpl()
Djdwp_provider.h28 kNone, enumerator
Dintrinsics_enum.h26 kNone, enumerator
Dcheck_reference_map_visitor.h82 case DexRegisterLocation::Kind::kNone: in CheckOptimizedMethod()
Dstack_map.h102 kNone = static_cast<uint8_t>(-1), enumerator
125 case Kind::kNone: in IsShortLocationKind()
150 case Kind::kNone: in ConvertToSurfaceKind()
157 DexRegisterLocation() : kind_(Kind::kNone), value_(0) {} in DexRegisterLocation()
162 return DexRegisterLocation(Kind::kNone, 0); in None()
266 return DexRegisterLocation::Kind::kNone; in GetLocationInternalKind()
327 case DexRegisterLocation::Kind::kNone: in ComputeCompressedKind()
351 case DexRegisterLocation::Kind::kNone: in CanBeEncodedAsShortLocation()
419 DCHECK_NE(kind, static_cast<uint8_t>(DexRegisterLocation::Kind::kNone)); in ExtractKindFromShortLocation()
Druntime_options.def47 RUNTIME_OPTIONS_KEY (JdwpProvider, JdwpProvider, JdwpProvider::kNone)
128 RUNTIME_OPTIONS_KEY (ExperimentalFlags, Experimental, ExperimentalFlags::kNone) // -Xexperime…
Doat_file_assistant.h509 const InstructionSet isa_ = InstructionSet::kNone;
Dhidden_api.h56 kNone, // internal test that does not correspond to an actual access by app enumerator
/art/runtime/arch/
Dinstruction_set.cc36 case InstructionSet::kNone: in InstructionSetAbort()
59 case InstructionSet::kNone: in GetInstructionSetString()
83 return InstructionSet::kNone; in GetInstructionSetFromString()
106 return InstructionSet::kNone; in GetInstructionSetFromELF()
125 case InstructionSet::kNone: in GetInstructionSetAlignment()
193 case InstructionSet::kNone: in GetStackOverflowReservedBytes()
Dinstruction_set.h29 kNone, enumerator
54 static constexpr InstructionSet kRuntimeISA = InstructionSet::kNone;
114 case InstructionSet::kNone: in GetInstructionSetPointerSize()
137 case InstructionSet::kNone: in GetInstructionSetInstructionAlignment()
154 case InstructionSet::kNone: in IsValidInstructionSet()
175 case InstructionSet::kNone: in Is64BitInstructionSet()
202 case InstructionSet::kNone: in GetBytesPerGprSpillLocation()
225 case InstructionSet::kNone: in GetBytesPerFprSpillLocation()
Dinstruction_set_test.cc32 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("none")); in TEST()
33 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("random-string")); in TEST()
44 EXPECT_STREQ("none", GetInstructionSetString(InstructionSet::kNone)); in TEST()
Dinstruction_set_features.cc50 case InstructionSet::kNone: in FromVariant()
81 case InstructionSet::kNone: in FromBitmap()
106 case InstructionSet::kNone: in FromCppDefines()
130 case InstructionSet::kNone: in FromCpuInfo()
153 case InstructionSet::kNone: in FromHwcap()
176 case InstructionSet::kNone: in FromAssembly()
/art/compiler/optimizing/
Dintrinsics.cc46 case Intrinsics::kNone: in INTRINSICS_LIST()
62 case Intrinsics::kNone: in NeedsEnvironmentOrCache()
78 case Intrinsics::kNone: in GetSideEffects()
94 case Intrinsics::kNone: in GetExceptions()
204 case Intrinsics::kNone: in operator <<()
Dprepare_for_register_allocation.cc122 HInvokeStaticOrDirect::ClinitCheckRequirement::kNone); in VisitClinitCheck()
223 invoke->RemoveExplicitClinitCheck(HInvokeStaticOrDirect::ClinitCheckRequirement::kNone); in VisitInvokeStaticOrDirect()
Dintrinsics.h67 case Intrinsics::kNone: in Dispatch()
328 if (invoke->GetIntrinsic() != Intrinsics::kNone) { in IsCallFreeIntrinsic()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h85 case InstructionSet::kNone: in GetCalleeSaveFrameSize()
109 case InstructionSet::kNone: in GetConstExprPointerSize()
/art/cmdline/
Dcmdline.h152 if (instruction_set_ == InstructionSet::kNone) { in Parse()
223 InstructionSet instruction_set_ = InstructionSet::kNone;
236 if (instruction_set_ == InstructionSet::kNone) { in ParseCheckBootImage()
267 if (GetInstructionSetFromString(parent_dir_name.c_str()) != InstructionSet::kNone) { in ParseCheckBootImage()
Dcmdline_parser_test.cc374 EXPECT_SINGLE_PARSE_DEFAULT_VALUE(JdwpProvider::kNone, "", M::JdwpProvider); in TEST_F()
390 EXPECT_SINGLE_PARSE_VALUE(JdwpProvider::kNone, opt_args, M::JdwpProvider); in TEST_F()
504 EXPECT_SINGLE_PARSE_DEFAULT_VALUE(ExperimentalFlags::kNone, in TEST_F()
509 EXPECT_SINGLE_PARSE_VALUE(ExperimentalFlags::kNone, in TEST_F()
516 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kNone, "-Xverify:none", M::Verify); in TEST_F()
/art/test/115-native-bridge/
Dnativebridge.cc251 kNone, enumerator
261 SignalHandlerTestStatus() : state_(TestStatus::kNone) { in SignalHandlerTestStatus()
269 Set(TestStatus::kNone); in Reset()
274 case TestStatus::kNone: in Set()
279 AssertState(TestStatus::kNone); in Set()
329 if (gSignalTestStatus.Get() != TestStatus::kNone) { in trampoline_Java_Main_testSignalHandlerNotReturn()
586 if (gSignalTestStatus.Get() == TestStatus::kNone) { in nb_signalhandler()
/art/runtime/verifier/
Dverifier_enums.h27 kNone, // Everything is assumed verified. enumerator
/art/compiler/driver/
Dcompiled_method_storage_test.cc34 /* instruction_set_ */ InstructionSet::kNone, in TEST()
91 &driver, InstructionSet::kNone, c, 0u, 0u, 0u, s, v, f, p)); in TEST()
/art/tools/veridex/
Dflow_analysis.h39 kNone enumerator
47 RegisterValue() : source_(RegisterSource::kNone), in RegisterValue()
/art/compiler/debug/
Delf_debug_loc_writer.h49 case InstructionSet::kNone: in GetDwarfCoreReg()
70 case InstructionSet::kNone: in GetDwarfFpReg()
249 } else if (kind == Kind::kNone) { in WriteDebugLocEntry()
/art/runtime/gc/space/
Dimage_space_fs.h92 CHECK_NE(isa, InstructionSet::kNone); in PruneDalvikCache()

123