Searched refs:GetPropertyInlinedProps (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 285 auto value = GetPropertyInlinedProps(hclass, index); in GetPropertyInlinedPropsWithRep() 294 JSTaggedValue JSObject::GetPropertyInlinedProps(uint32_t index) const in GetPropertyInlinedProps() function 296 return GetPropertyInlinedProps(GetJSHClass(), index); in GetPropertyInlinedProps() 311 JSTaggedValue JSObject::GetPropertyInlinedProps(const JSHClass *hclass, uint32_t index) const in GetPropertyInlinedProps() function
|
| D | js_object.h | 707 inline JSTaggedValue GetPropertyInlinedProps(uint32_t index) const; 708 inline JSTaggedValue GetPropertyInlinedProps(const JSHClass *hclass, uint32_t index) const;
|
| D | object_factory.cpp | 467 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneObjectLiteral() 529 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneArrayLiteral() 586 JSTaggedValue value = object->GetPropertyInlinedProps(i); in CloneObjectLiteral() 606 JSTaggedValue length = func->GetPropertyInlinedProps(JSFunction::LENGTH_INLINE_PROPERTY_INDEX); in CloneJSFuction() 618 JSTaggedValue length = func->GetPropertyInlinedProps(JSFunction::LENGTH_INLINE_PROPERTY_INDEX); in CloneSFunction() 643 JSTaggedValue value = ctor->GetPropertyInlinedProps(i); in CloneClassCtor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 88 … GateRef result = GetPropertyInlinedProps(arrayObj, hClass, PropertyInlinedPropsOffset); in Apply() 142 … GateRef result = GetPropertyInlinedProps(arrayObj, hClass, PropertyInlinedPropsOffset); in BuildArgumentsListFastElements()
|
| D | builtins_object_stub_builder.cpp | 875 value = GetPropertyInlinedProps(object, hclass, index); in IsUninitializedProperty()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 74 auto result = argList->GetPropertyInlinedProps(JSArguments::LENGTH_INLINE_PROPERTY_INDEX); in BuildArgumentsListFast() 198 lengthProperty = obj->GetPropertyInlinedProps(JSFunction::LENGTH_INLINE_PROPERTY_INDEX); in FunctionPrototypeBind() 252 nameProperty = obj->GetPropertyInlinedProps(JSFunction::NAME_INLINE_PROPERTY_INDEX); in FunctionPrototypeBind()
|
| D | builtins_regexp.cpp | 233 …auto execVal = JSObject::Cast(proto)->GetPropertyInlinedProps(JSRegExp::EXEC_INLINE_PROPERTY_INDEX… in IsFastRegExp() 2082 JSTaggedValue lastIndexValue = object->GetPropertyInlinedProps(LAST_INDEX_OFFSET); in RegExpExecForTestFast()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_operator_second_test.cpp | 277 EXPECT_EQ(handleObject->GetPropertyInlinedProps(objectOperator.GetIndex()).GetInt(), 3); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1292 …JSHandle<JSFunction>(clsObj)->GetPropertyInlinedProps(JSFunction::CLASS_PROTOTYPE_INLINE_PROPERTY_… in HWTEST_F_L0() 1295 …accessor = JSHandle<JSFunction>(clsObj)->GetPropertyInlinedProps(JSFunction::LENGTH_INLINE_PROPERT… in HWTEST_F_L0()
|
| D | jsnapi_second_tests.cpp | 462 …JSHandle<JSFunction>(obj)->GetPropertyInlinedProps(JSFunction::CLASS_PROTOTYPE_INLINE_PROPERTY_IND… in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 461 GateRef GetPropertyInlinedProps(GateRef obj, GateRef hClass,
|
| D | typed_bytecode_lowering.cpp | 1913 JSTaggedValue value = objhandle->GetPropertyInlinedProps(i); in LowerCreateObjectWithBuffer()
|
| D | stub_builder-inl.h | 1928 inline GateRef StubBuilder::GetPropertyInlinedProps(GateRef obj, GateRef hClass, in GetPropertyInlinedProps() function
|
| D | stub_builder.cpp | 526 result = GetPropertyInlinedProps(obj, hclass, attrOffset); in JSObjectGetProperty()
|