Home
last modified time | relevance | path

Searched defs:FindElementWithCache (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h97 inline int LayoutInfo::FindElementWithCache(JSThread *thread, JSHClass *cls, JSTaggedValue key, in FindElementWithCache() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp94 HWTEST_F_L0(LayoutInfoTest, FindElementWithCache) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1398 DEF_CALL_SIGNATURE(FindElementWithCache) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp104 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1943 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache() function in panda::ecmascript::RuntimeStubs