Home
last modified time | relevance | path

Searched defs:isCtor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp166 static pandasm::Function GenExternalFunction(T signature, bool isCtor) in GenExternalFunction()
187 static pandasm::Function GenExternalFunction(checker::Signature *signature, bool isCtor) in GenExternalFunction()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp922 const bool isCtor = (methodNameRaw == ctorName); in GetMetaData() local