Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A 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/
H A Dliteral_data_extractor.cpp241 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 Dprogram_object.h486 uint32_t entryIndex = 0; in GetMethodFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h122 GateRef entryIndex = EntryToIndex(linkedTable, entry); in GetNextEntry() local
128 GateRef entryIndex = EntryToIndex(linkedTable, entry); in SetNextEntry() local
/arkcompiler/ets_runtime/ecmascript/
H A 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
H A Dshared_object_factory.cpp182 NewSMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewSMethod() argument
H A Dobject_factory.cpp2035 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 Daot_file_manager.cpp390 SetAOTFuncEntry(const JSPandaFile *jsPandaFile, JSFunction *function, Method *method, uint32_t entryIndex, bool *canFastCall) SetAOTFuncEntry() argument

Completed in 18 milliseconds