Home
last modified time | relevance | path

Searched refs:TryStGlobalByName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h63 V(TryStGlobalByName) \
Dcall_signature.h354 V(TryStGlobalByName) \
Dcall_signature.cpp389 DEF_CALL_SIGNATURE(TryStGlobalByName) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp2008 LowerCallStubWithIC(gate, CommonStubCSigns::TryStGlobalByName, { stringId, value }); in LowerTryStGlobalByName()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h137 static JSTaggedValue TryStGlobalByName(JSThread *thread, JSTaggedValue prop);
Dslow_runtime_stub.cpp876 JSTaggedValue SlowRuntimeStub::TryStGlobalByName(JSThread *thread, JSTaggedValue prop) in TryStGlobalByName() function in panda::ecmascript::SlowRuntimeStub
878 INTERPRETER_TRACE(thread, TryStGlobalByName); in TryStGlobalByName()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h184 V(TryStGlobalByName) \