Searched defs:entryIndex (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_global_data.cpp | 56 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve() local 73 uint32_t entryIndex = methodToEntryIndexMap.at(key); in Resolve() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 246 … 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
|
| D | program_object.h | 486 uint32_t entryIndex = 0; in GetMethodFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 125 GateRef entryIndex = EntryToIndex(linkedTable, entry); in GetNextEntry() local 131 GateRef entryIndex = EntryToIndex(linkedTable, entry); in SetNextEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.cpp | 602 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
|
| D | shared_object_factory.cpp | 186 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
|
| D | object_factory.cpp | 2226 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 399 Method *method, uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
|