Home
last modified time | relevance | path

Searched refs:pt (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/scripts/
H A Dshell_linters.sh81 for pt in $SKIP_FOLDERS; do
82 skip_options="${skip_options}\|^${root_dir}/${pt}/"
H A Dpython_linters.sh88 for pt in $SKIP_FOLDERS; do
89 skip_options="${skip_options}\|^${root_dir}/${pt}/"
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespcreate_fuzzer/
H A Dpttypesprivatepropertydespcreate_fuzzer.cpp33 std::unique_ptr<PtJson> pt = PtJson::Parse(std::string((const char*)data, size)); in PtTypesPrivatePropertyDespCreateFuzzTest() local
34 auto desp = PrivatePropertyDescriptor::Create(*pt); in PtTypesPrivatePropertyDespCreateFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespcreate_fuzzer/
H A Dpttypesinternalpropertydespcreate_fuzzer.cpp33 std::unique_ptr<PtJson> pt = PtJson::Parse(std::string((const char*)data, size)); in PtTypesInternalPropertyDespCreateFuzzTest() local
34 auto desp = InternalPropertyDescriptor::Create(*pt); in PtTypesInternalPropertyDespCreateFuzzTest()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp60 ProfileType pt = ptManager->GetRootIdByLocation(loc); in TryGetHClassByPGOTypeLocation() local
61 return TryGetHClass(pt, pt); in TryGetHClassByPGOTypeLocation()
252 ProfileType pt(abcId, methodOffset, ProfileType::Kind::ClassId, true); in StoreDataToGlobalData()
253 ihc = TryGetHClass(pt, pt); in StoreDataToGlobalData()
303 ProfileType pt(abcId, methodId, ProfileType::Kind::ClassId, true); in StoreDataToGlobalData()
305 ihc = TryGetHClass(pt, pt); in StoreDataToGlobalData()
351 ProfileType pt(abcI in StoreDataToGlobalData()
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.cpp291 auto pt = it; in ProcessGlobalFunctionDefinition() local
293 // extract default value from pt and make the function call argument out of it in ProcessGlobalFunctionDefinition()
296 auto *par = (*pt)->AsETSParameterExpression(); in ProcessGlobalFunctionDefinition()
305 } while (params.rbegin() != pt--); in ProcessGlobalFunctionDefinition()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp60 auto pt = hostThread_->GetCurrentEcmaContext()->GetPTManager(); in SetTsManagerCompilationEnv() local
61 ptManager_ = pt; in SetTsManagerCompilationEnv()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_type.h724 void SetPrimType(const PrimType pt) in SetPrimType() argument
726 primType = pt; in SetPrimType()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp383 auto pt = ProfileType(abcId_, std::abs(ctorMethodId), ProfileType::Kind::JITClassId, true); in ConvertNewObjRange() local
384 PGODefineOpType* type = chunk_->New<PGODefineOpType>(pt, hclass); in ConvertNewObjRange()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js478 const {ccclass: dt, property: pt} = l;
479 t("GameManager", (S = dt("GameManager"), A = pt(f), T = pt(n), v = pt(n), E = pt(n),
480 C = pt(n), x = pt(n), w = pt(r), R = pt(n), I = pt(
[all...]

Completed in 11 milliseconds