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.cpp247 … bool isLoadedAOT, uint32_t entryIndex, in DefineFunctionTemplate()
327 … bool isLoadedAOT, uint32_t entryIndex, in DefineMethodInLiteral()
479 int entryIndex = 0; in ExtractObjectDatas() local
613 int entryIndex = 0; in GetDatasIgnoreType() local
Dprogram_object.h487 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.cpp604 uint32_t entryIndex = index * ENTRY_SIZE; in SetEntry() local
615 uint32_t entryIndex = index * ENTRY_SIZE; in GetKey() local
622 uint32_t entryIndex = index * ENTRY_SIZE + KEY_INDEX; in GetTransition() local
Dshared_object_factory.cpp225 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
Dobject_factory.cpp2284 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp419 Method *method, uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()