Home
last modified time | relevance | path

Searched refs:isLoadedAOT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.h42 bool isLoadedAOT = false,
49 bool isLoadedAOT = false, JSHandle<AOTLiteralInfo> entryIndexes = JSHandle<AOTLiteralInfo>(),
54 bool isLoadedAOT = false, JSHandle<AOTLiteralInfo> entryIndexes = JSHandle<AOTLiteralInfo>(),
66 bool isLoadedAOT = false, uint32_t entryIndex = 0,
78 const CString &entryPoint = "", bool isLoadedAOT = false, uint32_t entryIndex = 0,
H A Dliteral_data_extractor.cpp247 bool isLoadedAOT, uint32_t entryIndex, in DefineFunctionTemplate()
264 JSHandle<Method> method = factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT); in DefineFunctionTemplate()
325 bool isLoadedAOT, uint32_t entryIndex, in DefineMethodInLiteral()
343 factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT, &canFastCall); in DefineMethodInLiteral()
406 bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) in ExtractObjectDatas()
421 &methodId, &kind, &constpool, &entry, &isLoadedAOT](const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas()
477 bool needSetAotFlag = (isLoadedAOT && (epos % pairSize == 0) && !flag); in ExtractObjectDatas()
518 const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass()
533 thread, jsPandaFile, id, constpool, entryPoint, isLoadedAOT, entryIndexes, newKind, sendableEnv, classKind); in GetDatasIgnoreTypeForClass()
538 const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
241 DefineFunctionTemplate(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineFunctionTemplate() argument
321 DefineMethodInLiteral(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineMethodInLiteral() argument
402 ExtractObjectDatas(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSMutableHandle<TaggedArray> elements, JSMutableHandle<TaggedArray> properties, JSHandle<ConstantPool> constpool, const CString &entry, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) ExtractObjectDatas() argument
516 GetDatasIgnoreTypeForClass(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreTypeForClass() argument
536 GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreType() argument
[all...]
H A Dprogram_object.h120 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateUnSharedConstPool() local
121 if (isLoadedAOT) { in CreateUnSharedConstPool()
152 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateUnSharedConstPoolBySharedConstpool() local
153 if (isLoadedAOT) { in CreateUnSharedConstPoolBySharedConstpool()
484 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetMethodFromCache() local
524 jsPandaFile, methodLiteral, constpoolHandle, entryIndex, isLoadedAOT && hasEntryIndex); in GetMethodFromCache()
554 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetLiteralFromCache() local
556 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetLiteralFromCache()
566 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache()
650 bool isLoadedAOT in GetLiteralFromCache() local
[all...]
H A Dprogram_object.cpp30 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetClassLiteralFromCache() local
32 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetClassLiteralFromCache()
42 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetClassLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_test.cpp280 bool isLoadedAOT = pf->IsLoadedAOT(); in HWTEST_F_L0() local
281 EXPECT_EQ(isLoadedAOT, false); in HWTEST_F_L0()
284 isLoadedAOT = pf->IsLoadedAOT(); in HWTEST_F_L0()
285 EXPECT_EQ(isLoadedAOT, true); in HWTEST_F_L0()

Completed in 8 milliseconds