Home
last modified time | relevance | path

Searched refs:StGlobalRecord (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_test.cpp183 SlowRuntimeStub::StGlobalRecord(thread, handleKeyWithString.GetTaggedValue(), in HWTEST_F_L0()
H A Dic_runtime_stub_test.cpp87 SlowRuntimeStub::StGlobalRecord(thread, propKey.GetTaggedValue(), handleValue.GetTaggedValue(), false); in HWTEST_F_L0()
119 SlowRuntimeStub::StGlobalRecord(thread, propKey.GetTaggedValue(), handleBoxValue.GetTaggedValue(), false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h244 V(StGlobalRecord) \
H A Druntime_stubs.cpp1400 DEF_RUNTIME_STUBS(StGlobalRecord) in DEF_RUNTIME_STUBS()
1402 RUNTIME_STUBS_HEADER(StGlobalRecord); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h144 static JSTaggedValue StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst);
H A Dslow_runtime_stub.cpp905 JSTaggedValue SlowRuntimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord() function in panda::ecmascript::SlowRuntimeStub
907 INTERPRETER_TRACE(thread, StGlobalRecord); in StGlobalRecord()
H A Dinterpreter-inl.cpp6230 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); in RunInternal()
6246 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); in RunInternal()
6262 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in RunInternal()
6278 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in RunInternal()
6294 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in RunInternal()
H A Dinterpreter_assembly.cpp4060 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false);
4080 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false);
4100 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true);
5180 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true);
5201 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h202 V(StGlobalRecord) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp351 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit()
3092 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit()
5306 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit()
5323 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit()
5340 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp3841 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in DECLARE_ASM_HANDLER()
3852 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in DECLARE_ASM_HANDLER()
3863 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in DECLARE_ASM_HANDLER()
3874 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in DECLARE_ASM_HANDLER()
3885 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp2365 const int id = RTSTUB_ID(StGlobalRecord); in LowerStConstToGlobalRecord()

Completed in 114 milliseconds