/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
H A D | shared_reference.cpp | 28 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 D | shared_reference.h | 44 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 D | abc_method_processor.cpp | 156 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 D | abc_method_processor.h | 37 size_t &refIdx) const;
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | method.cpp | 58 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 D | ets_vtable_builder.cpp | 207 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 D | ets_method.cpp | 109 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 D | header_writer.cpp | 120 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 D | proto_data_accessor-inl.h | 103 for (size_t refIdx = 0; refIdx < refNum; ++refIdx) { in IsEqual()
|
H A D | method_data_accessor-inl.h | 321 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 D | abc_type_converter.h | 29 size_t &refIdx) const;
|
/arkcompiler/runtime_core/static_core/verification/type/ |
H A D | type_system.cpp | 136 size_t refIdx = 0; in GetMethodSignature() local 140 argType = DescriptorToType(method->GetRefArgType(refIdx++).data); in GetMethodSignature()
|
/arkcompiler/runtime_core/static_core/disassembler/ |
H A D | disassembler.h | 176 size_t &refIdx) const;
|
H A D | disassembler.cpp | 664 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()
|