Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_method_signature_test.cpp28 EXPECT_EQ(minimal.GetProto(), Method::Proto( in MethodSignaturePrologue()
34 EXPECT_EQ(minimalint.GetProto(), Method::Proto( in MethodSignaturePrologue()
42 EXPECT_EQ(simple.GetProto(), Method::Proto( in MethodSignaturePrologue()
87 EXPECT_EQ(arrays.GetProto(), Method::Proto( in TEST_F()
103 EXPECT_EQ(multiarr.GetProto(), Method::Proto( in TEST_F()
113 EXPECT_EQ(big.GetProto(), Method::Proto( in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.cpp77 auto proto = GetPandaMethod()->GetProto(); in GetNumArgSlots()
111 auto proto = GetPandaMethod()->GetProto(); in ResolveArgType()
148 auto proto = GetPandaMethod()->GetProto(); in GetMethodSignature()
H A Dets_method.h143 Method::Proto proto = GetPandaMethod()->GetProto(); in ResolveReturnType()
298 return GetPandaMethod()->GetProto().GetReturnTypeDescriptor(); in GetReturnTypeDescriptor()
H A Dets_class.cpp105 auto coreMethod = GetRuntimeClass()->GetDirectMethod(name, methodSignature.GetProto()); in GetDirectMethod()
156 coreMethod = runtimeClass->GetInterfaceMethod(coreName, methodSignature.GetProto()); in GetMethod()
158 coreMethod = runtimeClass->GetClassMethod(coreName, methodSignature.GetProto()); in GetMethod()
H A Dets_method_signature.h80 Method::Proto &GetProto() in GetProto() function in ark::ets::EtsMethodSignature
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sharedobject_test.cpp49 ASSERT_TRUE(hclass->GetProto().IsNull()); in HWTEST_F_L0()
64 auto proto = ctorHClass->GetProto(); in HWTEST_F_L0()
73 auto sObjProto = protoHClass->GetProto(); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_runtime_interface.cpp143 MethodCast(method)->GetProto().GetSignature() == "([Lstd/core/String;)Lstd/core/String;"; in IsMethodStringConcat()
149 MethodCast(method)->GetProto().GetSignature() == "(Lstd/core/String;)V"; in IsMethodStringBuilderConstructorWithStringArg()
155 MethodCast(method)->GetProto().GetSignature() == "([C)V"; in IsMethodStringBuilderConstructorWithCharArrayArg()
161 MethodCast(method)->GetProto().GetSignature() == "()V"; in IsMethodStringBuilderDefaultConstructor()
167 MethodCast(method)->GetProto().GetSignature() == "()Lstd/core/String;"; in IsMethodStringBuilderToString()
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp223 auto [proto, params] = GetProto(oi->GetProto()); in MergeMethod()
346 auto op = fm->GetProto(); in TryFindMethod()
352 auto np = nm->GetProto(); in TryFindMethod()
430 auto proto = GetProto(fm->GetProto()).first; in MergeForeignMethodCreate()
593 std::pair<panda_file::ProtoItem *, std::vector<panda_file::MethodParamItem>> Context::GetProto(panda_file::ProtoItem *p) in GetProto() function in ark::static_linker::Context
H A Dlinker_context_misc.cpp232 ReprMethod(o, j->GetNameItem(), j->GetClassItem(), j->GetProto()); in ReprItem()
237 ReprMethod(o, j->GetNameItem(), j->GetClassItem(), j->GetProto()); in ReprItem()
H A Dlinker_context.h226 std::pair<panda_file::ProtoItem *, std::vector<panda_file::MethodParamItem>> GetProto(panda_file::ProtoItem *p);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass-inl.h317 auto proto = hclass->GetProto(); in FindProtoHClass()
327 auto proto = hclass->GetProto(); in FindProtoRootHClass()
H A Djs_function.cpp365 JSTaggedValue ctorProto = JSHClass::Cast(ctorProtoOrHclass->GetTaggedObject())->GetProto(); in OrdinaryHasInstance()
H A Djs_hclass.h2028 return GetProto();
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp410 if (oldMethod.GetProto() == newMethod.GetProto() && in MethodChangesCheck()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp339 Method::Proto Method::GetProto() const in GetProto() function in ark::Method
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp70 protoOrHClass = ihc->GetProto(); in ProfileDefineClass()
1359 protoOrHClass = ihc->GetProto(); in DumpDefineClass()
2116 currObj = currHC->GetProto().GetTaggedObject(); in TryFindKeyInPrototypeChain()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp669 panda_file::Type retType = method->GetProto().GetReturnType(); in GetJsRef()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h464 PANDA_PUBLIC_API Proto GetProto() const;
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp195 prototype = JSHandle<JSObject>(thread, ihclass->GetProto()); in CheckAOTIhcPropertiesForRep()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dclass_linker_test.cpp664 if (signature != method->GetProto().GetSignature()) { in GetMethod()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp867 currObj = currHC->GetProto().GetTaggedObject(); in TryFindKeyInPrototypeChain()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp502 prototype = JSHandle<JSObject>(thread, ihclass->GetProto()); in DefineClassWithIHClass()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h759 ProtoItem *GetProto() const in GetProto() function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::BaseMethodItem
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h770 ProtoItem *GetProto() const in GetProto() function in ark::panda_file::ClassTag::MethodTag::FieldTag::BaseMethodItem
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp785 SetSFunctionPrototype(ctor, protoHClass->GetProto()); in InitializeSCtor()

Completed in 43 milliseconds