Home
last modified time | relevance | path

Searched defs:protoType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyTypeProto.cpp19 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()
DassemblyFieldProto.cpp21 auto *protoType = protoField.mutable_type(); in Serialize() local
DassemblyProgramProto.cpp47 auto *protoType = protoProgram.add_arraytypes(); in Serialize() local
DannotationProto.cpp118 auto *protoType = protoScalar.mutable_valuetype(); in Serialize() local
DmetaProto.cpp63 auto *protoType = protoMeta.mutable_fieldtype(); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp627 GateRef protoType = GetPrimitiveTypeProto(primitiveType); in PolyPrimitiveTypeCheckAndLoad() local
723 GateRef protoType = GetPrimitiveTypeProto(PrimitiveType::PRIMITIVE_NUMBER); in LowerTypedMonoLdObjByName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1646 auto protoType = GetOrInsertProfileType(protoHClass, protoRootType); in UpdatePrototypeChainInfo() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp605 Local<JSValueRef> protoType = function->GetPrototype(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3262 … MIRType *protoType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(iCallNode->GetRetTyIdx()); in GetCalleeFunction() local