Searched defs:iframe (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | deoptimization.cpp | 136 Frame *lastIframe, Frame *iframe, CFrame &cframe) in InvalidateCompiledEntryPoint() 214 Frame *iframe = stack->ConvertToIFrame(&prevFrameKind, &numInlinedMethods); in InvalidateCompiledEntryPoint() local
|
| D | osr.cpp | 113 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()
|
| D | stack_walker.cpp | 597 auto iframe = static_cast<Frame *>(prevFrame); in ConvertToIFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | language_context.h | 279 …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()
|