Searched defs:entryIndex (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A 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/ |
| H A D | literal_data_extractor.cpp | 241 DefineFunctionTemplate(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineFunctionTemplate() argument 321 DefineMethodInLiteral(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineMethodInLiteral() argument [all...] |
| H A D | program_object.h | 486 uint32_t entryIndex = 0; in GetMethodFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.h | 122 GateRef entryIndex = EntryToIndex(linkedTable, entry); in GetNextEntry() local 128 GateRef entryIndex = EntryToIndex(linkedTable, entry); in SetNextEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A 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
|
| H A D | shared_object_factory.cpp | 182 NewSMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewSMethod() argument
|
| H A D | object_factory.cpp | 2035 NewMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewMethod() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_manager.cpp | 390 SetAOTFuncEntry(const JSPandaFile *jsPandaFile, JSFunction *function, Method *method, uint32_t entryIndex, bool *canFastCall) SetAOTFuncEntry() argument
|
Completed in 18 milliseconds