Searched refs:TryStGlobalByName (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 63 V(TryStGlobalByName) \
|
H A D | call_signature.h | 396 V(TryStGlobalByName) \
|
H A D | call_signature.cpp | 461 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 D | slowpath_lowering.cpp | 2351 LowerCallStubWithIC(gate, CommonStubCSigns::TryStGlobalByName, { stringId, value }); in LowerTryStGlobalByName()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 141 static JSTaggedValue TryStGlobalByName(JSThread *thread, JSTaggedValue prop);
|
H A D | slow_runtime_stub.cpp | 861 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 D | runtime_call_id.h | 197 V(TryStGlobalByName) \
|
Completed in 21 milliseconds