Home
last modified time | relevance | path

Searched refs:PROTO (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.cpp71 kind_ = PropertyKind::PROTO; in ValidateExpression()
105 case PropertyKind::PROTO: { in Dump()
H A Dproperty.h33 enum class PropertyKind { INIT, GET, SET, PROTO };
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.cpp105 kind_ = PropertyKind::PROTO; in ValidateExpression()
152 case PropertyKind::PROTO: { in Dump()
H A Dproperty.h23 enum class PropertyKind { INIT, GET, SET, PROTO };
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp103 if (prop->Kind() == PropertyKind::PROTO) { in ValidateExpression()
290 prop->Kind() == ir::PropertyKind::PROTO) { in CompileStaticProperties()
428 case ir::PropertyKind::PROTO: { in CompileRemainingProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_call_signature.h262 GLUE, SP, ACC, PROTO)
272 GLUE, SP, ACC, PROTO)
H A Dbaseline_stubs.cpp2192 GateRef proto = TaggedArgument(PARAM_INDEX(BaselineSetobjectwithprotoImm8V8, PROTO)); in GenerateCircuit()
2253 GateRef proto = TaggedArgument(PARAM_INDEX(BaselineSetobjectwithprotoImm16V8, PROTO)); in GenerateCircuit()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h258 if (bc_version.value().front() >= API_12 && (type == IndexType::FIELD || type == IndexType::PROTO)) { in IndexItem()
H A Dfile_items.h159 PROTO = 0x3, member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::IndexType
160 LAST_16 = PROTO,
1318 return IndexType::PROTO;
H A Dfile_item_container.cpp980 case IndexType::PROTO: in GetItemType()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.cpp74 if (prop->Kind() == PropertyKind::PROTO) { in ValidateProperty()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h135 PROTO = 0x3, member in ark::panda_file::ClassTag::MethodTag::FieldTag::IndexType
136 LAST_16 = PROTO,
1393 return IndexType::PROTO;
H A Dfile_item_container.cpp913 case IndexType::PROTO: in GetItemType()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp553 if (prop->Kind() != ir::PropertyKind::PROTO && in FunctionNameFromParent()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp848 prop->Kind() != ir::PropertyKind::PROTO; in IsLiteralBufferCompatible()
943 case ir::PropertyKind::PROTO: { in CompileRemainingPropertyKind()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp575 if (changeKind == StableArrayChangeKind::PROTO && receiver->IsJSArray()) { in NotifyStableArrayElementsGuardians()
H A Djs_thread.h86 enum class StableArrayChangeKind { PROTO, NOT_PROTO }; member in panda::ecmascript::StableArrayChangeKind
H A Djs_hclass.cpp494 thread->NotifyStableArrayElementsGuardians(object, StableArrayChangeKind::PROTO); in SetPrototypeTransition()
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp547 if (prop->Kind() != ir::PropertyKind::PROTO && in GetName()

Completed in 42 milliseconds