Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h63 V(TryStGlobalByName) \
H A Dcall_signature.h396 V(TryStGlobalByName) \
H A Dcall_signature.cpp461 DEF_CALL_SIGNATURE(TryStGlobalByName) in DEF_CALL_SIGNATURE()
464 CallSignature signature("TryStGlobalByName", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()); in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp2351 LowerCallStubWithIC(gate, CommonStubCSigns::TryStGlobalByName, { stringId, value }); in LowerTryStGlobalByName()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h141 static JSTaggedValue TryStGlobalByName(JSThread *thread, JSTaggedValue prop);
H A Dslow_runtime_stub.cpp861 JSTaggedValue SlowRuntimeStub::TryStGlobalByName(JSThread *thread, JSTaggedValue prop) in TryStGlobalByName() function in panda::ecmascript::SlowRuntimeStub
863 INTERPRETER_TRACE(thread, TryStGlobalByName); in TryStGlobalByName()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h197 V(TryStGlobalByName) \

Completed in 21 milliseconds