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.cpp156 uint64_t funcEntry = reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(engine, func)); in CollectFuncEntryInfo() local
187 uint64_t funcEntry; in CollectFuncEntryInfo() local
227 uint64_t funcEntry = itr->second.addr; in CollectFuncEntryInfoByLiteCG() local
251 uint64_t funcEntry = 0; in CollectFuncEntryInfoByLiteCG() local
Dstub_builder.cpp775 Label funcEntry(env); in FindEntryFromNameDictionary() local
883 Label funcEntry(env); in FindEntryFromTransitionDictionary() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp85 FuncEntryDes *funcEntry = reinterpret_cast<FuncEntryDes*>(GetFuncEntryDesAddress()); in SetNonText() local