Home
last modified time | relevance | path

Searched defs:entryIndex (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.cpp56 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h115 GateRef entryIndex = EntryToIndex(linkedTable, entry); in GetNextEntry() local
121 GateRef entryIndex = EntryToIndex(linkedTable, entry); in SetNextEntry() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp272 … bool isLoadedAOT, uint32_t entryIndex, in DefineMethodInLiteral()
421 int entryIndex = 0; in ExtractObjectDatas() local
521 int entryIndex = 0; in GetDatasIgnoreType() local
Dprogram_object.h231 uint32_t entryIndex = 0; in GetMethodFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp296 uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1802uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()