Home
last modified time | relevance | path

Searched refs:TranslateToRep (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h414 static inline Representation TranslateToRep(JSTaggedValue value) in TranslateToRep() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dobject_fast_operator-inl.h891 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName()
943 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName()
H A Dobject_factory.cpp3927 auto rep = PropertyAttributes::TranslateToRep(value); in SetLayoutInObjHClass()
5047 auto rep = PropertyAttributes::TranslateToRep(value); in CreateJSObjectWithProperties()
5155 auto rep = PropertyAttributes::TranslateToRep(value); in CreateJSObjectWithNamedProperties()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp240 auto repE = PropertyAttributes::TranslateToRep(valueE.GetTaggedValue()); in HWTEST_F_L0()
245 auto repF = PropertyAttributes::TranslateToRep(valueF.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp104 auto rep = PropertyAttributes::TranslateToRep(value); in TryGetHClassFromCached()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h613 GateRef TranslateToRep(GateRef value);
H A Dstub_builder-inl.h2499 inline GateRef StubBuilder::TranslateToRep(GateRef value) in TranslateToRep() function in panda::ecmascript::kungfu::StubBuilder
H A Dstub_builder.cpp4109 GateRef valueRep = TranslateToRep(value); in CheckHClassForRep()
4122 GateRef valueRep = TranslateToRep(value); in CheckHClassForRep()

Completed in 42 milliseconds