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 | 247 … 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
|
| D | program_object.h | 487 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 | 604 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
|
| D | shared_object_factory.cpp | 225 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewSMethod()
|
| D | object_factory.cpp | 2284 JSHandle<ConstantPool> constpool, uint32_t entryIndex, in NewMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 419 Method *method, uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
|