Home
last modified time | relevance | path

Searched refs:IsAotMode (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.h185 bool IsAotMode() const { in IsAotMode() function
Dreg_type.cc696 if (!kIsTargetBuild && (verifier != nullptr && verifier->IsAotMode())) { in Merge()
Dmethod_verifier.cc1039 bool allow_runtime_only_instructions = !IsAotMode() || verify_to_dump_; in Verify()
3342 if (IsAotMode()) { in CodeFlowVerifyInstruction()
3636 if (IsAotMode()) { in ResolveClass()
4609 bool is_aot = IsAotMode(); in GetInstanceField()
4894 if (IsAotMode() || IsSdkVersionSetAndAtLeast(api_level_, SdkVersion::kS_V2)) { in PotentiallyMarkRuntimeThrow()