| /arkcompiler/ets_runtime/test/fuzztest/getformatfunction_fuzzer/ |
| H A D | getformatfunction_fuzzer.cpp | 42 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in NumberGetFormatFunctionFuzzerTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapicollatorrefget_fuzzer/ |
| H A D | publicapicollatorrefget_fuzzer.cpp | 42 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in GetCompareFunctionFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_exceptions.cpp | 96 EtsMethod *ctor = cls->GetDirectMethod(panda_file_items::CTOR.data(), proto); in SetupEtsException() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | namespaceDefinition.h | 42 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 D | ETSparserNamespaces.cpp | 67 ir::MethodDefinition *ctor = nullptr; in ParseNamespaceDefinition() local 85 ir::MethodDefinition *ctor = nullptr; in ParseNamespaceBody() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_boolean.cpp | 38 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.cpp | 37 compiler::VReg ctor = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classProperty.cpp | 92 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(this); in UpdateSelf() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | newExpression.cpp | 49 compiler::VReg ctor = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_collator_test.cpp | 43 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local 80 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
|
| H A D | js_number_format_test.cpp | 40 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 D | js_plural_rules_test.cpp | 34 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 D | js_displaynames_test.cpp | 41 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 D | js_relative_time_format_test.cpp | 35 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local 58 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
|
| H A D | locale_helper_test.cpp | 67 JSHandle<JSTaggedValue> ctor = env->GetLocaleFunction(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | accessing_objects_fields_test_1.cpp | 88 ets_method ctor = env_->Getp_method(cls, "<ctor>", ":V"); in TEST_F() local
|
| H A D | accessing_objects_fields_test_2.cpp | 109 ets_method ctor = env_->Getp_method(cls, "<ctor>", ":V"); in TEST_F() local
|
| H A D | accessing_objects_fields_test_3.cpp | 75 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 D | runtime_adapter_test.cpp | 138 auto ctor = pointers.method[0]; in TEST() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 138 auto ctor = pointers.method[0U]; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_language_context.cpp | 87 auto *ctor = cls->GetDirectMethod(ctorName, proto); in ThrowException() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Class.cpp | 76 EtsMethod *ctor = cls->GetDirectMethod(panda_file_items::CTOR.data(), ":V"); in StdCoreClassCreateInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_sharedobject_test.cpp | 55 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 D | classDefinitionBuilder.h | 38 ClassDefinitionBuilder &SetConstructor(MethodDefinition *ctor) in SetConstructor() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | function.cpp | 128 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
|