Home
last modified time | relevance | path

Searched refs:LoadICByValue (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.h50 void LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
H A Daccess_object_stub_builder.cpp244 builder.LoadICByValue(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadObjByValue()
257 result = CallRuntime(glue, RTSTUB_ID(LoadICByValue), {profileTypeInfo, receiver, key, IntToTaggedInt(slotId)}); in LoadObjByValue()
285 result = CallRuntime(glue, RTSTUB_ID(LoadICByValue), in DeprecatedLoadObjByValue()
H A Dic_stub_builder.cpp186 void ICStubBuilder::LoadICByValue( in LoadICByValue() function in panda::ecmascript::kungfu::ICStubBuilder
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub.h65 static inline JSTaggedValue LoadICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
H A Dic_runtime_stub-inl.h148 ARK_NOINLINE JSTaggedValue ICRuntimeStub::LoadICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, in LoadICByValue() function in panda::ecmascript::ICRuntimeStub
151 INTERPRETER_TRACE(thread, LoadICByValue); in LoadICByValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h293 V(LoadICByValue) \
H A Druntime_stubs.cpp1225 DEF_RUNTIME_STUBS(LoadICByValue) in DEF_RUNTIME_STUBS()
1227 RUNTIME_STUBS_HEADER(LoadICByValue); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp197 ICRuntimeStub::LoadICByValue(thread, *handleProfileTypeInfo, handleTypeArrReceiver.GetTaggedValue(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h142 V(LoadICByValue) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp5430 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal()
5485 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal()
6940 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal()
6993 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal()
H A Dinterpreter_assembly.cpp5824 res = ICRuntimeStub::LoadICByValue(thread,
5880 res = ICRuntimeStub::LoadICByValue(thread,
6280 res = ICRuntimeStub::LoadICByValue(thread,
6334 res = ICRuntimeStub::LoadICByValue(thread,

Completed in 53 milliseconds