Searched refs:functionHeaderSize (Results 1 – 3 of 3) sorted by relevance
197 ArkAotLinker::ArkAotLinker(size_t functionHeaderSize) : functionHeaderSize_(functionHeaderSize) in ArkAotLinker() argument
55 explicit ArkAotLinker(size_t functionHeaderSize);
691 size_t functionHeaderSize = compiler::CodeInfo::GetCodeOffset(GetArch()); in FinishCompile() local692 ArkAotLinker linker {functionHeaderSize}; in FinishCompile()