Home
last modified time | relevance | path

Searched defs:ctor (Results 1 - 25 of 84) sorted by relevance

1234

/arkcompiler/ets_runtime/test/fuzztest/getformatfunction_fuzzer/
H A Dgetformatfunction_fuzzer.cpp42 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in NumberGetFormatFunctionFuzzerTest() local
/arkcompiler/ets_runtime/test/fuzztest/publicapicollatorrefget_fuzzer/
H A Dpublicapicollatorrefget_fuzzer.cpp42 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in GetCompareFunctionFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_exceptions.cpp96 EtsMethod *ctor = cls->GetDirectMethod(panda_file_items::CTOR.data(), proto); in SetupEtsException() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DnamespaceDefinition.h42 explicit NamespaceDefinition(Identifier *ident, ArenaVector<AstNode *> &&body, MethodDefinition *ctor, in NamespaceDefinition() argument
111 void SetCtor(MethodDefinition *ctor) in SetCtor() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserNamespaces.cpp67 ir::MethodDefinition *ctor = nullptr; in ParseNamespaceDefinition() local
85 ir::MethodDefinition *ctor = nullptr; in ParseNamespaceBody() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_boolean.cpp38 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DregExpLiteral.cpp37 compiler::VReg ctor = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassProperty.cpp92 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(this); in UpdateSelf() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DnewExpression.cpp49 compiler::VReg ctor = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_collator_test.cpp43 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
80 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
H A Djs_number_format_test.cpp40 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
72 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
139 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
H A Djs_plural_rules_test.cpp34 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
86 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
117 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
H A Djs_displaynames_test.cpp41 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
107 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
150 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
201 JSHandle<JSTaggedValue> ctor in HWTEST_F_L0() local
[all...]
H A Djs_relative_time_format_test.cpp35 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
58 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
H A Dlocale_helper_test.cpp67 JSHandle<JSTaggedValue> ctor = env->GetLocaleFunction(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Daccessing_objects_fields_test_1.cpp88 ets_method ctor = env_->Getp_method(cls, "<ctor>", ":V"); in TEST_F() local
H A Daccessing_objects_fields_test_2.cpp109 ets_method ctor = env_->Getp_method(cls, "<ctor>", ":V"); in TEST_F() local
H A Daccessing_objects_fields_test_3.cpp75 ets_method ctor = env_->Getp_method(cls, "<ctor>", ":V"); in TEST_F() local
144 ets_method ctor = env_->Getp_method(cls, "<ctor>", ":V"); in TEST_F() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp138 auto ctor = pointers.method[0]; in TEST() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp138 auto ctor = pointers.method[0U]; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_language_context.cpp87 auto *ctor = cls->GetDirectMethod(ctorName, proto); in ThrowException() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Class.cpp76 EtsMethod *ctor = cls->GetDirectMethod(panda_file_items::CTOR.data(), ":V"); in StdCoreClassCreateInstance() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sharedobject_test.cpp55 auto ctor = desc.GetValue(); in HWTEST_F_L0() local
92 auto ctor = desc.GetValue(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DclassDefinitionBuilder.h38 ClassDefinitionBuilder &SetConstructor(MethodDefinition *ctor) in SetConstructor() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.cpp128 void Function::LoadClassContexts(const ir::AstNode *node, PandaGen *pg, VReg ctor, const util::StringView &name) in LoadClassContexts() argument
146 void Function::IterateOverElements(const ArenaVector<ir::AstNode *> &elements, PandaGen *pg, VReg &ctor, VReg &thisReg, in IterateOverElements() argument
204 auto ctor = pg->AllocReg(); in CompileInstanceFields() local

Completed in 12 milliseconds

1234