Home
last modified time | relevance | path

Searched defs:pt (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespcreate_fuzzer/
Dpttypesprivatepropertydespcreate_fuzzer.cpp33 std::unique_ptr<PtJson> pt = PtJson::Parse(std::string((const char*)data, size)); in PtTypesPrivatePropertyDespCreateFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespcreate_fuzzer/
Dpttypesinternalpropertydespcreate_fuzzer.cpp33 std::unique_ptr<PtJson> pt = PtJson::Parse(std::string((const char*)data, size)); in PtTypesInternalPropertyDespCreateFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp62 ProfileType pt = ptManager->GetRootIdByLocation(loc); in TryGetHClassByPGOTypeLocation() local
254 ProfileType pt(abcId, methodOffset, ProfileType::Kind::ClassId, true); in StoreDataToGlobalData() local
305 ProfileType pt(abcId, methodId, ProfileType::Kind::ClassId, true); in StoreDataToGlobalData() local
353 ProfileType pt(abcId, id.GetOffset(), ProfileType::Kind::ObjectLiteralId, true); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp61 auto pt = hostThread_->GetCurrentEcmaContext()->GetPTManager(); in SetTsManagerCompilationEnv() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.cpp291 auto pt = it; in ProcessGlobalFunctionDefinition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h926 void SetPrimType(const PrimType pt) in SetPrimType()
2290 MIRBitFieldType(uint8 field, PrimType pt) : MIRType(kTypeBitField, pt), fieldSize(field) {} in MIRBitFieldType()
2291 …MIRBitFieldType(uint8 field, PrimType pt, GStrIdx strIdx) : MIRType(kTypeBitField, pt, strIdx), fi… in MIRBitFieldType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp420 std::vector<PrimType> pt(opndVec.size(), primType); in SelectLibCall() local
426 std::vector<PrimType> pt, Operand *retOpnd, PrimType retPrimType) in SelectLibCallNArg()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp383 auto pt = ProfileType(abcId_, std::abs(ctorMethodId), ProfileType::Kind::JITClassId, true); in ConvertNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp1732 PrimitiveType pt(pTyp); in ArithResTypeVerify() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8795 std::vector<PrimType> pt; in SelectLibCall() local
8805 std::vector<PrimType> pt, PrimType retPrimType, bool is2ndRet) in SelectLibCallNArg()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument