Home
last modified time | relevance | path

Searched refs:UpdateFieldType (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h175 V(UpdateFieldType) \
H A Druntime_stubs.h138 static void UpdateFieldType(JSTaggedType hclass, uint64_t value);
H A Druntime_stubs.cpp3136 void RuntimeStubs::UpdateFieldType(JSTaggedType hclass, uint64_t value) in UpdateFieldType() function in panda::ecmascript::RuntimeStubs
3140 JSHClass::UpdateFieldType(cls, attrValue); in UpdateFieldType()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h540 V(UpdateFieldType) \
H A Dprofiler_stub_builder.cpp486 UpdateFieldType(glue, LoadHClass(receiver), newAttr); in UpdatePropAttrIC()
513 UpdateFieldType(glue, LoadHClass(receiver), newAttr); in UpdatePropAttrWithValue()
H A Dstub_builder-inl.h2487 inline void StubBuilder::UpdateFieldType(GateRef glue, GateRef hclass, GateRef attr) in UpdateFieldType() function in panda::ecmascript::kungfu::StubBuilder
2489 CallNGCRuntime(glue, RTSTUB_ID(UpdateFieldType), { hclass, attr }); in UpdateFieldType()
H A Dcall_signature.cpp2436 DEF_CALL_SIGNATURE(UpdateFieldType) in DEF_CALL_SIGNATURE()
2439 CallSignature index("UpdateFieldType", 0, 2, ArgumentsOrder::DEFAULT_ORDER, VariableType::INT32()); in DEF_CALL_SIGNATURE()
H A Dstub_builder.h610 void UpdateFieldType(GateRef glue, GateRef hclass, GateRef attr);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp753 void JSHClass::UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr) in UpdateFieldType() function in panda::ecmascript::JSHClass
817 UpdateFieldType(hclass, attr); in ConvertOrTransitionWithRep()
H A Djs_hclass.h488 static void UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr);

Completed in 34 milliseconds