Home
last modified time | relevance | path

Searched defs:entryIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp216 … bool isLoadedAOT, uint32_t entryIndex) in DefineMethodInLiteral()
342 int entryIndex = 0; in ExtractObjectDatas() local
430 int entryIndex = 0; in GetDatasIgnoreType() local
Dprogram_object.h190 uint32_t entryIndex = 0; in GetMethodFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp223 uint32_t entryIndex, bool *canFastCall) in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1456 uint32_t entryIndex = methodToEntryIndexMap.at(methodOffset); in ResolveSnapshotConstantPool() local
1480 uint32_t entryIndex = methodToEntryIndexMap.at(methodOffset); in ResolveSnapshotConstantPool() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1620 JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()