Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
Dabsint.cpp71 auto &execCtx = verifCtx.ExecCtx(); in PrepareVerificationContext() local
128 VerificationStatus VerifyEntryPoints(VerificationContext &verifCtx, ExecContext &execCtx) in VerifyEntryPoints()
165 auto &execCtx = verifCtx.ExecCtx(); in ComputeRegContext() local
213 auto &execCtx = verifCtx->ExecCtx(); in VerifyExcHandler() local
259 auto &execCtx = verifCtx.ExecCtx(); in VerifyMethod() local
Dabs_int_inl.cpp164 ExecContext &execCtx = ExecCtx(); in Sync() local
/arkcompiler/runtime_core/static_core/verification/absint/tests/
Dexec_context_test.cpp35 void ProcessAbsIntExecContext(ExecContext &execCtx, std::array<const uint8_t *, 6> &cp, RegContext … in ProcessAbsIntExecContext()
110 ExecContext execCtx {&instructions[0], &instructions[127U], &typeSystem}; in TEST_F() local