Home
last modified time | relevance | path

Searched defs:iframe (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Ddeoptimization.cpp136 Frame *lastIframe, Frame *iframe, CFrame &cframe) in InvalidateCompiledEntryPoint()
214 Frame *iframe = stack->ConvertToIFrame(&prevFrameKind, &numInlinedMethods); in InvalidateCompiledEntryPoint() local
Dosr.cpp113 static int64_t GetValueFromVregAcc(const Frame *iframe, LanguageContext &ctx, VRegInfo &vreg) in GetValueFromVregAcc()
132 extern "C" void *PrepareOsrEntry(const Frame *iframe, uintptr_t bcOffset, const void *osrCode, void… in PrepareOsrEntry()
Dstack_walker.cpp597 auto iframe = static_cast<Frame *>(prevFrame); in ConvertToIFrame() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h279 …virtual uint64_t GetOsrEnv([[maybe_unused]] const Frame *iframe, [[maybe_unused]] compiler::VRegIn… in GetOsrEnv()
649 uint64_t GetOsrEnv(const Frame *iframe, compiler::VRegInfo vregInfo) const in GetOsrEnv()