Searched refs:UpdateFieldType (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 175 V(UpdateFieldType) \
|
H A D | runtime_stubs.h | 138 static void UpdateFieldType(JSTaggedType hclass, uint64_t value);
|
H A D | runtime_stubs.cpp | 3136 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 D | call_signature.h | 540 V(UpdateFieldType) \
|
H A D | profiler_stub_builder.cpp | 486 UpdateFieldType(glue, LoadHClass(receiver), newAttr); in UpdatePropAttrIC() 513 UpdateFieldType(glue, LoadHClass(receiver), newAttr); in UpdatePropAttrWithValue()
|
H A D | stub_builder-inl.h | 2487 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 D | call_signature.cpp | 2436 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 D | stub_builder.h | 610 void UpdateFieldType(GateRef glue, GateRef hclass, GateRef attr);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_hclass.cpp | 753 void JSHClass::UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr) in UpdateFieldType() function in panda::ecmascript::JSHClass 817 UpdateFieldType(hclass, attr); in ConvertOrTransitionWithRep()
|
H A D | js_hclass.h | 488 static void UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr);
|
Completed in 34 milliseconds