Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dfunction_impl.h158 auto isCtor = GetApiConfig()->cIapi_->functionIsCtor(GetView()); in IsCtor() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_method_processor.cpp127 const bool isCtor = (methodNameRaw == ctorName); in GetMetaData() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/methods/
Dmethods_test.cpp207 bool isCtor = g_implI->functionIsCtor(method); in TEST_F() local
232 bool isCtor = g_implI->functionIsCtor(method); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DmethodBuilder.cpp90 bool isCtor = IsConstructor(); in Build() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp200 static pandasm::Function GenExternalFunction(checker::Signature *signature, bool isCtor) in GenExternalFunction()
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp568 bool isCtor = IsCtor(name); in GetParentKindAndName() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp948 const bool isCtor = (methodNameRaw == ctorName); in GetMetaData() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp333 Label isCtor(env); in GenerateCircuit() local
Dslowpath_lowering.cpp2051 Label isCtor(&builder_); in CheckSuperAndNewTarget() local