Home
last modified time | relevance | path

Searched defs:rep (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dreport_md.rb23 attr_accessor :rep accessor in ReportMd
25 def initialize(rep) argument
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dreport_md.rb23 attr_accessor :rep accessor in ReportMd
25 def initialize(rep) argument
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h117 const Representation &rep) in FindTransitions()
182 inline JSHClass *JSHClass::CheckHClassForRep(JSHClass *hclass, const Representation &rep) in CheckHClassForRep()
462 … const PropertyAttributes &attr, const Representation &rep, in SetPropertyOfObjHClass()
Dproperty_attributes.h298 auto rep = GetRepresentation(); in IsDoubleRep() local
304 auto rep = GetRepresentation(); in IsIntRep() local
Dobject_fast_operator-inl.h915 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName() local
967 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName() local
Djs_hclass.cpp307 const PropertyAttributes &attr, const Representation &rep) in AddProperty()
1406 auto rep = attributes.GetRepresentation(); in CreateRootHClassWithCached() local
Djs_hclass.h2261 inline void SetRepresentation(Representation rep) in SetRepresentation()
Dobject_factory.cpp4148 auto rep = PropertyAttributes::TranslateToRep(value); in SetLayoutInObjHClass() local
5269 auto rep = PropertyAttributes::TranslateToRep(value); in CreateJSObjectWithProperties() local
5377 auto rep = PropertyAttributes::TranslateToRep(value); in CreateJSObjectWithNamedProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp60 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, Representation rep) in SetOutputType()
528 GateRef rep = builder_.ConvertCharToEcmaString(left); in VisitStringCompare() local
532 GateRef rep = builder_.ConvertCharToEcmaString(right); in VisitStringCompare() local
Dstub_builder-inl.h2465 GateRef glue, GateRef array, GateRef index, GateRef val, GateRef rep, Label *repChange) in SetValueToTaggedArrayWithRep()
3025 inline GateRef StubBuilder::IsIntRepInPropAttr(GateRef rep) in IsIntRepInPropAttr()
3030 inline GateRef StubBuilder::IsDoubleRepInPropAttr(GateRef rep) in IsDoubleRepInPropAttr()
3037 GateRef rep = GetRepInPropAttr(attr); in IsTaggedRepInPropAttr() local
Dstub_builder.cpp1094 GateRef rep = GetRepInPropAttr(attr); in JSObjectGetProperty() local
1778 GateRef rep = GetRepInPropAttr(attr); in SetValueWithAttr() local
1793 GateRef glue, GateRef obj, GateRef offset, GateRef value, GateRef rep, Label *repChange) in SetValueWithRep()
2423 GateRef rep = HandlerBaseGetRep(handlerInfo); in LoadFromField() local
3132 GateRef rep = HandlerBaseGetRep(handler); in StoreField() local
3236 GateRef rep = HandlerBaseGetRep(handlerInfo); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp104 auto rep = PropertyAttributes::TranslateToRep(value); in TryGetHClassFromCached() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp568 auto rep = AllocateStringObject(size, compressed); in StdCoreStringRepeat() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1795 …lueRef LLVMIRBuilder::PointerAdd(LLVMValueRef baseAddr, LLVMValueRef offsetInByte, LLVMTypeRef rep) in PointerAdd()