/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | ohos_test.cpp | 141 PGOProfilerDecoder decoder; in HWTEST_F_L0() local 167 PGOProfilerDecoder decoder; in HWTEST_F_L0() local 190 PGOProfilerDecoder decoder; in HWTEST_F_L0() local 218 PGOProfilerDecoder decoder; in HWTEST_F_L0() local 248 PGOProfilerDecoder decoder; in HWTEST_F_L0() local 278 PGOProfilerDecoder decoder; HWTEST_F_L0() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | pass_manager.cpp | 126 PGOProfilerDecoder *decoder = passOptions_->EnableOptPGOType() ? &profilerDecoder_ : &defDecoder; in Compile() member 35 PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, IRModule *aotModule, PGOProfilerDecoder *decoder) PassContext() argument
|
H A D | typed_bytecode_lowering.h | 33 TypedBytecodeLowering(Circuit* circuit, PassContext* ctx, Chunk* chunk, bool enableLog, bool enableTypeLog, const std::string& name, bool enableLoweringBuiltin, const CString& recordName, const CallMethodFlagMap* callMethodFlagMap, PGOProfilerDecoder *decoder, const std::string optBCRange, const MethodLiteral *currentMethod) TypedBytecodeLowering() argument
|
H A D | aot_compiler_preprocessor.cpp | 243 PGOProfilerDecoder *decoder = cOptions.isEnableOptPGOType_ ? &profilerDecoder : &defDecoder; in AnalyzeGraph() local
|
H A D | bytecode_circuit_builder.h | 217 BytecodeCircuitBuilder(const JSPandaFile *jsPandaFile, const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo, Circuit *circuit, Bytecodes *bytecodes, bool enableLog, bool enableTypeLowering, std::string name, const CString &recordName, PGOProfilerDecoder *decoder, bool isInline, JITProfiler* jitProfiler = nullptr) BytecodeCircuitBuilder() argument
|
H A D | ts_inline_lowering.cpp | 226 PGOProfilerDecoder *decoder = (ctx_->GetPfDecoder() != nullptr) ? ctx_->GetPfDecoder() : &defDecoder; in InlineCall() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_recorder.cpp | 23 PGOTypeRecorder::PGOTypeRecorder(const PGOProfilerDecoder &decoder) : decoder_(decoder) {} in PGOTypeRecorder() argument 25 PGOTypeRecorder( const PGOProfilerDecoder &decoder, const JSPandaFile *jsPandaFile, uint32_t methodOffset) PGOTypeRecorder() argument
|
H A D | pgo_type_parser.cpp | 181 PGOTypeParser::PGOTypeParser(const PGOProfilerDecoder &decoder, PGOTypeManager *ptManager) in PGOTypeParser() argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.cpp | 259 void PGOProfilerDecoder::Merge(const PGOProfilerDecoder &decoder) in Merge() argument
|
H A D | pgo_profiler_encoder.cpp | 160 void PGOProfilerEncoder::MergeWithExistProfile(PGOProfilerEncoder &runtimeEncoder, PGOProfilerDecoder &decoder, in MergeWithExistProfile() argument
|
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/ |
H A D | aotdump.cpp | 360 ZydisDecoder decoder; in PrintCodeX8664() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
H A D | encode.cpp | 3277 ZydisDecoder decoder; in DisasmInstr() local
|