Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h292 V(VerifyVTableLoading) \
Druntime_stubs.cpp1918 DEF_RUNTIME_STUBS(VerifyVTableLoading) in DEF_RUNTIME_STUBS() argument
1920 RUNTIME_STUBS_HEADER(VerifyVTableLoading); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp714 …int stubId = mode == AccessMode::LOAD ? RTSTUB_ID(VerifyVTableLoading) : RTSTUB_ID(VerifyVTableSto… in BuildNamedPropertyAccessVerifier()