Searched defs:needSetAotFlag (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | program_object.cpp | 42 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetClassLiteralFromCache() local
|
| H A D | program_object.h | 566 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | shared_object_factory.cpp | 182 NewSMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewSMethod() argument
|
| H A D | object_factory.cpp | 2035 NewMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewMethod() argument
|
Completed in 14 milliseconds