Searched refs:GetEcmaModule (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.h | 66 static JSTaggedValue GetEcmaModule(JSTaggedType *sp);
|
| D | interpreter-inl.cpp | 4610 GetEcmaModule(sp)).GetTaggedObject()); in RunInternal() 4623 GetEcmaModule(sp)).GetTaggedObject()); in RunInternal() 4648 … GetEcmaModule(sp)).GetTaggedObject()); in RunInternal() 4662 … GetEcmaModule(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 …]
|