Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_field.h65 bool IsPrivate() const in IsPrivate() function in ark::ets::EtsField
67 return GetCoreType()->IsPrivate(); in IsPrivate()
H A Dets_method.h165 bool IsPrivate() const in IsPrivate() function in ark::ets::EtsMethod
167 return GetPandaMethod()->IsPrivate(); in IsPrivate()
242 if (GetPandaMethod()->IsPrivate()) { in GetAccessLevel()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.h43 if (base->IsPrivate()) { in operator ()()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_symbol_test.cpp35 EXPECT_TRUE(privateSymbol->IsPrivate()); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp152 if (prop->IsPrivate()) { in CreateClassPublicBuffer()
234 if (!methodDef->IsPrivate()) { in CreateClassPrivateBuffer()
291 if (prop->IsPrivate() || prop->IsAbstract()) { in CompileMissingProperties()
476 if (methodDef->IsPrivate()) { in BuildClassEnvironment()
493 if (!prop->IsPrivate() && !prop->IsStatic() && !useDefineSemantic) { in BuildClassEnvironment()
502 } else if (prop->IsPrivate()) { in BuildClassEnvironment()
H A DclassProperty.h105 bool IsPrivate() const in IsPrivate() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassProperty
H A DmethodDefinition.h116 bool IsPrivate() const in IsPrivate() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp148 if (prop->IsPrivate()) { in CompileField()
166 if (prop->IsPrivate()) { in CompileField()
198 if (!prop->IsPrivate() && !prop->IsStatic() && !pg->Binder()->Program()->UseDefineSemantic()) { in CompileClassInitializer()
/arkcompiler/runtime_core/libpandafile/
H A Dfield_data_accessor.h84 bool IsPrivate() const in IsPrivate() function in panda::panda_file::FieldDataAccessor
H A Dmethod_data_accessor.h69 bool IsPrivate() const in IsPrivate() function in panda::panda_file::MethodDataAccessor
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_class_processor.cpp74 record, [&cda]() { return cda.IsPrivate(); }, "access.record", "private"); in FillRecordMetaData()
H A Dabc_field_processor.cpp86 field, [&fieldAccessor]() { return fieldAccessor.IsPrivate(); }, "access.field", "private"); in FillFieldMetaData()
H A Dabc_method_processor.cpp119 function_, [this]() { return methodDataAccessor_->IsPrivate(); }, "access.function", "private"); in GetMetaData()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.h84 bool IsPrivate() const in IsPrivate() function in ark::panda_file::FieldDataAccessor
H A Dclass_data_accessor.h53 bool IsPrivate() const in IsPrivate() function in ark::panda_file::ClassDataAccessor
H A Dmethod_data_accessor.h86 bool IsPrivate() const in IsPrivate() function
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dfield.h112 bool IsPrivate() const in IsPrivate() function in ark::Field
H A Dvtable_builder_base.h108 bool IsPrivate() const in IsPrivate() function in ark::MethodInfo
/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h71 bool IsPrivate() const in IsPrivate() function in panda::ecmascript::JSSymbol
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassProperty.cpp92 if (IsPrivate()) { in Dump()
H A DmethodDefinition.cpp156 if (IsPrivate()) { in DumpPrefix()
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.h202 if (da.IsPrivate()) { in GetModifierFlags()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp249 if (key->IsSymbol() && JSSymbol::Cast(key->GetTaggedObject())->IsPrivate()) { in LoadMiss()
387 if (key->IsSymbol() && JSSymbol::Cast(key->GetTaggedObject())->IsPrivate()) { in StoreMiss()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A Dhelpers.cpp240 if (propVarDeclNode->IsPrivate()) { in ValidatePropertyAccessForClass()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp870 ASSERT_TRUE(cda.IsPrivate()); in TEST()
891 &panda_file::FieldDataAccessor::IsPrivate}; in TEST()
902 ASSERT_TRUE(mda.IsPrivate()); in TEST()

Completed in 13 milliseconds

12