Home
last modified time | relevance | path

Searched defs:funcEntry (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/
Dacross_abc_test.js27 function funcEntry() { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp150 uint64_t funcEntry = reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(engine, func)); in CollectFuncEntryInfo() local
181 uint64_t funcEntry; in CollectFuncEntryInfo() local
221 uint64_t funcEntry = itr->second.addr; in CollectFuncEntryInfoByLiteCG() local
245 uint64_t funcEntry = 0; in CollectFuncEntryInfoByLiteCG() local
Dstub_builder.cpp827 Label funcEntry(env); in FindEntryFromHashTable() local
935 Label funcEntry(env); in FindEntryFromTransitionDictionary() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp116 FuncEntryDes *funcEntry = reinterpret_cast<FuncEntryDes*>(desc.funcEntryDesAddr); in SetNonText() local