Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp115 const PGOSampleType *sampleType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in HasNumberType() local
133 const PGOSampleType *sampleType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in HasStringType() local
150 const PGOSampleType *sampleType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in ValueIsNumberType() local
160 auto sampleType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in FindHClass() local
193 PGOTypeRef sampleType = acc_.TryGetPGOType(gate_); in TryGetPGOBuiltinId() local
763 auto sampleType = acc_.TryGetPGOType(gate_).GetPGODefineOpType(); in GetHClass() local
Dnumber_speculative_lowering.cpp296 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberCalculate() local
324 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberCompare() local
374 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberDiv() local
401 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberMod() local
Dnumber_speculative_retype.cpp463 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberCalculate() local
499 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberShiftAndLogical() local
741 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in ConvertForBinaryOp() local
773 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in ConvertForCompareOp() local
1246 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberMod() local
Dcompiler_log.cpp256 const PGOSampleType *sampleType = acc_.TryGetPGOType(gate).GetPGOSampleType(); in CollectGateTypeLogInfo() local
Dgate_accessor.cpp373 auto sampleType = GetTypedBinaryType(gate).GetPGOSampleType(); in HasNumberType() local
391 const PGOSampleType *sampleType = TryGetPGOType(gate).GetPGOSampleType(); in HasStringType() local
403 auto sampleType = GetTypedBinaryType(gate).GetPGOSampleType(); in HasPrimitiveNumberType() local
Dtyped_bytecode_lowering.cpp385 const PGOSampleType *sampleType = acc_.TryGetPGOType(gate).GetPGOSampleType(); in SpeculateNumber() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h827 auto sampleType = static_cast<const PGOSampleType*>(type_); in IsValidCallMethodId() local
838 auto sampleType = static_cast<const PGOSampleType*>(type_); in GetCallMethodId() local
844 auto sampleType = static_cast<const PGOSampleType*>(type_); in GetValue() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp780 auto sampleType = *reinterpret_cast<const PGOSampleType *>(type); in HWTEST_F_L0() local
837 auto sampleType = *reinterpret_cast<const PGOSampleType *>(type); in HWTEST_F_L0() local
881 auto sampleType = *reinterpret_cast<const PGOSampleType *>(type); in HWTEST_F_L0() local
944 auto sampleType = *reinterpret_cast<const PGOSampleType *>(type); in HWTEST_F_L0() local
1029 auto sampleType = *reinterpret_cast<const PGOSampleType *>(type); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp311 HeapSnapshot *HeapProfiler::MakeHeapSnapshot(SampleType sampleType, bool isVmMode, bool isPrivate, in MakeHeapSnapshot()