Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.h215 bool IsAotMode() const { in IsAotMode() function
H A Dmethod_verifier.cc1072 bool allow_runtime_only_instructions = !IsAotMode() || verify_to_dump_; in Verify()
1601 RegisterTrackingMode base_mode = IsAotMode() in VerifyCodeFlow()
3421 if (IsAotMode()) { in CodeFlowVerifyInstruction()
3783 if (!IsAotMode() && common_super == nullptr) { in HandleMoveException()
4693 bool is_aot = IsAotMode(); in GetInstanceField()
5465 if (!IsAotMode()) { in Fail()
5496 if (!IsAotMode()) { in Fail()
H A Dreg_type.cc890 if (!kIsTargetBuild && (verifier != nullptr && verifier->IsAotMode())) { in Merge()