| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_hclass-inl.h | 181 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 D | property_attributes.h | 296 auto rep = GetRepresentation(); in IsDoubleRep() local 302 auto rep = GetRepresentation(); in IsIntRep() local
|
| H A D | object_fast_operator-inl.h | 891 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName() local 943 auto rep = PropertyAttributes::TranslateToRep(valueHandle.GetTaggedValue()); in AddPropertyByName() local
|
| H A D | js_hclass.cpp | 280 AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const PropertyAttributes &attr, const Representation &rep) AddProperty() argument
|
| H A D | object_factory.cpp | 3927 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 D | snapshot_constantpool_data.cpp | 104 auto rep = PropertyAttributes::TranslateToRep(value); in TryGetHClassFromCached() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | number_speculative_retype.cpp | 68 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 D | stub_builder-inl.h | 2844 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 D | stub_builder.cpp | 1009 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 D | builtins_object_stub_builder.cpp | 815 GateRef rep = GetRepInPropAttr(attr);
in IsUninitializedProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 1726 LLVMValueRef LLVMIRBuilder::PointerAdd(LLVMValueRef baseAddr, LLVMValueRef offsetInByte, LLVMTypeRef rep) in PointerAdd() argument
|