Home
last modified time | relevance | path

Searched defs:rep (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass-inl.h181 inline JSHClass *JSHClass::CheckHClassForRep(JSHClass *hclass, const Representation &rep) in CheckHClassForRep() argument
115 FindTransitions(const JSTaggedValue &key, const JSTaggedValue &metaData, const Representation &rep) FindTransitions() argument
384 SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &key, const PropertyAttributes &attr, const Representation &rep) SetPropertyOfObjHClass() argument
[all...]
H A Dproperty_attributes.h296 auto rep = GetRepresentation(); in IsDoubleRep() local
302 auto rep = GetRepresentation(); in IsIntRep() local
H A Dobject_fast_operator-inl.h891 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName() local
943 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName() local
H A Djs_hclass.cpp280 AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const PropertyAttributes &attr, const Representation &rep) AddProperty() argument
H A Dobject_factory.cpp3927 auto rep = PropertyAttributes::TranslateToRep(value); in SetLayoutInObjHClass() local
5047 auto rep = PropertyAttributes::TranslateToRep(value); in CreateJSObjectWithProperties() local
5155 auto rep = PropertyAttributes::TranslateToRep(value); in CreateJSObjectWithNamedProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp104 auto rep = PropertyAttributes::TranslateToRep(value); in TryGetHClassFromCached() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_retype.cpp68 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, Representation rep) in SetOutputType() argument
503 GateRef rep = builder_.ConvertCharToEcmaString(left); in VisitStringCompare() local
507 GateRef rep = builder_.ConvertCharToEcmaString(right); in VisitStringCompare() local
H A Dstub_builder-inl.h2844 inline GateRef StubBuilder::IsIntRepInPropAttr(GateRef rep) in IsIntRepInPropAttr() argument
2849 inline GateRef StubBuilder::IsDoubleRepInPropAttr(GateRef rep) in IsDoubleRepInPropAttr() argument
2856 GateRef rep = GetRepInPropAttr(attr); in IsTaggedRepInPropAttr() local
2310 SetValueToTaggedArrayWithRep( GateRef glue, GateRef array, GateRef index, GateRef val, GateRef rep, Label *repChange) SetValueToTaggedArrayWithRep() argument
H A Dstub_builder.cpp1009 GateRef rep = GetRepInPropAttr(attr); in JSObjectGetProperty() local
1713 GateRef rep = GetRepInPropAttr(attr); in SetValueWithAttr() local
2388 GateRef rep = HandlerBaseGetRep(handlerInfo); in LoadFromField() local
1727 SetValueWithRep( GateRef glue, GateRef obj, GateRef offset, GateRef value, GateRef rep, Label *repChange) SetValueWithRep() argument
3049 GateRef rep = HandlerBaseGetRep(handler); StoreField() local
3144 GateRef rep = HandlerBaseGetRep(handlerInfo); StoreWithTransition() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp815 GateRef rep = GetRepInPropAttr(attr); in IsUninitializedProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1726 LLVMValueRef LLVMIRBuilder::PointerAdd(LLVMValueRef baseAddr, LLVMValueRef offsetInByte, LLVMTypeRef rep) in PointerAdd() argument

Completed in 50 milliseconds