Home
last modified time | relevance | path

Searched refs:ACC_VARARGS (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h35 static constexpr uint32_t ACC_VARARGS = 0x0080; // method member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h35 constexpr uint32_t ACC_VARARGS = 0x0080; // method member
H A Dmethod_data_accessor.h73 return (accessFlags_ & ACC_VARARGS) != 0; in IsVarArgs()
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Drest_parameter_flag_test.cpp57 ASSERT_TRUE(HasRestParameterFlag(fn)) << "Function '" << fn->name << "' doesn't have ACC_VARARGS flag"; in CheckRestParameterFlag()
64 ASSERT_FALSE(HasRestParameterFlag(fn)) << "Function '" << fn->name << "' has ACC_VARARGS flag"; in CheckNoRestParameterFlag()
70 return (fn->metadata->GetAccessFlags() & ACC_VARARGS) != 0; in HasRestParameterFlag()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h564 return (accessFlags_.load(std::memory_order_acquire) & ACC_VARARGS) != 0; in HasVarArgs()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp133 accessFlags |= ACC_VARARGS; in GenScriptFunction()

Completed in 5 milliseconds