Searched refs:IsClassPrototype (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | message_string.h | 52 V(IsClassPrototype) \
|
| D | subtyping_operator.cpp | 226 ASSERT(prototype->IsClassPrototype()); in TryMaintainTSSubtyping()
|
| D | js_tagged_value-inl.h | 313 inline bool JSTaggedValue::IsClassPrototype() const in IsClassPrototype() function 315 return IsHeapObject() && GetTaggedObject()->GetClass()->IsClassPrototype(); in IsClassPrototype()
|
| D | js_tagged_value.h | 564 bool IsClassPrototype() const;
|
| D | js_hclass.h | 1183 inline bool IsClassPrototype() const in IsClassPrototype() function
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 228 if (hclass->IsClassPrototype()) { in ProfileObjLayout()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 1370 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in DECLARE_ASM_HANDLER() 1403 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in DECLARE_ASM_HANDLER() 1554 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in DECLARE_ASM_HANDLER() 1587 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in DECLARE_ASM_HANDLER() 1619 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in DECLARE_ASM_HANDLER() 1762 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in DECLARE_ASM_HANDLER() 1805 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in DECLARE_ASM_HANDLER() 1848 Branch(IsClassPrototype(receiver), &slowPath, &fastPath); in DECLARE_ASM_HANDLER() 1886 Branch(IsClassPrototype(receiver), &slowPath, &fastPath); in DECLARE_ASM_HANDLER() 1924 Branch(IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); in DECLARE_ASM_HANDLER() [all …]
|
| D | slowpath_lowering.cpp | 1857 builder_.Branch(builder_.IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in LowerStOwnByValue() 1892 builder_.Branch(builder_.IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in LowerStOwnByIndex() 1930 builder_.Branch(builder_.IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in LowerStOwnByName() 2047 builder_.Branch(builder_.IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in LowerStOwnByValueWithNameSet() 2099 builder_.Branch(builder_.IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); in LowerStOwnByNameWithNameSet()
|
| D | stub_builder-inl.h | 1043 inline GateRef StubBuilder::IsClassPrototype(GateRef object) in IsClassPrototype() function 1045 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsClassPrototype), TaggedIsHeapObject(object)); in IsClassPrototype() 1046 GateRef res = env_->GetBuilder()->IsClassPrototype(object); in IsClassPrototype()
|
| D | stub_builder.h | 299 GateRef IsClassPrototype(GateRef object);
|
| D | circuit_builder-inl.h | 782 GateRef CircuitBuilder::IsClassPrototype(GateRef object) in IsClassPrototype() function
|
| D | circuit_builder.h | 583 inline GateRef IsClassPrototype(GateRef object);
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 569 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValue() 678 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByIndex() 981 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValueWithNameSet() 1008 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByName() 1028 bool enumerable = !(objHandle->IsClassPrototype() || objHandle->IsClassConstructor()); in RuntimeStOwnByNameWithNameSet() 2064 !(obj.GetTaggedValue().IsClassPrototype() || obj.GetTaggedValue().IsClassConstructor()); in RuntimeDefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 2276 … if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 2312 … if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 2408 … if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 2747 … if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 2784 … if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 5632 … if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 5661 … if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 5690 … if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 6393 … if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() 6520 … if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal() [all …]
|
| D | interpreter_assembly.cpp | 1905 if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbynameImm8Id16V8() 2053 if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbyindexImm8V8Imm16() 2086 if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbyvalueImm8V8V8() 2424 if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbyvaluewithnamesetImm8V8V8() 2465 if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbynamewithnamesetImm8Id16V8() 3100 if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbyvalueImm16V8V8() 3173 if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbyindexImm16V8Imm16() 3336 if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleWideStownbyindexPrefV8Imm32() 4999 if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbynamewithnamesetImm16Id16V8() 5034 if (receiver.IsHeapObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStownbyvaluewithnamesetImm16V8V8() [all …]
|