Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.cpp56 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve() local
73 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp246 … bool isLoadedAOT, uint32_t entryIndex, in DefineFunctionTemplate()
326 … bool isLoadedAOT, uint32_t entryIndex, in DefineMethodInLiteral()
479 int entryIndex = 0; in ExtractObjectDatas() local
612 int entryIndex = 0; in GetDatasIgnoreType() local
Dprogram_object.h486 uint32_t entryIndex = 0; in GetMethodFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h125 GateRef entryIndex = EntryToIndex(linkedTable, entry); in GetNextEntry() local
131 GateRef entryIndex = EntryToIndex(linkedTable, entry); in SetNextEntry() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp602 uint32_t entryIndex = index * ENTRY_SIZE; in SetEntry() local
613 uint32_t entryIndex = index * ENTRY_SIZE; in GetKey() local
620 uint32_t entryIndex = index * ENTRY_SIZE + KEY_INDEX; in GetTransition() local
Dshared_object_factory.cpp186 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
Dobject_factory.cpp2226 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp399 Method *method, uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()