| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| H A D | ic_handler_test.cpp | 104 EXPECT_EQ(HandlerBase::GetKind(handlerInfo3->GetInt()), HandlerKind::FIELD); in HWTEST_F_L0() member in panda::test::HandlerKind 174 EXPECT_EQ(HandlerBase::GetKind(handlerInfo3->GetInt()), HandlerKind::FIELD); in HWTEST_F_L0() member in panda::test::HandlerKind
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | lreference.h | 39 FIELD, member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::ReferenceKind
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_panda_file_items.h | 45 static constexpr std::string_view FIELD = "Lstd/core/Field;"; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astNodeFlags.h | 75 enum class PrivateFieldKind { FIELD, METHOD, GET, SET, STATIC_FIELD, STATIC_METHOD, STATIC_GET, STATIC_SET }; member in ark::es2panda::ir::ModifierFlags::PrivateFieldKind
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_handler.h | 34 FIELD, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder-inl.h | 723 UnresolvedTypesInterface::SlotKind::FIELD); in BuildLoadObject() member in ark::compiler::UnresolvedTypesInterface::SlotKind 767 UnresolvedTypesInterface::SlotKind::FIELD); in BuildStoreObjectInst() member in ark::compiler::UnresolvedTypesInterface::SlotKind 843 UnresolvedTypesInterface::SlotKind::FIELD); in BuildLoadStaticInst() member in ark::compiler::UnresolvedTypesInterface::SlotKind 922 UnresolvedTypesInterface::SlotKind::FIELD); in BuildStoreStaticInst() member in ark::compiler::UnresolvedTypesInterface::SlotKind
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_items.h | 158 FIELD = 0x2, member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::IndexType
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | runtime_interface.h | 76 FIELD, member in ark::compiler::RuntimeInterface::NamedAccessProfileType 1559 enum class SlotKind { UNKNOWN, CLASS, MANAGED_CLASS, METHOD, VIRTUAL_METHOD, FIELD, STATIC_FIELD_PTR }; member in ark::compiler::UnresolvedTypesInterface::SlotKind
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_items.h | 134 FIELD = 0x2, member in ark::panda_file::ClassTag::MethodTag::FieldTag::IndexType
|