Searched refs:typeInfos (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | range_analysis.h | 29 RangeAnalysis(Circuit* circuit, RPOVisitor* visitor, Chunk* chunk, ChunkVector<TypeInfo>& typeInfos, in RangeAnalysis() argument 32 typeInfos_(typeInfos), rangeInfos_(rangeInfos) {} in RangeAnalysis()
|
H A D | number_speculative_lowering.h | 29 NumberSpeculativeLowering(Circuit* circuit, Chunk* chunk, ChunkVector<TypeInfo>& typeInfos, in NumberSpeculativeLowering() argument 31 : circuit_(circuit), acc_(circuit), builder_(circuit), typeInfos_(typeInfos), in NumberSpeculativeLowering()
|
H A D | number_speculative_retype.h | 34 NumberSpeculativeRetype(Circuit* circuit, Chunk* chunk, ChunkVector<TypeInfo>& typeInfos) in NumberSpeculativeRetype() argument 36 typeInfos_(typeInfos), chunk_(chunk) {} in NumberSpeculativeRetype()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_info.cpp | 408 std::string typeInfos = infoStrings[PGOMethodTypeSet::METHOD_TYPE_INFO_INDEX]; in ParseFromText() local 409 if (!typeInfos.empty()) { in ParseFromText() 410 size_t start = typeInfos.find_first_of(DumpUtils::ARRAY_START); in ParseFromText() 411 size_t end = typeInfos.find_last_of(DumpUtils::ARRAY_END); in ParseFromText() 413 LOG_ECMA(ERROR) << "Type info: " << typeInfos << " parse failed"; in ParseFromText() 417 auto typeContent = typeInfos.substr(start + 1, end - (start + 1) - 1); in ParseFromText() 421 LOG_ECMA(ERROR) << "Type info: " << typeInfos << " parse failed"; in ParseFromText()
|
Completed in 6 milliseconds