Home
last modified time | relevance | path

Searched defs:exec_ctx (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp63 auto &exec_ctx = verifCtx.ExecCtx(); in PrepareVerificationContext() local
114 VerificationStatus VerifyEntryPoints(VerificationContext &verifCtx, ExecContext &exec_ctx) in VerifyEntryPoints()
151 auto &exec_ctx = verifCtx.ExecCtx(); in ComputeRegContext() local
209 auto &exec_ctx = verifCtx.ExecCtx(); in ComputeRegContext() local
253 auto &exec_ctx = verifCtx.ExecCtx(); in VerifyMethod() local
Dabs_int_inl.cpp209 ExecContext &exec_ctx = ExecCtx(); in Sync() local
/arkcompiler/runtime_core/verification/absint/tests/
Dexec_context_test.cpp62 ExecContext exec_ctx {&instructions[0], &instructions[127]}; in TEST_F() local