Searched defs:protoType (Results 1 – 8 of 8) sorted by relevance
19 void Type::Serialize(const panda::pandasm::Type type, protoPanda::Type &protoType) in Serialize()27 panda::pandasm::Type &Type::Deserialize(const protoPanda::Type &protoType, in Deserialize()
21 auto *protoType = protoField.mutable_type(); in Serialize() local
47 auto *protoType = protoProgram.add_arraytypes(); in Serialize() local
118 auto *protoType = protoScalar.mutable_valuetype(); in Serialize() local
63 auto *protoType = protoMeta.mutable_fieldtype(); in Serialize() local
1603 auto protoType = GetOrInsertProfileType(protoHClass, protoRootType); in UpdatePrototypeChainInfo() local
598 Local<JSValueRef> protoType = function->GetPrototype(vm_); in HWTEST_F_L0() local
3298 … MIRType *protoType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(iCallNode->GetRetTyIdx()); in GetCalleeFunction() local