Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp118 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName() function in panda::ecmascript::kungfu::ICStubBuilder
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h185 ARK_NOINLINE JSTaggedValue ICRuntimeStub::StoreICByName(JSThread *thread, ProfileTypeInfo *profileT… in StoreICByName() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1051 DEF_RUNTIME_STUBS(StoreICByName) in DEF_RUNTIME_STUBS() argument