/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_lazy_test.cpp | 77 auto dateFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key.GetTaggedValue()); in HWTEST_F_L0() 101 auto setFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 125 auto mapFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 149 auto weakMapFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 173 auto weakSetFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 197 auto weakRefFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 220 auto function = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 243 auto function = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 266 auto function = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0() 289 auto function = FastRuntimeStub::GetGlobalOwnProperty(threa in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | fast_runtime_stub.h | 38 static inline JSTaggedValue GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key);
|
H A D | fast_runtime_stub-inl.h | 215 JSTaggedValue FastRuntimeStub::GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) in GetGlobalOwnProperty() function in panda::ecmascript::FastRuntimeStub
|
H A D | interpreter-inl.cpp | 2712 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() 2753 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() 2804 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() 2915 JSTaggedValue result = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() 6685 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2374 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); 2434 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); 2560 JSTaggedValue result = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); 5588 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); 5637 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.cpp | 411 result = GetGlobalOwnProperty(glue, globalObject, propKey, callback); in TryLoadGlobalByName() 460 result = GetGlobalOwnProperty(glue, globalObject, propKey, callback); in TryStoreGlobalByName() 512 result = GetGlobalOwnProperty(glue, globalObject, propKey, callback); in LoadGlobalVar()
|
H A D | stub_builder.h | 838 GateRef GetGlobalOwnProperty(GateRef glue, GateRef receiver, GateRef key, ProfileOperation callback);
|
H A D | stub_builder.cpp | 7748 GateRef StubBuilder::GetGlobalOwnProperty(GateRef glue, GateRef receiver, GateRef key, ProfileOperation callback) in GetGlobalOwnProperty() function in panda::ecmascript::kungfu::StubBuilder
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 392 JSTaggedValue globalVar = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in GetGlobalValue() 417 JSTaggedValue globalVar = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in SetGlobalValue()
|