Home
last modified time | relevance | path

Searched defs:isCtor (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_method_processor.cpp127 const bool isCtor = (methodNameRaw == ctorName); in GetMetaData() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp90 bool isCtor = IsConstructor(); in Build() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp166 static pandasm::Function GenExternalFunction(T signature, bool isCtor) in GenExternalFunction() argument
187 static pandasm::Function GenExternalFunction(checker::Signature *signature, bool isCtor) in GenExternalFunction() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp923 const bool isCtor = (methodNameRaw == ctorName); in GetMetaData() local

Completed in 6 milliseconds