Home
last modified time | relevance | path

Searched refs:GetEcmaModule (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.h66 static JSTaggedValue GetEcmaModule(JSTaggedType *sp);
Dinterpreter-inl.cpp4610 GetEcmaModule(sp)).GetTaggedObject()); in RunInternal()
4623 GetEcmaModule(sp)).GetTaggedObject()); in RunInternal()
4648GetEcmaModule(sp)).GetTaggedObject()); in RunInternal()
4662GetEcmaModule(sp)).GetTaggedObject()); in RunInternal()
4997 …SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv, GetEcmaModule(sp)); in RunInternal()
5019 …SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv, GetEcmaModule(sp)); in RunInternal()
5040 … methodId, literaId, GetEcmaModule(sp), JSTaggedValue(length)); in RunInternal()
5062 … methodId, literaId, GetEcmaModule(sp), JSTaggedValue(length)); in RunInternal()
5084 methodId, methodId + 1, GetEcmaModule(sp), in RunInternal()
7462 JSTaggedValue module = GetEcmaModule(sp); in RunInternal()
[all …]