Home
last modified time | relevance | path

Searched refs:refIdx (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dshared_reference.cpp28 bool SharedReference::InitETSObject(InteropCtx *ctx, EtsObject *etsObject, napi_value jsObject, uint32_t refIdx) in InitETSObject() argument
37 etsObject->SetInteropHash(refIdx); in InitETSObject()
47 bool SharedReference::InitJSObject(InteropCtx *ctx, EtsObject *etsObject, napi_value jsObject, uint32_t refIdx) in InitJSObject() argument
59 handle->SetInteropHash(refIdx); in InitJSObject()
74 bool SharedReference::InitHybridObject(InteropCtx *ctx, EtsObject *etsObject, napi_value jsObject, uint32_t refIdx) in InitHybridObject() argument
84 etsObject->SetInteropHash(refIdx); in InitHybridObject()
H A Dshared_reference.h44 bool InitETSObject(InteropCtx *ctx, EtsObject *etsObject, napi_value jsObject, uint32_t refIdx);
47 bool InitJSObject(InteropCtx *ctx, EtsObject *etsObject, napi_value jsObject, uint32_t refIdx);
50 bool InitHybridObject(InteropCtx *ctx, EtsObject *etsObject, napi_value jsObject, uint32_t refIdx);
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_method_processor.cpp156 size_t refIdx = 0; in GetParams() local
157 function_.returnType = PFTypeToPandasmType(protoAccessor.GetReturnType(), protoAccessor, refIdx); in GetParams()
160 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams()
166 size_t &refIdx) const in PFTypeToPandasmType()
183 std::string typeName = stringTable_->GetStringById(pda.GetReferenceType(refIdx++)); in PFTypeToPandasmType()
H A Dabc_method_processor.h37 size_t &refIdx) const;
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp58 for (size_t refIdx = 0; refIdx < refNum; ++refIdx) { in Proto()
59 auto id = pda.GetReferenceType(refIdx); in Proto()
92 for (size_t refIdx = 0; refIdx < refTypes.size(); ++refIdx) { in operator ==()
93 auto id = pda.GetReferenceType(refIdx); in operator ==()
94 if (refTypes[refIdx] != utf::Mutf8AsCString(pf_.GetStringData(id).data)) { in operator ==()
287 int refIdx in GetFullName() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp207 for (uint32_t i = 0, refIdx = 0; i < numElems; ++i) { in ETSProtoIsOverriddenBy()
212 auto dervRef = RefTypeLink::InPDA(dervPDA, refIdx); in ETSProtoIsOverriddenBy()
213 auto baseRef = RefTypeLink::InPDA(basePDA, refIdx); in ETSProtoIsOverriddenBy()
218 refIdx++; in ETSProtoIsOverriddenBy()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.cpp109 size_t refIdx = 0; in ResolveArgType() local
114 refIdx++; in ResolveArgType()
117 ASSERT(refIdx <= proto.GetRefTypes().size()); in ResolveArgType()
118 return classLinker->GetClass(proto.GetRefTypes()[refIdx].data(), false, GetClass()->GetLoadContext()); in ResolveArgType()
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp120 size_t refIdx = 0; in PrintPrototype() local
127 classId = pda.GetReferenceType(refIdx++); in PrintPrototype()
136 klassId = pda.GetReferenceType(refIdx++); in PrintPrototype()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dproto_data_accessor-inl.h103 for (size_t refIdx = 0; refIdx < refNum; ++refIdx) { in IsEqual()
H A Dmethod_data_accessor-inl.h321 size_t refIdx = 0; in EnumerateTypesInProto() local
328 classId = pda.GetReferenceType(refIdx++); in EnumerateTypesInProto()
342 klassId = pda.GetReferenceType(refIdx++); in EnumerateTypesInProto()
/arkcompiler/runtime_core/static_core/abc2program/common/
H A Dabc_type_converter.h29 size_t &refIdx) const;
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp136 size_t refIdx = 0; in GetMethodSignature() local
140 argType = DescriptorToType(method->GetRefArgType(refIdx++).data); in GetMethodSignature()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.h176 size_t &refIdx) const;
H A Ddisassembler.cpp664 size_t refIdx = 0; in GetParams() local
665 method->returnType = PFTypeToPandasmType(protoAccessor.GetReturnType(), protoAccessor, refIdx); in GetParams()
668 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams()

Completed in 9 milliseconds