Home
last modified time | relevance | path

Searched refs:IsMethod (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h84 bool IsMethod() const in IsMethod() function
Dproperty.cpp61 if (!IsComputed() && !IsMethod() && !IsAccessor() && !IsShorthand()) { in ValidateExpression()
DscriptFunction.h163 bool IsMethod() const in IsMethod() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
Dproperty.h80 [[nodiscard]] bool IsMethod() const noexcept in IsMethod() function
Dproperty.cpp96 if (!IsComputed() && !IsMethod() && !IsAccessor() && !IsShorthand()) { in ValidateExpression()
DscriptFunction.h177 [[nodiscard]] bool IsMethod() const noexcept in IsMethod() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp254 if (prop->IsMethod()) { in CreateLiteral()
327 if (prop->IsMethod()) { in CompileStaticProperties()
375 if (prop->IsMethod()) { in CompilePropertyWithInit()
620 if (!prop->IsMethod()) { in GetFlagsForProperty()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp210 ASSERT(value.IsMethod()); in GetPatchMethod()
272 if (!constpoolValue.IsMethod() && !constpoolValue.IsClassLiteral()) { in FindAndReplaceSameMethod()
277 if (constpoolValue.IsMethod()) { in FindAndReplaceSameMethod()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp66 if (!ctorMethodValue.IsMethod()) { in ProfileDefineClass()
115 if (!ctorMethodValue.IsMethod()) { in ProfileClassRootHClass()
140 if (!methodValue.IsMethod()) { in ProfileDefineGetterSetter()
254 if (!methodValue.IsMethod()) { in PGODump()
335 if (!methodValue.IsMethod()) { in PGOPreDump()
394 if (!methodValue.IsMethod()) { in HandlePGOPreDump()
435 if (!methodValue.IsMethod()) { in HandlePGODump()
1053 if (!ctorMethod.IsMethod()) { in DumpDefineClass()
1528 if (jsMethod.IsMethod()) { in GetMethodAbcId()
1545 if (jsMethod.IsMethod()) { in GetRecordProfileType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h47 PANDA_PUBLIC_API static bool IsMethod(const PandaString &td);
Dets_method.cpp30 bool EtsMethod::IsMethod(const PandaString &td) in IsMethod() function in panda::ets::EtsMethod
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp278 if (method == nullptr || !JSTaggedValue(method).IsMethod()) { in GetStack()
344 if (method == nullptr || !JSTaggedValue(method).IsMethod()) { in GetStackCallNapi()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp208 if (IsMethod(slot)) { in GetPrivateProperty()
212 return {slot, IsMethod(slot), IsStaticMethod(slot), getter, setter, validateMethodSlot}; in GetPrivateProperty()
Dscope.h719 bool IsMethod(uint32_t slot) const in IsMethod() function
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp143 if (!method.IsMethod()) { in Update()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_serializer.cpp251 ASSERT(root->GetClass()->IsMethod()); in SerializeMethodFieldIndividually()
Dbase_deserializer.cpp291 ASSERT(JSTaggedValue(static_cast<JSTaggedType>(objAddr)).IsMethod()); in ResetMethodConstantPool()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h34 CAST_CHECK(Method, IsMethod);
Djs_tagged_value-inl.h721 inline bool JSTaggedValue::IsMethod() const in IsMethod() function
723 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMethod(); in IsMethod()
Djs_tagged_value.h579 bool IsMethod() const;
Djs_hclass.h986 inline bool IsMethod() const in IsMethod() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp734 EXPECT_TRUE(res.GetTaggedValue().IsMethod()) << "[NotMethod] Deserialize Method fail"; in MethodTest()
747 EXPECT_TRUE(res.GetTaggedValue().IsMethod()) << "[NotMethod] Deserialize Method fail"; in MethodTest1()
768 EXPECT_TRUE(res.GetTaggedValue().IsMethod()) << "[NotMethod] Deserialize Method fail"; in AOTMethodTest()
1887 EXPECT_TRUE(method.GetTaggedValue().IsMethod()); in HWTEST_F_L0()
1913 EXPECT_TRUE(method.GetTaggedValue().IsMethod()); in HWTEST_F_L0()
1950 EXPECT_TRUE(method.GetTaggedValue().IsMethod()); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp365 ASSERT(node->IsConstructor() || node->IsMethod()); in GetClassDefiniton()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp62 if (func->IsMethod() || func->IsConstructor()) { in SetFunctionKind()
75 if (func->IsMethod()) { in SetFunctionKind()
1399 if (realNode->IsMethod()) { in DefineFunction()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp985 …alue()->IsFunctionExpression() && !prop->Value()->AsFunctionExpression()->Function()->IsMethod()) { in IsLiteralBufferCompatible()
1102 if (prop->IsMethod()) { in CompileRemainingProperties()

12