Home
last modified time | relevance | path

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

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