Searched refs:StoreGlobalICByName (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub.h | 29 static inline JSTaggedValue StoreGlobalICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
|
H A D | ic_runtime_stub-inl.h | 55 JSTaggedValue ICRuntimeStub::StoreGlobalICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, in StoreGlobalICByName() function in panda::ecmascript::ICRuntimeStub 59 INTERPRETER_TRACE(thread, StoreGlobalICByName); in StoreGlobalICByName()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_stub_test.cpp | 95 HWTEST_F_L0(ICRuntimeStubTest, StoreGlobalICByName) in HWTEST_F_L0() 113 ICRuntimeStub::StoreGlobalICByName(thread, *handleProfileTypeInfo, JSTaggedValue::Undefined(), in HWTEST_F_L0() 121 ICRuntimeStub::StoreGlobalICByName(thread, *handleProfileTypeInfo, globalValue.GetTaggedValue(), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 150 V(StoreGlobalICByName) \
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 2782 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, in RunInternal() 3113 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, in RunInternal() 6663 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, in RunInternal()
|
H A D | interpreter_assembly.cpp | 2413 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, 2699 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, 5567 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread,
|
Completed in 34 milliseconds