Home
last modified time | relevance | path

Searched refs:IsMethod (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.h84 bool IsMethod() const in IsMethod() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::Property
H A Dproperty.cpp61 if (!IsComputed() && !IsMethod() && !IsAccessor() && !IsShorthand()) { in ValidateExpression()
H A DscriptFunction.h163 bool IsMethod() const in IsMethod() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ScriptFunction
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.h80 [[nodiscard]] bool IsMethod() const noexcept
H A Dproperty.cpp95 if (!IsComputed() && !IsMethod() && !IsAccessor() && !IsShorthand()) { in ValidateExpression()
H A DscriptFunction.h193 [[nodiscard]] bool IsMethod() const noexcept
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp190 ASSERT(value.IsMethod()); in GetPatchMethod()
337 if (!constpoolValue.IsMethod() && !constpoolValue.IsClassLiteral()) { in FindAndReplaceSameMethod()
342 if (constpoolValue.IsMethod()) { in FindAndReplaceSameMethod()
377 if (!constpoolValue.IsMethod() && !constpoolValue.IsClassLiteral()) { in FindAndReplaceSameMethod()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp253 if (prop->IsMethod()) { in CreateLiteral()
319 if (prop->IsMethod()) { in CompileStaticProperties()
367 if (prop->IsMethod()) { in CompilePropertyWithInit()
616 if (!prop->IsMethod()) { in GetFlagsForProperty()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp52 if (!ctorMethodValue.IsMethod()) { in ProfileDefineClass()
93 if (!ctorMethodValue.IsMethod()) { in ProfileClassRootHClass()
196 if (!methodValue.IsMethod()) { in ProfileDefineGetterSetter()
338 if (!methodValue.IsMethod()) { in PGODump()
503 if (!methodValue.IsMethod()) { in PGOPreDump()
608 if (!methodValue.IsMethod()) { in HandlePGOPreDump()
652 if (!methodValue.IsMethod()) { in HandlePGODumpByDumpThread()
1342 if (!ctorMethod.IsMethod() || !FunctionKindVerify(ctorFunction)) { in DumpDefineClass()
1943 ASSERT(jsMethod.IsMethod()); in GetMethodAbcId()
1960 if (jsMethod.IsMethod()) { in GetMethodAbcId()
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp264 if (method == nullptr || !JSTaggedValue(method).IsMethod()) { in GetStack()
332 if (method == nullptr || !JSTaggedValue(method).IsMethod()) { in GetStackCallNapi()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.h47 PANDA_PUBLIC_API static bool IsMethod(const PandaString &td);
H A Dets_method.cpp30 bool EtsMethod::IsMethod(const PandaString &td) in IsMethod() function in ark::ets::EtsMethod
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp189 if (!method.IsMethod()) { in FilterMethodToPrint()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp228 if (IsMethod(slot)) { in GetPrivateProperty()
232 return {slot, IsMethod(slot), IsStaticMethod(slot), getter, setter, validateMethodSlot}; in GetPrivateProperty()
H A Dscope.h920 bool IsMethod(uint32_t slot) const in IsMethod() function in ClassScope
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h35 CAST_CHECK(Method, IsMethod);
H A Djs_tagged_value-inl.h504 inline bool JSTaggedValue::IsMethod() const in IsMethod() function in panda::ecmascript::JSTaggedValue
506 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMethod(); in IsMethod()
H A Djs_tagged_value.h626 bool IsMethod() const;
H A Djs_hclass.h1148 inline bool IsMethod() const in IsMethod() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp176 if (object->GetClass()->IsString() || object->GetClass()->IsMethod() || region->InSharedReadOnlySpace() || in SerializeObjectImpl()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp843 if (prop->Value()->IsFunctionExpression() && !prop->Value()->AsFunctionExpression()->Function()->IsMethod()) { in IsLiteralBufferCompatible()
935 if (prop->IsMethod()) { in CompileRemainingPropertyKind()
H A Dpandagen.cpp1172 } else if (realNode->IsMethod()) { in DefineFunction()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp67 if (func->IsMethod()) { in SetFunctionKind()
1410 if (realNode->IsMethod()) { in DefineFunction()
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp373 ASSERT(node->IsConstructor() || node->IsMethod()); in GetClassDefiniton()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp470 } else if (IsMethod()) { in DumpOpcode()

Completed in 38 milliseconds

12